新增:房屋性质
Showing
1 changed file
with
16 additions
and
1 deletions
| ... | @@ -38,7 +38,22 @@ | ... | @@ -38,7 +38,22 @@ |
| 38 | </el-input> | 38 | </el-input> |
| 39 | </template> | 39 | </template> |
| 40 | </el-table-column> | 40 | </el-table-column> |
| 41 | 41 | <el-table-column prop="fwxz" label="房屋性质" min-width="100"> | |
| 42 | <template slot-scope="scope"> | ||
| 43 | <treeselect | ||
| 44 | v-model="scope.row.fwxz" | ||
| 45 | :disabled="!ableOperation" | ||
| 46 | noOptionsText="暂无数据" | ||
| 47 | placeholder="" | ||
| 48 | :show-count="true" | ||
| 49 | :options="dictData['A19']" | ||
| 50 | :normalizer="normalizer" | ||
| 51 | :appendToBody="true" | ||
| 52 | z-index="9999" | ||
| 53 | @input="updaterow(scope.row)" | ||
| 54 | /> | ||
| 55 | </template> | ||
| 56 | </el-table-column> | ||
| 42 | <el-table-column prop="ghyt" label="房屋用途" min-width="100"> | 57 | <el-table-column prop="ghyt" label="房屋用途" min-width="100"> |
| 43 | <template slot-scope="scope"> | 58 | <template slot-scope="scope"> |
| 44 | <treeselect | 59 | <treeselect | ... | ... |
-
Please register or sign in to post a comment