Browse Source

供应商产能维护-字段调整

jbb 2 years ago
parent
commit
ae22c6023a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/reportForms/supply-capacity-table.vue

+ 2 - 1
src/views/reportForms/supply-capacity-table.vue

@@ -194,7 +194,6 @@ export default {
         // },
         //   className: 'replacecolor'
         // },
-        { title: '工时(分)', width: 55, dataIndex: 'coefficient', className: 'replacecolor',ellipsis: true, },
         {
           title: '件数',
           width: 50,
@@ -202,6 +201,8 @@ export default {
           className: 'replacecolor',
           ellipsis: true,
         },
+        { title: '工时(分)', width: 55, dataIndex: 'coefficient', className: 'replacecolor',ellipsis: true, },
+       
         {
           title: '计划单号',
           width: 80,