ysy 2 years ago
parent
commit
0690f66afd
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/views/technology/production/index.vue

+ 7 - 7
src/views/technology/production/index.vue

@@ -113,13 +113,13 @@
       return {
         // 表格列配置
         columns: [
-          // {
-          //   columnKey: 'selection',
-          //   type: 'selection',
-          //   width: 45,
-          //   align: 'center',
-          //   fixed: 'left'
-          // },
+          {
+            columnKey: 'selection',
+            type: 'selection',
+            width: 45,
+            align: 'center',
+            fixed: 'left'
+          },
           {
             prop: 'code',
             label: '工序编码',