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, }, ] : []), ]; }