feat: 菜单调整

This commit is contained in:
2025-12-11 20:31:46 +08:00
parent be2d2bbe31
commit 10204a0baf
3 changed files with 12 additions and 10 deletions

View File

@ -162,7 +162,7 @@ const downloadWithStyles = () => {
type: 'application/msword'
});
saveAs(blob, 'styled-document.doc');
saveAs(blob, '模型研判报告.doc');
};
const SaveReport = () => {
console.log(props.textContent);