Przeglądaj źródła

Merge branch 'v3.5.1' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5.1

魏超 5 lat temu
rodzic
commit
9bc4645281
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/pages/staff/list/editStaff.jsx

+ 1
- 1
src/pages/staff/list/editStaff.jsx Wyświetl plik

@@ -211,7 +211,7 @@ const Edit = (props) => {
211 211
       label: '状态',
212 212
       name: 'status',
213 213
       render: <Radio.Group initialValue="1" buttonStyle="solid">
214
-        <Radio.Button value="0">禁用</Radio.Button>
214
+        <Radio.Button value="9">禁用</Radio.Button>
215 215
         <Radio.Button value="1">启用</Radio.Button>
216 216
       </Radio.Group>,
217 217
       value: userData.status != null ? userData.status.toString() : "1"