edit
This commit is contained in:
@ -152,14 +152,13 @@ export class FreightComponentsUserComponent implements OnInit {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
},
|
||||
certificationStatus: {
|
||||
stateLocked: {
|
||||
type: 'string',
|
||||
title: '状态',
|
||||
enum: [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '待审核', value: 0 },
|
||||
{ label: '正常', value: 1 },
|
||||
{ label: '冻结', value: 2 }
|
||||
{ label: '正常', value: 0 },
|
||||
{ label: '冻结', value: 1 }
|
||||
],
|
||||
default: '',
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user