5fdebc35 by renchao@pashanhoo.com

style:发起申请

1 parent cd3475f4
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-18 13:51:27 4 * @LastEditTime: 2023-08-21 10:35:58
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;"> 7 <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px;text-align: center;">
...@@ -146,10 +146,10 @@ ...@@ -146,10 +146,10 @@
146 context.fillText(this.bdcqz.mj ? this.bdcqz.mj : '', 129, 386); 146 context.fillText(this.bdcqz.mj ? this.bdcqz.mj : '', 129, 386);
147 // context.fillText(this.bdcqz.syqx ? this.bdcqz.syqx : '', 129, 429); 147 // context.fillText(this.bdcqz.syqx ? this.bdcqz.syqx : '', 129, 429);
148 // qlqtzk 148 // qlqtzk
149 const maxWidth = 330; // 最大宽度限制 149 const maxWidth = 336; // 最大宽度限制
150 let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : []; 150 let lines = this.bdcqz.qlqtzk ? this.bdcqz.qlqtzk.split('\n') : [];
151 lines.forEach((line, index) => { 151 lines.forEach((line, index) => {
152 const y = 473 + (index * 30); // 每行文本的垂直位置 152 const y = 463 + (index * 30); // 每行文本的垂直位置
153 let currentLine = ''; 153 let currentLine = '';
154 let arr = []; 154 let arr = [];
155 for (let word of line) { 155 for (let word of line) {
......
1 /* 1 /*
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 09:47:56 4 * @LastEditTime: 2023-08-22 09:24:28
5 */ 5 */
6 import filter from '@/utils/filter.js' 6 import filter from '@/utils/filter.js'
7 let vm = null 7 let vm = null
...@@ -39,17 +39,6 @@ class data extends filter { ...@@ -39,17 +39,6 @@ class data extends filter {
39 <div> 39 <div>
40 <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> 40 <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a>
41 <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> 41 <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span>
42 {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a>
43 <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span>
44 <span v-show={scope.row.ycfzt == 1}>,已预查封</span>
45 <span v-show={scope.row.ycfzt == 1}>,已预查封</span>
46 <span v-show={scope.row.cfzt == 1}>,已查封</span>
47 <span v-show={scope.row.diyizt == 1}>,已地役</span>
48 <span v-show={scope.row.yyzt == 1}>,异议中</span>
49 <span v-show={scope.row.xzzt == 1}>,已限制</span>
50 <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span>
51 <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span>
52 <span v-show={scope.row.dyzt == 1}>,已抵押</span> */}
53 </div> 42 </div>
54 ) 43 )
55 } 44 }
...@@ -67,7 +56,8 @@ class data extends filter { ...@@ -67,7 +56,8 @@ class data extends filter {
67 { 56 {
68 prop: "bdcqzh", 57 prop: "bdcqzh",
69 label: "不动产权证号", 58 label: "不动产权证号",
70 minWidth: '150' 59 width: '150',
60 showOverflowTooltip: true
71 }, 61 },
72 { 62 {
73 prop: "gyqk", 63 prop: "gyqk",
...@@ -76,6 +66,8 @@ class data extends filter { ...@@ -76,6 +66,8 @@ class data extends filter {
76 { 66 {
77 prop: "qlrmc", 67 prop: "qlrmc",
78 label: "权利人", 68 label: "权利人",
69 width: '120',
70 showOverflowTooltip: true
79 }, 71 },
80 { 72 {
81 prop: "qlrzjhm", 73 prop: "qlrzjhm",
...@@ -92,7 +84,7 @@ class data extends filter { ...@@ -92,7 +84,7 @@ class data extends filter {
92 { 84 {
93 prop: "qlmjmc", 85 prop: "qlmjmc",
94 label: "面积", 86 label: "面积",
95 }, 87 },
96 { 88 {
97 prop: "zl", 89 prop: "zl",
98 label: "坐落", 90 label: "坐落",
......