style: 字典数据新增表单多语言

This commit is contained in:
TsMask
2024-01-18 11:18:03 +08:00
parent b2bd95ff15
commit acbcda39db
2 changed files with 6 additions and 6 deletions

View File

@@ -1514,10 +1514,10 @@ export default {
dictData: { dictData: {
dictType: "Dictionary name", dictType: "Dictionary name",
dictCode: "Data Code", dictCode: "Data Code",
dictLabel: "Data Label", dictLabel: "Data Key",
dictLabelPleac: "Please enter the data labels correctly", dictLabelPleac: "Please enter the data key correctly",
dictValue: "Data key", dictValue: "Data Value",
dictValuePleac: "Please enter the data keys correctly", dictValuePleac: "Please enter the data value correctly",
dictSort: "Data Sort", dictSort: "Data Sort",
status: "Status", status: "Status",
createTime: "CreateTime", createTime: "CreateTime",

View File

@@ -1514,8 +1514,8 @@ export default {
dictData: { dictData: {
dictType: "字典名称", dictType: "字典名称",
dictCode: "数据代码", dictCode: "数据代码",
dictLabel: "数据标签", dictLabel: "数据键名",
dictLabelPleac: "请正确输入数据标签", dictLabelPleac: "请正确输入数据键名",
dictValue: "数据键值", dictValue: "数据键值",
dictValuePleac: "请正确输入数据键值", dictValuePleac: "请正确输入数据键值",
dictSort: "数据排序", dictSort: "数据排序",