d27bc659 by renchao@pashanhoo.com

style:楼盘表

1 parent 80b42bf9
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-15 14:46:47 4 * @LastEditTime: 2024-03-08 08:50:28
5 --> 5 -->
6 <template> 6 <template>
7 <div class="edit"> 7 <div class="edit">
...@@ -16,9 +16,11 @@ ...@@ -16,9 +16,11 @@
16 :style="{ height: lpbContentHight + 'px' }" 16 :style="{ height: lpbContentHight + 'px' }"
17 v-show="bjztFlag"> 17 v-show="bjztFlag">
18 <!-- 楼盘表主体 --> 18 <!-- 楼盘表主体 -->
19 <div class="lp-overview" :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }"> 19 <div class="lp-overview"
20 :style="{ width: lpbContentwidth + 'px','margin-right': formData.onlyShow ? '10px' : 0 }">
20 <lpbContent 21 <lpbContent
21 ref="lpbContent" 22 ref="lpbContent"
23 v-if="formData.bsm"
22 :zrzbsm="formData.bsm" 24 :zrzbsm="formData.bsm"
23 :scyclx="formData.scyclx" 25 :scyclx="formData.scyclx"
24 :onlyShow="formData.onlyShow" 26 :onlyShow="formData.onlyShow"
...@@ -26,9 +28,10 @@ ...@@ -26,9 +28,10 @@
26 :unitData="formData.unitData" 28 :unitData="formData.unitData"
27 :sqywInfo="formData" 29 :sqywInfo="formData"
28 :key="time"></lpbContent> 30 :key="time"></lpbContent>
31 <el-empty v-else description="暂无楼盘表"></el-empty>
29 </div> 32 </div>
30 <!-- 右侧图例 --> 33 <!-- 右侧图例 -->
31 <div class="lp-legend" v-if="formData.onlyShow"> 34 <div class="lp-legend" v-if="formData.onlyShow && formData.bsm">
32 <div class="handleCol"> 35 <div class="handleCol">
33 <div class="btn" @click="legendToggle"> 36 <div class="btn" @click="legendToggle">
34 <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i> 37 <i v-show="!legendToggleFlag" class="el-icon-d-arrow-left"></i>
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-09-20 16:55:00 4 * @LastEditTime: 2024-03-08 08:47:12
5 --> 5 -->
6 <template> 6 <template>
7 <div class="edit"> 7 <div class="edit">
...@@ -13,16 +13,15 @@ ...@@ -13,16 +13,15 @@
13 class="tab-content" 13 class="tab-content"
14 ref="tabContent" 14 ref="tabContent"
15 :style="{ height: lpbContentHight + 'px' }" 15 :style="{ height: lpbContentHight + 'px' }"
16 v-show="bjztFlag" 16 v-show="bjztFlag">
17 >
18 <!-- 楼盘表主体 --> 17 <!-- 楼盘表主体 -->
19 <div 18 <div
20 class="lp-overview" 19 class="lp-overview"
20 v-if="zrzList.length>0"
21 :style="{ 21 :style="{
22 width: lpbContentwidth + 'px', 22 width: lpbContentwidth + 'px',
23 'margin-right': formData.onlyShow ? '10px' : 0, 23 'margin-right': formData.onlyShow ? '10px' : 0,
24 }" 24 }">
25 >
26 <lpbContent 25 <lpbContent
27 ref="lpbContent" 26 ref="lpbContent"
28 :zrzbsm="item.bsm" 27 :zrzbsm="item.bsm"
...@@ -31,58 +30,50 @@ ...@@ -31,58 +30,50 @@
31 :showSave="formData.showSave" 30 :showSave="formData.showSave"
32 :unitData="formData.unitData" 31 :unitData="formData.unitData"
33 :sqywInfo="formData" 32 :sqywInfo="formData"
34 :key="item.bsm" 33 :key="item.bsm"></lpbContent>
35 ></lpbContent>
36 </div> 34 </div>
35 <el-empty v-else description="暂无楼盘表"></el-empty>
37 <!-- 右侧图例 --> 36 <!-- 右侧图例 -->
38 <div class="lp-legend" v-if="formData.onlyShow"> 37 <div class="lp-legend" v-if="formData.onlyShow">
39 <div class="handleCol"> 38 <div class="handleCol">
40 <div class="btn" @click="legendToggle"> 39 <div class="btn" @click="legendToggle">
41 <i 40 <i
42 v-show="!legendToggleFlag" 41 v-show="!legendToggleFlag"
43 class="el-icon-d-arrow-left" 42 class="el-icon-d-arrow-left"></i>
44 ></i>
45 <i 43 <i
46 v-show="legendToggleFlag" 44 v-show="legendToggleFlag"
47 class="el-icon-d-arrow-right" 45 class="el-icon-d-arrow-right"></i>
48 ></i>
49 </div> 46 </div>
50 <div 47 <div
51 :class="selectedZt == 'dyzt' ? 'dyzt selectedZt' : 'dyzt'" 48 :class="selectedZt == 'dyzt' ? 'dyzt selectedZt' : 'dyzt'"
52 @click="selectedZt = 'dyzt'" 49 @click="selectedZt = 'dyzt'">
53 >
54 <span>单元状态</span> 50 <span>单元状态</span>
55 </div> 51 </div>
56 <div 52 <div
57 :class="selectedZt == 'fwxz' ? 'fwxz selectedZt' : 'fwxz'" 53 :class="selectedZt == 'fwxz' ? 'fwxz selectedZt' : 'fwxz'"
58 @click="selectedZt = 'fwxz'" 54 @click="selectedZt = 'fwxz'">
59 >
60 <span>房屋性质</span> 55 <span>房屋性质</span>
61 </div> 56 </div>
62 <div 57 <div
63 :class="selectedZt == 'fwyt' ? 'fwyt selectedZt' : 'fwyt'" 58 :class="selectedZt == 'fwyt' ? 'fwyt selectedZt' : 'fwyt'"
64 @click="selectedZt = 'fwyt'" 59 @click="selectedZt = 'fwyt'">
65 >
66 <span>房屋用途</span> 60 <span>房屋用途</span>
67 </div> 61 </div>
68 <div 62 <div
69 :class="selectedZt == 'qsx' ? 'qsx selectedZt' : 'qsx'" 63 :class="selectedZt == 'qsx' ? 'qsx selectedZt' : 'qsx'"
70 @click="selectedZt = 'qsx'" 64 @click="selectedZt = 'qsx'">
71 >
72 <span>缺失项</span> 65 <span>缺失项</span>
73 </div> 66 </div>
74 </div> 67 </div>
75 <div 68 <div
76 class="legendTable-wrap" 69 class="legendTable-wrap"
77 :style="{ width: legendToggleFlag ? '200px' : '0' }" 70 :style="{ width: legendToggleFlag ? '200px' : '0' }">
78 >
79 <table 71 <table
80 class="legendTable" 72 class="legendTable"
81 v-show="selectedZt == 'dyzt'" 73 v-show="selectedZt == 'dyzt'"
82 cellspacing="1" 74 cellspacing="1"
83 cellpadding="1" 75 cellpadding="1"
84 border="1" 76 border="1">
85 >
86 <tr> 77 <tr>
87 <th>状态</th> 78 <th>状态</th>
88 <th>套数</th> 79 <th>套数</th>
...@@ -92,14 +83,11 @@ ...@@ -92,14 +83,11 @@
92 v-for="(item, index) in dyztList" 83 v-for="(item, index) in dyztList"
93 :key="index" 84 :key="index"
94 class="cp" 85 class="cp"
95 @click="handleChoosedH(item.bsms, item.color)" 86 @click="handleChoosedH(item.bsms, item.color)">
96 >
97 <td> 87 <td>
98 <i 88 <i
99 class="fa fa-circle" 89 class="fa fa-circle"
100 :style="{ backgroundColor: item.color }" 90 :style="{ backgroundColor: item.color }"></i>{{ item.name }}
101 ></i
102 >{{ item.name }}
103 </td> 91 </td>
104 <td>{{ item.ts }}</td> 92 <td>{{ item.ts }}</td>
105 <td>{{ item.mj }}</td> 93 <td>{{ item.mj }}</td>
...@@ -111,8 +99,7 @@ ...@@ -111,8 +99,7 @@
111 v-show="selectedZt == 'fwxz'" 99 v-show="selectedZt == 'fwxz'"
112 cellspacing="1" 100 cellspacing="1"
113 cellpadding="1" 101 cellpadding="1"
114 border="1" 102 border="1">
115 >
116 <tr> 103 <tr>
117 <th>性质</th> 104 <th>性质</th>
118 <th>套数</th> 105 <th>套数</th>
...@@ -122,14 +109,11 @@ ...@@ -122,14 +109,11 @@
122 v-for="(item, index) in fwxzList" 109 v-for="(item, index) in fwxzList"
123 :key="index" 110 :key="index"
124 class="cp" 111 class="cp"
125 @click="handleChoosedH(item.bsms, item.color)" 112 @click="handleChoosedH(item.bsms, item.color)">
126 >
127 <td> 113 <td>
128 <i 114 <i
129 class="fa fa-circle" 115 class="fa fa-circle"
130 :style="{ backgroundColor: item.color }" 116 :style="{ backgroundColor: item.color }"></i>{{ item.name }}
131 ></i
132 >{{ item.name }}
133 </td> 117 </td>
134 <td>{{ item.ts }}</td> 118 <td>{{ item.ts }}</td>
135 <td>{{ item.mj }}</td> 119 <td>{{ item.mj }}</td>
...@@ -144,8 +128,7 @@ ...@@ -144,8 +128,7 @@
144 v-show="selectedZt == 'fwyt'" 128 v-show="selectedZt == 'fwyt'"
145 cellspacing="1" 129 cellspacing="1"
146 cellpadding="1" 130 cellpadding="1"
147 border="1" 131 border="1">
148 >
149 <tr> 132 <tr>
150 <th>用途</th> 133 <th>用途</th>
151 <th>套数</th> 134 <th>套数</th>
...@@ -155,14 +138,11 @@ ...@@ -155,14 +138,11 @@
155 v-for="(item, index) in fwytList" 138 v-for="(item, index) in fwytList"
156 :key="index" 139 :key="index"
157 class="cp" 140 class="cp"
158 @click="handleChoosedH(item.bsms, item.color)" 141 @click="handleChoosedH(item.bsms, item.color)">
159 >
160 <td> 142 <td>
161 <i 143 <i
162 class="fa fa-circle" 144 class="fa fa-circle"
163 :style="{ backgroundColor: item.color }" 145 :style="{ backgroundColor: item.color }"></i>{{ item.name }}
164 ></i
165 >{{ item.name }}
166 </td> 146 </td>
167 <td>{{ item.ts }}</td> 147 <td>{{ item.ts }}</td>
168 <td>{{ item.mj }}</td> 148 <td>{{ item.mj }}</td>
...@@ -177,8 +157,7 @@ ...@@ -177,8 +157,7 @@
177 v-show="selectedZt == 'qsx'" 157 v-show="selectedZt == 'qsx'"
178 cellspacing="1" 158 cellspacing="1"
179 cellpadding="1" 159 cellpadding="1"
180 border="1" 160 border="1">
181 >
182 <tr> 161 <tr>
183 <th>数据缺失项</th> 162 <th>数据缺失项</th>
184 <th>套数</th> 163 <th>套数</th>
...@@ -188,14 +167,11 @@ ...@@ -188,14 +167,11 @@
188 v-for="(item, index) in qsxList" 167 v-for="(item, index) in qsxList"
189 :key="index" 168 :key="index"
190 class="cp" 169 class="cp"
191 @click="handleChoosedH(item.bsms, item.color)" 170 @click="handleChoosedH(item.bsms, item.color)">
192 >
193 <td> 171 <td>
194 <i 172 <i
195 class="fa fa-circle" 173 class="fa fa-circle"
196 :style="{ backgroundColor: item.color }" 174 :style="{ backgroundColor: item.color }"></i>{{ item.name }}
197 ></i
198 >{{ item.name }}
199 </td> 175 </td>
200 <td>{{ item.ts }}</td> 176 <td>{{ item.ts }}</td>
201 <td>0</td> 177 <td>0</td>
...@@ -216,7 +192,7 @@ ...@@ -216,7 +192,7 @@
216 </el-tab-pane> 192 </el-tab-pane>
217 </el-tabs> 193 </el-tabs>
218 </div> 194 </div>
219 </template> 195 </template>
220 196
221 <script> 197 <script>
222 import lpbContent from "./lpbContent/index"; 198 import lpbContent from "./lpbContent/index";
...@@ -237,7 +213,7 @@ ...@@ -237,7 +213,7 @@
237 lpbContent, 213 lpbContent,
238 selectZrzH, 214 selectZrzH,
239 }, 215 },
240 data() { 216 data () {
241 return { 217 return {
242 activeName: "first", 218 activeName: "first",
243 bsms: [], 219 bsms: [],
...@@ -314,7 +290,7 @@ ...@@ -314,7 +290,7 @@
314 zrzList: [], 290 zrzList: [],
315 }; 291 };
316 }, 292 },
317 created() { 293 created () {
318 window.addEventListener("resize", this.getHeight); 294 window.addEventListener("resize", this.getHeight);
319 this.getHeight(); 295 this.getHeight();
320 let params = { 296 let params = {
...@@ -327,7 +303,7 @@ ...@@ -327,7 +303,7 @@
327 } 303 }
328 }); 304 });
329 }, 305 },
330 mounted() { 306 mounted () {
331 //获取各项单元状态的户bsm 307 //获取各项单元状态的户bsm
332 this.formData.onlyShow && this.getDyztBsmList(); 308 this.formData.onlyShow && this.getDyztBsmList();
333 //获取房屋用途统计数据 309 //获取房屋用途统计数据
...@@ -358,7 +334,7 @@ ...@@ -358,7 +334,7 @@
358 * @description: 获取高度计算lpb内容区高度 334 * @description: 获取高度计算lpb内容区高度
359 * @author: renchao 335 * @author: renchao
360 */ 336 */
361 getHeight() { 337 getHeight () {
362 this.lpbContentHight = window.innerHeight - 226; 338 this.lpbContentHight = window.innerHeight - 226;
363 }, 339 },
364 //图例的展开收起 340 //图例的展开收起
...@@ -366,7 +342,7 @@ ...@@ -366,7 +342,7 @@
366 * @description: 图例的展开收起 342 * @description: 图例的展开收起
367 * @author: renchao 343 * @author: renchao
368 */ 344 */
369 legendToggle() { 345 legendToggle () {
370 this.legendToggleFlag = !this.legendToggleFlag; 346 this.legendToggleFlag = !this.legendToggleFlag;
371 }, 347 },
372 //切换房屋状态 348 //切换房屋状态
...@@ -376,7 +352,7 @@ ...@@ -376,7 +352,7 @@
376 * @param {*} color 352 * @param {*} color
377 * @author: renchao 353 * @author: renchao
378 */ 354 */
379 handleChoosedH(bsms, color) { 355 handleChoosedH (bsms, color) {
380 this.$refs.lpbContent.changeChoosed(bsms, color); 356 this.$refs.lpbContent.changeChoosed(bsms, color);
381 }, 357 },
382 //获取各项单元状态统计数据 358 //获取各项单元状态统计数据
...@@ -384,7 +360,7 @@ ...@@ -384,7 +360,7 @@
384 * @description: 获取各项单元状态统计数据 360 * @description: 获取各项单元状态统计数据
385 * @author: renchao 361 * @author: renchao
386 */ 362 */
387 getDyztBsmList() { 363 getDyztBsmList () {
388 getLpbTj(this.formData.bsm).then((res) => { 364 getLpbTj(this.formData.bsm).then((res) => {
389 if (res.code === 200) { 365 if (res.code === 200) {
390 this.dyztList = res.result; 366 this.dyztList = res.result;
...@@ -441,7 +417,7 @@ ...@@ -441,7 +417,7 @@
441 * @description: 获取房屋用途和房屋性质及缺失项统计数据 417 * @description: 获取房屋用途和房屋性质及缺失项统计数据
442 * @author: renchao 418 * @author: renchao
443 */ 419 */
444 getLpbFwytAndQlxz() { 420 getLpbFwytAndQlxz () {
445 getLpbFwytAndQlxz(this.formData.bsm).then((res) => { 421 getLpbFwytAndQlxz(this.formData.bsm).then((res) => {
446 if (res.code === 200) { 422 if (res.code === 200) {
447 // this.fwytList = res.result 423 // this.fwytList = res.result
...@@ -488,19 +464,19 @@ ...@@ -488,19 +464,19 @@
488 }, 464 },
489 }, 465 },
490 computed: {}, 466 computed: {},
491 destroyed() { 467 destroyed () {
492 window.removeEventListener("resize", this.getHeight); 468 window.removeEventListener("resize", this.getHeight);
493 }, 469 },
494 watch: { 470 watch: {
495 //树结构和图例伸缩时修改楼盘表主要内容区宽度 471 //树结构和图例伸缩时修改楼盘表主要内容区宽度
496 legendToggleFlag(n) { 472 legendToggleFlag (n) {
497 if (n) { 473 if (n) {
498 this.lpbContentwidth -= 204; 474 this.lpbContentwidth -= 204;
499 } else { 475 } else {
500 this.lpbContentwidth += 204; 476 this.lpbContentwidth += 204;
501 } 477 }
502 }, 478 },
503 selectedZt(n) { 479 selectedZt (n) {
504 this.legendToggleFlag = true; 480 this.legendToggleFlag = true;
505 }, 481 },
506 }, 482 },
...@@ -633,5 +609,5 @@ ...@@ -633,5 +609,5 @@
633 } 609 }
634 } 610 }
635 } 611 }
636 </style> 612 </style>
637 613
...\ No newline at end of file ...\ No newline at end of file
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-01-29 13:29:56 4 * @LastEditTime: 2024-03-07 16:59:12
5 --> 5 -->
6 <template> 6 <template>
7 <div class="from-clues"> 7 <div class="from-clues">
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <div class="from-clues-header"> 9 <div class="from-clues-header">
10 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px"> 10 <el-form :model="queryForm" ref="queryForm" @submit.native.prevent label-width="70px">
11 <el-row> 11 <el-row>
12 <el-col :span="4"> 12 <el-col :span="5">
13 <el-form-item label="权利类型" prop="qllx"> 13 <el-form-item label="权利类型" prop="qllx">
14 <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型"> 14 <el-select v-model="queryForm.qllx" filterable class="width100" clearable placeholder="请选择权利类型">
15 <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 15 <el-option v-for="item in dictData['A8']" :key="item.dcode" :label="item.dname" :value="item.dcode">
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 </el-select> 17 </el-select>
18 </el-form-item> 18 </el-form-item>
19 </el-col> 19 </el-col>
20 <el-col :span="4"> 20 <el-col :span="5">
21 <el-form-item label="登记类型" prop="djlx"> 21 <el-form-item label="登记类型" prop="djlx">
22 <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型"> 22 <el-select v-model="queryForm.djlx" filterable class="width100" clearable placeholder="请选择登记类型">
23 <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode"> 23 <el-option v-for="item in dictData['A21']" :key="item.dcode" :label="item.dname" :value="item.dcode">
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
36 </el-select> 36 </el-select>
37 </el-form-item> 37 </el-form-item>
38 </el-col> 38 </el-col>
39 <el-col :span="6"> 39 <el-col :span="5">
40 <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px"> 40 <el-form-item label="不动产单元号" prop="bdcdyh" label-width="105px">
41 <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100"> 41 <el-input placeholder="请输入不动产单元号" maxlength="28" v-model.trim="queryForm.bdcdyh" clearable class="width100">
42 </el-input> 42 </el-input>
43 </el-form-item> 43 </el-form-item>
44 </el-col> 44 </el-col>
45 <el-col :span="6"> 45 <el-col :span="5">
46 <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px"> 46 <el-form-item label="不动产权证号" prop="bdcqzh" label-width="105px">
47 <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100"> 47 <el-input placeholder="请输入不动产权证号" v-model.trim="queryForm.bdcqzh" clearable class="width100">
48 </el-input> 48 </el-input>
...@@ -57,25 +57,25 @@ ...@@ -57,25 +57,25 @@
57 </el-form-item> 57 </el-form-item>
58 </el-col> 58 </el-col>
59 <el-col :span="5"> 59 <el-col :span="5">
60 <el-form-item label="坐落:" prop="zl" label-width="105px"> 60 <el-form-item label="权利人:" prop="qlrmc">
61 <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100">
62 </el-input>
63 </el-form-item>
64 </el-col>
65 <el-col :span="5">
66 <el-form-item label="权利人:" prop="qlrmc" label-width="105px">
67 <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100"> 61 <el-input v-model.trim="queryForm.qlrmc" placeholder="权利人" clearable class="width100">
68 </el-input> 62 </el-input>
69 </el-form-item> 63 </el-form-item>
70 </el-col> 64 </el-col>
71 <el-col :span="5"> 65 <el-col :span="4">
72 <el-form-item label="义务人:" prop="ywrmc"> 66 <el-form-item label="义务人:" prop="ywrmc">
73 <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100"> 67 <el-input v-model.trim="queryForm.ywrmc" placeholder="义务人" clearable class="width100">
74 </el-input> 68 </el-input>
75 </el-form-item> 69 </el-form-item>
76 </el-col> 70 </el-col>
71 <el-col :span="7">
72 <el-form-item label="坐落:" prop="zl" label-width="105px">
73 <el-input v-model.trim="queryForm.zl" placeholder="坐落" clearable class="width100">
74 </el-input>
75 </el-form-item>
76 </el-col>
77 77
78 <el-col :span="4" class="btnColRight"> 78 <el-col :span="3" class="btnColRight">
79 <el-form-item> 79 <el-form-item>
80 <el-button @click="handleReset">重置</el-button> 80 <el-button @click="handleReset">重置</el-button>
81 <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button> 81 <el-button type="primary" native-type="submit" @click="handleSearch">查询</el-button>
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
139 qllxs: [], 139 qllxs: [],
140 isDialog: false, 140 isDialog: false,
141 djbxxData: {}, 141 djbxxData: {},
142 zrzbsm:"" 142 zrzbsm: ""
143 } 143 }
144 }, 144 },
145 computed: { 145 computed: {
...@@ -190,12 +190,12 @@ ...@@ -190,12 +190,12 @@
190 * @author: renchao 190 * @author: renchao
191 */ 191 */
192 handleLpbClick (item) { 192 handleLpbClick (item) {
193 let params = {zdbsm:item.bsmZd}; 193 let params = { zdbsm: item.bsmZd };
194 getZrzListByBsmSlsq(params).then((res) => { 194 getZrzListByBsmSlsq(params).then((res) => {
195 if (res.code === 200) { 195 if (res.code === 200) {
196 } 196 }
197 }); 197 });
198 console.log("zrzbsm",item,item.zrzbsm); 198 console.log("zrzbsm", item, item.zrzbsm);
199 this.$popupDialog('楼盘表', 'lpb/index', { 199 this.$popupDialog('楼盘表', 'lpb/index', {
200 bsm: item.zrzbsm, 200 bsm: item.zrzbsm,
201 zrzbsm: item.zrzbsm, 201 zrzbsm: item.zrzbsm,
......