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: {
dictType: "Dictionary name",
dictCode: "Data Code",
dictLabel: "Data Label",
dictLabelPleac: "Please enter the data labels correctly",
dictValue: "Data key",
dictValuePleac: "Please enter the data keys correctly",
dictLabel: "Data Key",
dictLabelPleac: "Please enter the data key correctly",
dictValue: "Data Value",
dictValuePleac: "Please enter the data value correctly",
dictSort: "Data Sort",
status: "Status",
createTime: "CreateTime",

View File

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