Commit c1610a22240b470e7a964883e659abea707b4073
1 parent
fc469940
fix bug
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/community/houses/detail.vue
| ... | ... | @@ -29,9 +29,9 @@ const props = defineProps({ |
| 29 | 29 | readonly |
| 30 | 30 | ></el-input> |
| 31 | 31 | </el-form-item> |
| 32 | - <el-form-item label="单元:" prop="unitCount"> | |
| 32 | + <el-form-item label="单元:" prop="unitNumber"> | |
| 33 | 33 | <el-input |
| 34 | - :model-value="props.formObj.unitCount" | |
| 34 | + :model-value="props.formObj.unitNumber" | |
| 35 | 35 | readonly |
| 36 | 36 | ></el-input> |
| 37 | 37 | </el-form-item> | ... | ... |