Commit f93204ae authored by 邓超's avatar 邓超

fix: 修改导入导出描述

parent 81da4418
Pipeline #67308 passed with stages
...@@ -400,7 +400,7 @@ const incident = () => { ...@@ -400,7 +400,7 @@ const incident = () => {
} }
}); });
}, },
okText: '确认', okText: '确认导入',
cancelText: '我在想想', cancelText: '我在想想',
}); });
} else { } else {
...@@ -673,7 +673,7 @@ const incident = () => { ...@@ -673,7 +673,7 @@ const incident = () => {
<Button style={{ marginLeft: '10px' }} type="primary" ghost> <Button style={{ marginLeft: '10px' }} type="primary" ghost>
<div style={{ display: 'flex', alignItems: 'center' }}> <div style={{ display: 'flex', alignItems: 'center' }}>
<ImportOutlined style={{ marginRight: '5px' }} /> <ImportOutlined style={{ marginRight: '5px' }} />
<div> 确认导入</div> <div>导入</div>
</div> </div>
</Button> </Button>
</Upload> </Upload>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment