Explorar el Código

放开修改人员

luowei hace 1 año
padre
commit
7e90af747e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/system/user/index.vue

+ 2 - 2
src/views/system/user/index.vue

@@ -426,7 +426,7 @@
                 placeholder="请输入手机号码"
                 autocomplete="off"
                 maxlength="11"
-                :readonly="form.source == 1"
+               
               />
             </el-form-item>
           </el-col>
@@ -454,7 +454,7 @@
                   v-for="dict in dict.type.sys_yes_no"
                   :key="`${dict.value}`"
                   :label="dict.value"
-                  :disabled="form.source == 1"
+                
                   >{{ dict.label }}</el-radio
                 >
               </el-radio-group>