src/views/erp/sale/order/data.ts
@@ -221,6 +221,12 @@
      minWidth: 80,
    },
    {
      field: 'needProduction',
      title: '需要生产',
      minWidth: 100,
      slots: { default: 'needProduction' },
    },
    {
      field: 'remark',
      title: '备注',
      minWidth: 150,
@@ -482,6 +488,13 @@
      slots: { default: 'status' },
    },
    {
      field: 'needProduction',
      title: '需要生产',
      minWidth: 100,
      fixed: 'right',
      slots: { default: 'needProduction' },
    },
    {
      title: '操作',
      width: 260,
      fixed: 'right',