9d6a70e6 by renchao@pashanhoo.com

style:发证信息

1 parent 6f158396
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-24 15:45:43 4 * @LastEditTime: 2023-08-25 10:00:18
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
...@@ -41,7 +41,9 @@ class data extends filter { ...@@ -41,7 +41,9 @@ class data extends filter {
41 }, 41 },
42 { 42 {
43 prop: "qllx", 43 prop: "qllx",
44 label: "权利类型" 44 label: "权利类型",
45 width: '100',
46 showOverflowTooltip: true
45 }, 47 },
46 { 48 {
47 prop: "ysxlh", 49 prop: "ysxlh",
...@@ -69,7 +71,9 @@ class data extends filter { ...@@ -69,7 +71,9 @@ class data extends filter {
69 }, 71 },
70 { 72 {
71 prop: "zl", 73 prop: "zl",
72 label: "坐落" 74 label: "坐落",
75 width: '100',
76 showOverflowTooltip: true
73 }, 77 },
74 { 78 {
75 prop: "fzsj", 79 prop: "fzsj",
......