1
lzhe
2024-06-05 fc15f2e904fade9e1505bad70b29829d7d99c124
src/views/console/system/addUser.vue
@@ -14,7 +14,7 @@
            </el-col>
            <el-col :span="12">
               <el-form-item label="密码">
                  <el-input v-model="form.password" placeholder="" disabled clearable></el-input>
                  <el-input v-model="form.test" placeholder="" disabled clearable></el-input>
               </el-form-item>
            </el-col>
            <el-col :span="12">
@@ -73,9 +73,9 @@
            isSaveing: false,
            //表单数据
            form: {
               test: "",
               account: "",
               realName: "",
               password: "",
               phone: "",
               email: "",
               employeeId: "",