update 字典管理值列表入口分离到操作列

This commit is contained in:
2022-09-29 10:25:00 +08:00
parent 246baa1768
commit 0b54133132
3 changed files with 10 additions and 4 deletions

View File

@@ -63,6 +63,10 @@ t.routes['质量检测类型'] = 'Quality Inpection Types'
t.routes['质量检测信息'] = 'Quality Inpection Details'
t.dictValueList = 'View Details'
t.save = 'Save'
t.add = 'Add'
t.delete = 'Delete'

View File

@@ -66,7 +66,7 @@ t.routes['质量检测信息'] = '质量检测信息'
t.dictValueList = '查看值列表'
t.save = '保存'
t.add = '新增' // 1
t.delete = '删除' // 1