Ver código fonte

update 用户管理客户账号修改

linweizeng 3 anos atrás
pai
commit
fc9bf981b9

+ 1 - 1
src/views/platform/org/employee/edit/basic-info.vue

@@ -28,7 +28,7 @@
             <el-form ref="employeeForm" :rules="rules" :model="formData" label-width="130px" @submit.native.prevent>
                 <input type="password" style="width: 0; height: 0; line-height: 0; padding: 0; border-width: 0" />
                 <el-form-item label="账号" prop="account">
-                    <el-input v-if="!readonly && formData.groupID != '1041786072788369408'" v-model="formData.account" autocomplete="off" clearable />
+                    <el-input v-if="!readonly" v-model="formData.account" autocomplete="off" clearable />
                     <span v-else>{{ formData.account }}</span>
                 </el-form-item>
                 <el-form-item v-show="!formData.id" label="密码" :prop="!formData.id ? 'password' : ''">