@@ -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
+ "label": "客服人员",
+ "value": "1",
+ "sort": 1
+ "label": "使用人员",
+ "value": "2",
+ "sort": 2
}
]
@@ -14,5 +14,9 @@
{
"title": "图标",
"code": "icon"
+ "title": "角色使用对象",
+ "code": "role_type"