增加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',