From 1b09fe890938f123fbcccf235620384b7cd9b721 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期二, 30 三月 2021 17:36:31 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue index 12f1a91..2c878b8 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue @@ -1,23 +1,23 @@ <template> <div class="public-table"> - <el-table - :data="tableData" - style="width: 100%"> - <el-table-column - prop="date" - label="鏃ユ湡" - width="180"> - </el-table-column> - <el-table-column - prop="name" - label="濮撳悕" - width="180"> - </el-table-column> - <el-table-column - prop="address" - label="鍦板潃"> - </el-table-column> - </el-table> + <table border="1"> + <tr> + <th>111</th> + <th>111</th> + <th>111</th> + <th>111</th> + <th>111</th> + <th>111</th> + </tr> + <tr> + <td>4444444444</td> + <td>4444444444</td> + <td>4444444444</td> + <td>4444444444</td> + <td>4444444444</td> + <td>4444444444</td> + </tr> + </table> </div> </template> -- Gitblit v1.8.0