8 天以前 fdd158306bf6dc3584f5110a385323f4a8dfb463
src/views/wls/materialstock/data.ts
@@ -183,6 +183,11 @@
      slots: { default: 'batchCode' },
    },
    {
      field: 'bagCount',
      title: '袋码数',
      width: 90,
    },
    {
      field: 'warehouseName',
      title: '仓库',
      minWidth: 100,
@@ -219,16 +224,12 @@
        },
      },
    },
    ...(onMove
      ? [
          {
            title: '操作',
            width: 80,
      width: onMove ? 150 : 90,
            fixed: 'right' as const,
            slots: { default: 'actions' } as const,
          },
        ]
      : []),
  ];
}