diff --git a/src/components/CommonElementEvent/FilfileManageInfo.js b/src/components/CommonElementEvent/FilfileManageInfo.js index 32ad854..aeb8a20 100644 --- a/src/components/CommonElementEvent/FilfileManageInfo.js +++ b/src/components/CommonElementEvent/FilfileManageInfo.js @@ -193,6 +193,8 @@ const FilfileManageComponent = Form.create({ tableProps: { setUpload: true, setDownload: true }, enabled: true, }; + const BtnSure = commonFunc.showLocalMessage(props, "BtnSure", "确定"); + const BtnCancel = commonFunc.showLocalMessage(props, "BtnCancel", "取消"); return (
@@ -204,8 +206,8 @@ const FilfileManageComponent = Form.create({
- - + +