房屋状况
Showing
1 changed file
with
7 additions
and
7 deletions
... | @@ -3,37 +3,37 @@ | ... | @@ -3,37 +3,37 @@ |
3 | <b class="title"></b> | 3 | <b class="title"></b> |
4 | <b class="title">房屋状况</b> | 4 | <b class="title">房屋状况</b> |
5 | <lb-table :column="fwColumns" key="fwzk" :data="resultData.hdetailList" | 5 | <lb-table :column="fwColumns" key="fwzk" :data="resultData.hdetailList" |
6 | :heightNumSetting="true" :minHeight="0" :rowStyleHeight='25' | 6 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
7 | :pagination="false"> | 7 | :pagination="false"> |
8 | </lb-table> | 8 | </lb-table> |
9 | <b class="title">土地状况</b> | 9 | <b class="title">土地状况</b> |
10 | <lb-table :column="tdColumns" key="tdzk" :data="resultData.zdjbxxDetail" | 10 | <lb-table :column="tdColumns" key="tdzk" :data="resultData.zdjbxxDetail" |
11 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 11 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
12 | :pagination="false"> | 12 | :pagination="false"> |
13 | </lb-table> | 13 | </lb-table> |
14 | <b class="title">权属状况</b> | 14 | <b class="title">权属状况</b> |
15 | <lb-table :column="qszkColumns" key="qszk" :data="resultData.qsxxDetail" | 15 | <lb-table :column="qszkColumns" key="qszk" :data="resultData.qsxxDetail" |
16 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 16 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
17 | :pagination="false"> | 17 | :pagination="false"> |
18 | </lb-table> | 18 | </lb-table> |
19 | <b class="title">抵押登记</b> | 19 | <b class="title">抵押登记</b> |
20 | <lb-table :column="diyaColumns" key="dydj" :data="resultData.dyaqDetail" | 20 | <lb-table :column="diyaColumns" key="dydj" :data="resultData.dyaqDetail" |
21 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 21 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
22 | :pagination="false"> | 22 | :pagination="false"> |
23 | </lb-table> | 23 | </lb-table> |
24 | <b class="title">预告登记</b> | 24 | <b class="title">预告登记</b> |
25 | <lb-table :column="ygdjColumns" key="ygdj" :data="resultData.ygdjDetail" | 25 | <lb-table :column="ygdjColumns" key="ygdj" :data="resultData.ygdjDetail" |
26 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 26 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
27 | :pagination="false"> | 27 | :pagination="false"> |
28 | </lb-table> | 28 | </lb-table> |
29 | <b class="title">查封状况</b> | 29 | <b class="title">查封状况</b> |
30 | <lb-table :column="cfdjColumns" key="cfdj" :data="resultData.cfdjDetail" | 30 | <lb-table :column="cfdjColumns" key="cfdj" :data="resultData.cfdjDetail" |
31 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 31 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
32 | :pagination="false"> | 32 | :pagination="false"> |
33 | </lb-table> | 33 | </lb-table> |
34 | <b class="title">异议登记</b> | 34 | <b class="title">异议登记</b> |
35 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" | 35 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" |
36 | :heightNumSetting="true" :minHeight="100" :rowStyleHeight='25' | 36 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' |
37 | :pagination="false"> | 37 | :pagination="false"> |
38 | </lb-table> | 38 | </lb-table> |
39 | </div> | 39 | </div> | ... | ... |
-
Please register or sign in to post a comment