修改文本

This commit is contained in:
whyour
2021-12-23 13:39:16 +08:00
parent 4dc9c9aa75
commit a29392bb08
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -803,7 +803,7 @@ const Crontab = ({ headerStyle, isPhone }: any) => {
onSearch={onSearch}
/>,
<Button key="2" type="primary" onClick={() => addCron()}>
</Button>,
]}
header={{
+1 -1
View File
@@ -27,7 +27,7 @@ const CronModal = ({
data: payload,
});
if (code === 200) {
message.success(cron ? '更新Cron成功' : '添加Cron成功');
message.success(cron ? '更新Cron成功' : '新建Cron成功');
} else {
message.error(data);
}