From 38c9e3a54a16d35335ef0a4734ee05a13996ea3f Mon Sep 17 00:00:00 2001
From: tianhao <tianhaohao@pashanhoo.com>
Date: Thu, 12 Jan 2023 10:47:45 +0800
Subject: [PATCH] 展示内容

---
 src/views/business-info/mortgage-registration/data/index.js | 49 +++++++++++++++++++++++++++++++++++--------------
 1 file changed, 35 insertions(+), 14 deletions(-)

diff --git a/src/views/business-info/mortgage-registration/data/index.js b/src/views/business-info/mortgage-registration/data/index.js
index 1b47ab6..1a4fa95 100644
--- a/src/views/business-info/mortgage-registration/data/index.js
+++ b/src/views/business-info/mortgage-registration/data/index.js
@@ -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"
       }
     ]
   }
--
libgit2 0.24.0