增加icon图表;修改供应商评价新增是选择模板禁用和提示逻辑

This commit is contained in:
linxd
2025-07-03 15:45:21 +08:00
parent 307b16e61e
commit 815cf6b89e
13 changed files with 1418 additions and 260 deletions

View File

@ -65,6 +65,12 @@ export default {
'supplierTemplateManage.confirm.ok': 'OK',
'supplierTemplateManage.confirm.cancel': 'Cancel',
// Template switch confirmation
'supplierTemplateManage.confirm.switchTemplate.title': 'Confirm Template Switch',
'supplierTemplateManage.confirm.switchTemplate.content': 'Switching template will overwrite current edited data. Do you want to continue?',
'supplierTemplateManage.confirm.switchTemplate.ok': 'OK',
'supplierTemplateManage.confirm.switchTemplate.cancel': 'Cancel',
// Detail page
'supplierTemplateManage.detail.title': 'Template Details',
'supplierTemplateManage.detail.card.basicInfo': 'Basic Information',

View File

@ -64,6 +64,12 @@ export default {
'supplierTemplateManage.confirm.ok': '确定',
'supplierTemplateManage.confirm.cancel': '取消',
// 模板切换确认
'supplierTemplateManage.confirm.switchTemplate.title': '确认切换模板',
'supplierTemplateManage.confirm.switchTemplate.content': '切换模板将覆盖当前已编辑的数据,是否继续?',
'supplierTemplateManage.confirm.switchTemplate.ok': '确定',
'supplierTemplateManage.confirm.switchTemplate.cancel': '取消',
// 详情页面
'supplierTemplateManage.detail.title': '模板详情',
'supplierTemplateManage.detail.card.basicInfo': '基本信息',