baichengfei 5 gadi atpakaļ
vecāks
revīzija
79917cdb1e

+ 4 - 2
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -46,7 +46,8 @@
           size="mini"
           border
           :stripe="true"
-          style="width: 100%">
+          style="width: 100%"
+          highlight-current-row>
 
           <!--<el-table-column type="index" label="序号"></el-table-column>-->
 
@@ -122,7 +123,8 @@
             size="mini"
             border
             :stripe="true"
-            style="width: 100%">
+            style="width: 100%"
+            highlight-current-row>
 
             <el-table-column label="已办类型" prop="Type" align="center">
               <template slot-scope="scope">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/annualfistaudit.vue

@@ -32,7 +32,7 @@
           </el-form-item>
         </el-form>
       </div>
-      <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby">
+      <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" highlight-current-row>
         <el-table-column label="操作" min-width="180" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/annualaudit/' + scope.row.SupplierId + '/auditoperation?certid=' + scope.row.CerId +'&WorkflowId='+scope.row.WorkflowId+'&AnnualStatus='+scope.row.Status+'&annualId='+scope.row.Id+'&Step='+scope.row.Step">

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/basicindex.vue

@@ -42,7 +42,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/goodsindex.vue

@@ -42,7 +42,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link

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

@@ -38,7 +38,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/techindex.vue

@@ -42,7 +42,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" size="mini" border height="calc(100vh - 243px)" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="180" align="center" fixed="right">
             <template slot-scope="scope">
               <router-link

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/basislist.vue

@@ -56,7 +56,8 @@
                 height="calc(100vh - 243px)"
                 style="width: 100%"
                 @sort-change="orderby"
-                size="mini">
+                size="mini"
+                highlight-current-row>
         <el-table-column label="操作"
                          min-width="200px"
                          align="center"

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/goodslist.vue

@@ -56,7 +56,8 @@
                 height="calc(100vh - 243px)"
                 style="width: 100%"
                 @sort-change="orderby"
-                size="mini">
+                size="mini"
+                highlight-current-row>
         <el-table-column label="操作"
                          min-width="200px"
                          align="center"

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

@@ -39,7 +39,7 @@
           </el-form-item>
         </el-form>
       </div>
-      <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini">
+      <el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby" size="mini" highlight-current-row>
         <el-table-column label="操作" min-width="200px" align="center" fixed="right">
           <template slot-scope="scope">
             <router-link :to="'/oilsupplier/supplier/' + scope.row.Id + '/' + Type + '?certid=' + scope.row.CertId">

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/techlist.vue

@@ -56,7 +56,8 @@
                 size="mini"
                 height="calc(100vh - 246px)"
                 style="width: 100%"
-                @sort-change="orderby">
+                @sort-change="orderby"
+                highlight-current-row>
         <el-table-column label="操作"
                          min-width="200px"
                          align="center"

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/basislist.vue

@@ -38,7 +38,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="150" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/goodslist.vue

@@ -37,7 +37,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="150" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>

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

@@ -42,7 +42,7 @@
             </el-form-item>
           </el-form>
         </div>
-        <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%" @sort-change="orderby">
+        <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%" @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="150" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierappend/techlist.vue

@@ -38,7 +38,7 @@
           </el-form>
         </div>
         <el-table :data="entityList" border height="calc(100vh - 243px)" size="mini" style="width: 100%"
-          @sort-change="orderby">
+          @sort-change="orderby" highlight-current-row>
           <el-table-column label="操作" min-width="150" align="center" fixed="right">
             <template slot-scope="scope">
               <el-button type="primary" title="编辑" size="mini" plain @click="editData(scope.row)">打开</el-button>