增加icon图表;修改供应商评价新增是选择模板禁用和提示逻辑
This commit is contained in:
@ -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',
|
||||
|
@ -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': '基本信息',
|
||||
|
Reference in New Issue
Block a user