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

Este commit está contenido en:
2022-09-29 10:25:00 +08:00
padre 246baa1768
commit 0b54133132
Se han modificado 3 ficheros con 10 adiciones y 4 borrados

Ver fichero

@@ -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'

Ver fichero

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