ysy %!s(int64=2) %!d(string=hai) anos
pai
achega
308750aaa9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/views/technology/route/components/production/index.vue

+ 1 - 2
src/views/technology/route/components/production/index.vue

@@ -5,7 +5,7 @@
       <user-search @search="reload" />
       <!-- 数据表格 -->
     
-      <ele-pro-table ref="table" :columns="columns" :datasource="datasource" @selection-change="selectListChange"
+      <ele-pro-table ref="table" :columns="columns" :datasource="datasource"  highlight-current-row @selection-change="selectListChange"
         row-key="id">
         <!-- 状态列 -->
 
@@ -59,7 +59,6 @@ export default {
           selectable: (row, index) => {
             return !this.tableData.some((it) => it.sourceTaskId == row.id || it.id == row.id);
           },
-
           reserveSelection: true,
           fixed: 'left'
         },