feat(fg):多幢分割选择列表添加自然幢数量
Showing
2 changed files
with
17 additions
and
13 deletions
... | @@ -56,17 +56,18 @@ | ... | @@ -56,17 +56,18 @@ |
56 | <div class="table-bode"> | 56 | <div class="table-bode"> |
57 | <table border="1"> | 57 | <table border="1"> |
58 | <tr> | 58 | <tr> |
59 | <td>序号</td> | 59 | <th>序号</th> |
60 | <td>操作</td> | 60 | <th>操作</th> |
61 | <td>宗地代码</td> | 61 | <th>宗地代码</th> |
62 | <td>不动产单元号</td> | 62 | <th>不动产单元号</th> |
63 | <td>项目名称</td> | 63 | <th>项目名称</th> |
64 | <td>不动产权证号</td> | 64 | <th>不动产权证号</th> |
65 | <td>权利人</td> | 65 | <th>权利人</th> |
66 | <td>坐落</td> | 66 | <th>坐落</th> |
67 | <th>自然幢数量</th> | ||
67 | </tr> | 68 | </tr> |
68 | <tr v-if="Data.length==0"> | 69 | <tr v-if="Data.length===0"> |
69 | <td colspan="8"> | 70 | <td colspan="9"> |
70 | <span class="noData">暂无数据</span> | 71 | <span class="noData">暂无数据</span> |
71 | </td> | 72 | </td> |
72 | </tr> | 73 | </tr> |
... | @@ -79,8 +80,9 @@ | ... | @@ -79,8 +80,9 @@ |
79 | <td>{{item.bdcdyh}}</td> | 80 | <td>{{item.bdcdyh}}</td> |
80 | <td>{{item.xmmc}}</td> | 81 | <td>{{item.xmmc}}</td> |
81 | <td>{{item.bdcqzh}}</td> | 82 | <td>{{item.bdcqzh}}</td> |
82 | <td>{{item.qlr}}</td> | 83 | <td>{{item.qlrmc}}</td> |
83 | <td>{{item.zl}}</td> | 84 | <td>{{item.zl}}</td> |
85 | <td>{{item.zrzCount}}</td> | ||
84 | </tr> | 86 | </tr> |
85 | </table> | 87 | </table> |
86 | </div> | 88 | </div> |
... | @@ -208,7 +210,9 @@ | ... | @@ -208,7 +210,9 @@ |
208 | background-color: #F5F7FA; | 210 | background-color: #F5F7FA; |
209 | } | 211 | } |
210 | } | 212 | } |
211 | 213 | th{ | |
214 | height: 36px; | ||
215 | } | ||
212 | td { | 216 | td { |
213 | text-align: center; | 217 | text-align: center; |
214 | height: 36px; | 218 | height: 36px; | ... | ... |
... | @@ -50,7 +50,7 @@ | ... | @@ -50,7 +50,7 @@ |
50 | <tr> | 50 | <tr> |
51 | <th class="cz"> | 51 | <th class="cz"> |
52 | <i class="iconfont iconicon-test2 " style="color:#66b1ff;font-size:30px" @click="addRow"></i> | 52 | <i class="iconfont iconicon-test2 " style="color:#66b1ff;font-size:30px" @click="addRow"></i> |
53 | 53 | ||
54 | </th> | 54 | </th> |
55 | <th class="xh">序号</th> | 55 | <th class="xh">序号</th> |
56 | <th class="xzq">行政区</th> | 56 | <th class="xzq">行政区</th> | ... | ... |
-
Please register or sign in to post a comment