Commit eec97c6a1872e07f7ad7c2737c12376bfec15883
1 parent
2201a66b
归属地变更去除市属
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/baseSystemInfo/index.vue
| ... | ... | @@ -178,13 +178,13 @@ |
| 178 | 178 | label-width="100px" |
| 179 | 179 | v-loading="areaDialogLoading" |
| 180 | 180 | > |
| 181 | - <el-form-item label="市属" prop="city"> | |
| 181 | + <!-- <el-form-item label="市属" prop="city"> | |
| 182 | 182 | <el-input |
| 183 | 183 | v-model="areaForm.city" |
| 184 | 184 | placeholder="请输入市属" |
| 185 | 185 | maxlength="20" |
| 186 | 186 | ></el-input> |
| 187 | - </el-form-item> | |
| 187 | + </el-form-item> --> | |
| 188 | 188 | <el-form-item label="所属区县" prop="areaId"> |
| 189 | 189 | <el-radio-group |
| 190 | 190 | v-model="areaForm.areaId" | ... | ... |