Merge branch 'dev'
Showing
10 changed files
with
29 additions
and
42 deletions
This diff is collapsed.
Click to expand it.
-
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', | ||
... | ... |
... | ... | @@ -141,7 +141,6 @@ |
this.sqywQllxList = res.result; | ||
}) | ||
}, | ||
//申请业务类型菜单事件 | ||
/** | ||
* @description: 申请业务类型菜单事件 | ||
* @param {*} item | ||
... | ... |
... | ... | @@ -73,6 +73,11 @@ class data extends filter { |
minWidth: '150', | ||
}, | ||
{ | ||
prop: "djqxmc", | ||
label: "登记情形", | ||
minWidth: '150', | ||
}, | ||
{ | ||
prop: "bdcdyh", | ||
label: "不动产单元号", | ||
minWidth: '150', | ||
... | ... |