5 天以前 46624ce480a3c14da21f39cc4ad5f7eecea2bb1e
src/views/mes/pro/pallet/data.ts
@@ -53,11 +53,13 @@
/** 列表的字段 */
export function useGridColumns(): VxeTableGridOptions<MesProPalletApi.Pallet>['columns'] {
  return [
    { type: 'checkbox', width: 50 },
    {
      field: 'code',
      title: '托盘码',
      fixed: 'left',
      minWidth: 210,
      slots: { default: 'code' },
    },
    {
      field: 'palletNo',
@@ -68,11 +70,7 @@
      field: 'batchCode',
      title: '批次号',
      minWidth: 190,
    },
    {
      field: 'capacity',
      title: '可装袋数(袋/托盘)',
      width: 150,
      slots: { default: 'batchCode' },
    },
    {
      field: 'bagCount',
@@ -101,7 +99,7 @@
    },
    {
      title: '操作',
      width: 200,
      width: 350,
      fixed: 'right',
      slots: { default: 'actions' },
    },