Browse Source

服务项目添加项目编码字段

qinbai 3 years ago
parent
commit
a23be0f998
1 changed files with 13 additions and 0 deletions
  1. 13 0
      src/views/workManagement/service-items/configuration/mainList.json

+ 13 - 0
src/views/workManagement/service-items/configuration/mainList.json

@@ -16,6 +16,19 @@
   "menuWidth": 150,
   "column": [
     {
+      "label": "项目编码",
+      "prop": "code",
+      "index": 1,
+      "width": 150,
+      "rules": [
+        {
+          "required": true,
+          "message": "请输入项目编码",
+          "trigger": "blur"
+        }
+      ]
+    },
+    {
       "label": "项目名称",
       "prop": "cname",
       "search": true,