dingxin 5 年之前
父節點
當前提交
1d3629a85d
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. 1
    1
      config/routes.js
  2. 1
    0
      src/pages/staff/list/editStaff.jsx

+ 1
- 1
config/routes.js 查看文件

206
               },
206
               },
207
               {
207
               {
208
                 path: '/channel/InviteClients',
208
                 path: '/channel/InviteClients',
209
-                name: '邀请客户',
209
+                name: '邀请经纪人',
210
                 hideInMenu: true,
210
                 hideInMenu: true,
211
                 component: './channel/InviteClients',
211
                 component: './channel/InviteClients',
212
               },
212
               },

+ 1
- 0
src/pages/staff/list/editStaff.jsx 查看文件

121
       type: FieldTypes.Text,
121
       type: FieldTypes.Text,
122
       placeholder: '请输入电话号码',
122
       placeholder: '请输入电话号码',
123
       value: userData.phone,
123
       value: userData.phone,
124
+      help: '默认密码:123456',
124
     },
125
     },
125
     {
126
     {
126
       label: '角色',
127
       label: '角色',