Sfoglia il codice sorgente

增加数据字典校验

unknown 5 anni fa
parent
commit
9c7336ee1a

+ 5 - 0
o2web/source/x_component_cms_DictionaryDesigner/lp/zh-cn.js

@@ -34,6 +34,11 @@ MWF.xApplication.cms.DictionaryDesigner.LP = {
             "emptyKey": "项目名称不能为空,请重新输入",
             "numberKey": "项目名称不能为数字,请重新输入",
 
+            "sameObjectKey": "项目名称重复",
+            "emptyObjectKey": "项目名称不能为空",
+            "numberObjectKey": "项目名称不能为数字",
+            "editorNotValidated" : "请先修正编辑器报的错",
+
             "inputName": "请输入数据字典名称",
             "noModifyName": "不能修改名称或者别名",
             "jsonParseError" : "json格式错误,请先修正"