fix bug
This commit is contained in:
@ -491,8 +491,8 @@ export class FreightComponentsEnterpriseAuditComponent extends BasicTableCompone
|
|||||||
enum: [
|
enum: [
|
||||||
{ label: '全部', value: '' },
|
{ label: '全部', value: '' },
|
||||||
{ label: '待审核', value: 10 },
|
{ label: '待审核', value: 10 },
|
||||||
{ label: '已撤销', value: 15 },
|
// { label: '已撤销', value: 15 },
|
||||||
{ label: '已成功', value: 20 },
|
// { label: '已成功', value: 20 },
|
||||||
{ label: '审核失败', value: 30 }
|
{ label: '审核失败', value: 30 }
|
||||||
],
|
],
|
||||||
default: '',
|
default: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user