whj há 1 ano atrás
pai
commit
e63c484905
1 ficheiros alterados com 3 adições e 3 exclusões
  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' }
         }