liu
9 天以前 600fe725775e28af1f86f7f7f1e2521f494252b1
src/views/mes/pro/bagCode/data.ts
@@ -115,6 +115,17 @@
      formatter: 'formatDateTime',
    },
    {
      field: 'cancelTime',
      title: '作废时间',
      width: 170,
      formatter: 'formatDateTime',
    },
    {
      field: 'cancelReason',
      title: '作废原因',
      minWidth: 160,
    },
    {
      field: 'createTime',
      title: '创建时间',
      width: 170,
@@ -122,7 +133,7 @@
    },
    {
      title: '操作',
      width: 200,
      width: 350,
      fixed: 'right',
      slots: { default: 'actions' },
    },