whj 1 年之前
父节点
当前提交
e63c484905
共有 1 个文件被更改,包括 3 次插入3 次删除
  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' }
         }