xiaoyi
17 小时以前 9637c9dd2994f73def8b906411545617016553c5
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: '操作',