受理申请页面申请单元批量删除表列字段修改
Showing
1 changed file
with
14 additions
and
1 deletions
| ... | @@ -41,11 +41,24 @@ | ... | @@ -41,11 +41,24 @@ |
| 41 | { | 41 | { |
| 42 | prop: "bdcdyh", | 42 | prop: "bdcdyh", |
| 43 | label: "不动产单元号", | 43 | label: "不动产单元号", |
| 44 | width: '250', | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | prop: "qllxmc", | ||
| 48 | label: "权利类型", | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | prop: "jzwmc", | ||
| 52 | label: "建筑物名称", | ||
| 53 | }, | ||
| 54 | { | ||
| 55 | prop: "xmmc", | ||
| 56 | label: "项目名称", | ||
| 44 | }, | 57 | }, |
| 45 | { | 58 | { |
| 46 | prop: "zl", | 59 | prop: "zl", |
| 47 | label: "坐落", | 60 | label: "坐落", |
| 48 | }, | 61 | } |
| 49 | ], | 62 | ], |
| 50 | dataList: [], | 63 | dataList: [], |
| 51 | selectBdcdy: [], | 64 | selectBdcdy: [], | ... | ... |
-
Please register or sign in to post a comment