3254194295 11 months ago
parent
commit
fc79709632
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/store/outstoreform/modules/DetailYY.vue

+ 5 - 5
src/views/store/outstoreform/modules/DetailYY.vue

@@ -140,28 +140,28 @@ export default {
         {
           title: '降本项目',
           dataIndex: 'cdefine33',
-          width: 150
+          width: 200
         },
         {
           title: '申请数量',
           dataIndex: 'num',
-          width: 100
+          width: 80
         },
         {
           title: '实际数量',
           dataIndex: 'realNum',
-          width: 100
+          width: 80
         },
         {
           title: '备注',
           dataIndex: 'remark',
-          width: 150
+          width: 200
 
         },
         {
           title: '操作',
           key: 'action',
-          width: '150px',
+          width: '60px',
           align: 'center',
           scopedSlots: { customRender: 'action' }
         }