|
|
@@ -60,7 +60,7 @@
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
- <el-table :data="entityList" border style="width: 100%" @sort-change="orderby">
|
|
|
+ <el-table highlight-current-row stripe :data="entityList" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
<!--<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>-->
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="交费类型">
|
|
|
@@ -87,7 +87,7 @@
|
|
|
|
|
|
</span>-->
|
|
|
</div>
|
|
|
- <el-table :data="entityList2" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
+ <el-table highlight-current-row stripe :data="entityList2" size="mini" border style="width: 100%" @sort-change="orderby">
|
|
|
<!--<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierName" label="企业名称"></el-table-column>-->
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="SupplierTypeName" label="项目类型"></el-table-column>
|
|
|
<el-table-column sortable min-width="120" align="center" show-overflow-tooltip prop="PayType" label="交费类型">
|