7bbbdc6b by 任超
2 parents a1446bee 462bb095
......@@ -6,20 +6,25 @@ class data extends filter {
columns () {
return [
{
label: "权属状态",
prop: "qszt",
width: 100
},
{
label: "业务号",
prop: "YWH",
prop: "ywh",
width: 150
},
// {
// label: "抵押不动产类型",
// render: (h, scope) => {
// return (
// <div>
// <span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
// </div>
// )
// },
// },
{
label: "抵押不动产类型",
render: (h, scope) => {
return (
<div>
<span>{ this.dicStatus(scope.row.DYBDCLX, 'A27')}</span>
</div>
)
},
},
// {
// label: "登记类型",
// width: 70,
......@@ -33,11 +38,27 @@ class data extends filter {
// },
{
label: "不动产单元号",
prop: "BDCDYH"
prop: "bdcdyh"
},
{
label: "不动产登记证明号",
prop: "BDCDJZMH"
prop: "bdcdjzmh"
},
{
label: "抵押人",
prop: "dyr"
},
{
label: "被担保主债权数额",
prop: "bdbzzqse"
},
{
label: "最高债权额",
prop: "zgzqse"
},
{
label: "抵押面积",
prop: "dymj"
},
{
label: "登记时间",
......@@ -46,7 +67,7 @@ class data extends filter {
},
{
label: "登记机构",
prop: "DJJG"
prop: "djjg"
}
]
}
......