提示英文优化

This commit is contained in:
‘huanghaiixia’
2026-03-27 14:59:14 +08:00
parent 44cc5f0d3d
commit 7377464207
166 changed files with 372 additions and 372 deletions

View File

@ -355,7 +355,7 @@
// 同意保存不提示
if (!type) {
notification.success({
message: 'Tip',
message: '提示',
description: data?.id ? t('新增成功!') : t('修改成功!')
}); //提示消息
}