zs 8 meses atrás
pai
commit
2ce10a0a5d

+ 18 - 0
src/main/resources/db/dictData.json

@@ -88,5 +88,23 @@
     "label": "el-icon-chat-dot-square",
     "value": "el-icon-chat-dot-square",
     "sort": 7
+  },
+  {
+    "code": "role_type",
+    "label": "管理员",
+    "value": "0",
+    "sort": 0
+  },
+  {
+    "code": "role_type",
+    "label": "客服人员",
+    "value": "1",
+    "sort": 1
+  },
+  {
+    "code": "role_type",
+    "label": "使用人员",
+    "value": "2",
+    "sort": 2
   }
 ]

+ 4 - 0
src/main/resources/db/dictType.json

@@ -14,5 +14,9 @@
   {
     "title": "图标",
     "code": "icon"
+  },
+  {
+    "title": "角色使用对象",
+    "code": "role_type"
   }
 ]