6 天以前 b7eb1da8220f5b72f6891c3c6471ca386604cce4
src/views/erp/purchase/invoice/data.ts
@@ -148,22 +148,6 @@
        valueField: 'id',
      },
    },
    {
      fieldName: 'auditStatus',
      label: '审批状态',
      component: 'Select',
      componentProps: {
        options: [
          { label: '未提交', value: 0 },
          { label: '审批中', value: 10 },
          { label: '审核通过', value: 20 },
          { label: '审核不通过', value: 30 },
          { label: '已作废', value: 40 },
        ],
        placeholder: '请选择审批状态',
        allowClear: true,
      },
    },
  ];
}
@@ -222,13 +206,6 @@
      minWidth: 100,
      fixed: 'right',
      slots: { default: 'attachment' },
    },
    {
      title: '审批状态',
      field: 'auditStatus',
      minWidth: 100,
      fixed: 'right',
      slots: { default: 'auditStatus' },
    },
    {
      title: '操作',