edit
This commit is contained in:
@ -254,13 +254,14 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
lockedStatus: {
|
||||
approvalStatus: {
|
||||
type: 'string',
|
||||
title: '状态',
|
||||
title: '审核状态',
|
||||
enum: [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '正常', value: 0 },
|
||||
{ label: '冻结', value: 1 }
|
||||
{ label: '待审核', value: 10 },
|
||||
{ label: '已成功', value: 20 },
|
||||
{ label: '审核失败', value: 30 }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user