添加登记情形字段展示
Showing
2 changed files
with
10 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -73,6 +73,11 @@ class data extends filter { |
width: '200' | ||
}, | ||
{ | ||
prop: "djqxmc", | ||
label: "登记情形", | ||
width: '200' | ||
}, | ||
{ | ||
prop: "bdcdyh", | ||
label: "不动产单元号", | ||
minWidth: '150', | ||
... | ... |
... | ... | @@ -73,6 +73,11 @@ class data extends filter { |
minWidth: '150', | ||
}, | ||
{ | ||
prop: "djqxmc", | ||
label: "登记情形", | ||
minWidth: '150', | ||
}, | ||
{ | ||
prop: "bdcdyh", | ||
label: "不动产单元号", | ||
minWidth: '150', | ||
... | ... |