yuedefeng 5 anni fa
parent
commit
7b7eeccc75

+ 4 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/badrecord/index.vue

@@ -59,7 +59,9 @@
       </div>
 
       <!--内框表格显示-->
-      <el-table highlight-current-row size="mini"
+      <el-table stripe
+                highlight-current-row
+                size="mini"
                 :data="entityList"
                 border
                 height="calc(100vh - 243px)"
@@ -131,6 +133,7 @@
         <el-table-column label="准入范围不良状态"
                          align="center"
                          prop="Bak1"
+                         width="200px"
                          :show-overflow-tooltip="true">
           <template slot-scope="scope">
             <span style="color: #F56C6C" v-if="scope.row.Bak1 != '0'">暂停{{scope.row.Bak1}}条</span>

+ 2 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/companyaudit/index.vue

@@ -66,6 +66,8 @@
             </el-collapse-item>
           </el-collapse> -->
           <el-table :data="list"
+                    stripe
+                    highlight-current-row
                     size="mini"
                     border
                     style="width: 100%">

+ 2 - 2
src/dashoo.cn/frontend_web/src/pages/oilsupplier/paymentinfo/paymentsure.vue

@@ -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="交费类型">