|
|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
<el-tabs v-model="activeName" type="border-card">
|
|
|
<el-tab-pane label="交费明细表" name="first">
|
|
|
- <el-table :data="entityList" size="mini" height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
+ <el-table :data="entityList" size="mini" stripe highlight-current-row height="calc(100vh - 300px)" border style="width: 100%" @sort-change="orderby">
|
|
|
|
|
|
<el-table-column sortable width="150" align="center" show-overflow-tooltip prop="AccessCardNo" label="准入编码"></el-table-column>
|
|
|
<el-table-column sortable width="150" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>
|
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
|
|
|
<el-tab-pane label="交费汇总表" name="second">
|
|
|
- <el-table :data="entitySumList" border show-summary style="width: 100%" @sort-change="orderby">
|
|
|
+ <el-table :data="entitySumList" size="mini" highlight-current-row stripe border show-summary style="width: 100%" @sort-change="orderby">
|
|
|
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="准入类别">
|
|
|
</el-table-column>
|