Browse Source

添加 吧台人员选择

魏熙美 6 years ago
parent
commit
19241a4cd5
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/store/modules/sysuser.js

+ 4
- 0
src/store/modules/sysuser.js View File

23
         label: '置业顾问',
23
         label: '置业顾问',
24
         value: 'consultant',
24
         value: 'consultant',
25
       },
25
       },
26
+      {
27
+        label: '吧台人员',
28
+        value: 'bar-usher',
29
+      },
26
       {
30
       {
27
         label: '其他',
31
         label: '其他',
28
         value: '',
32
         value: '',