src/views/erp/purchase/invoice/data.ts
@@ -148,19 +148,6 @@ valueField: 'id', }, }, { fieldName: 'auditStatus', label: '审核状态', component: 'Select', componentProps: { options: [ { label: '未审核', value: 10 }, { label: '已审核', value: 20 }, ], placeholder: '请选择审核状态', allowClear: true, }, }, ]; } @@ -221,16 +208,9 @@ slots: { default: 'attachment' }, }, { title: '审批状态', field: 'auditStatus', minWidth: 100, fixed: 'right', slots: { default: 'auditStatus' }, }, { title: '操作', field: 'actions', minWidth: 280, minWidth: 200, fixed: 'right', slots: { default: 'actions' }, },