Commit fc4699401f53fa9ead3b2967a2f64b386e19087e
1 parent
2c52c368
居民修改手机号屏蔽
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ownerManagement/owner/detail.vue
| @@ -105,7 +105,7 @@ watchEffect((newValue, oldVlaue) => { | @@ -105,7 +105,7 @@ watchEffect((newValue, oldVlaue) => { | ||
| 105 | <el-form-item label="手机号:" prop="mobile"> | 105 | <el-form-item label="手机号:" prop="mobile"> |
| 106 | <el-input | 106 | <el-input |
| 107 | v-model="data.formObj.mobile" | 107 | v-model="data.formObj.mobile" |
| 108 | - :disabled="props.isEdit" | 108 | + disabled |
| 109 | ></el-input> | 109 | ></el-input> |
| 110 | </el-form-item> | 110 | </el-form-item> |
| 111 | <el-form-item label="出生日期:" prop="birthdate"> | 111 | <el-form-item label="出生日期:" prop="birthdate"> |