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