whj 11 months ago
parent
commit
e63c484905
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/store/outstoreform/modules/DetailYY.vue

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

@@ -145,12 +145,12 @@ export default {
         {
           title: '申请数量',
           dataIndex: 'num',
-          width: 120
+          width: 100
         },
         {
           title: '实际数量',
           dataIndex: 'realNum',
-          width: 120
+          width: 100
         },
         {
           title: '备注',
@@ -161,7 +161,7 @@ export default {
         {
           title: '操作',
           key: 'action',
-          width: '200px',
+          width: '150px',
           align: 'center',
           scopedSlots: { customRender: 'action' }
         }