保存
Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -253,9 +253,8 @@ | ... | @@ -253,9 +253,8 @@ |
253 | border="1" | 253 | border="1" |
254 | > | 254 | > |
255 | <tr> | 255 | <tr> |
256 | <th>用途</th> | 256 | <th>数据缺失项</th> |
257 | <th>套数</th> | 257 | <th>套数</th> |
258 | <th>面积</th> | ||
259 | </tr> | 258 | </tr> |
260 | <tr | 259 | <tr |
261 | v-for="(item, index) in fwytList" | 260 | v-for="(item, index) in fwytList" |
... | @@ -268,7 +267,6 @@ | ... | @@ -268,7 +267,6 @@ |
268 | >{{ item.name }} | 267 | >{{ item.name }} |
269 | </td> | 268 | </td> |
270 | <td>{{ item.ts }}</td> | 269 | <td>{{ item.ts }}</td> |
271 | <td>{{ item.mj }}</td> | ||
272 | </tr> | 270 | </tr> |
273 | <tr v-show="fwytList.length < 1"> | 271 | <tr v-show="fwytList.length < 1"> |
274 | <td colspan="3" class="tac">暂无数据</td> | 272 | <td colspan="3" class="tac">暂无数据</td> | ... | ... |
-
Please register or sign in to post a comment