12 小时以前 08bb5d242135e2c1f0fc17d2b5f7ae548275a3a2
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,6 +70,7 @@
      field: 'batchCode',
      title: '批次号',
      minWidth: 190,
      slots: { default: 'batchCode' },
    },
    {
      field: 'capacity',
@@ -101,7 +104,7 @@
    },
    {
      title: '操作',
      width: 90,
      width: 350,
      fixed: 'right',
      slots: { default: 'actions' },
    },