Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-01-12 10:48:59 +08:00
9 changed files with 279 additions and 132 deletions

View File

@ -153,13 +153,14 @@ export class FreightComponentsUserComponent implements OnInit {
placeholder: '请输入'
}
},
stateLocked: {
certificationStatus: {
type: 'string',
title: '状态',
enum: [
{ label: '全部', value: '' },
{ label: '正常', value: 0 },
{ label: '冻结', value: 1 }
{ label: '待审核', value: 0 },
{ label: '正常', value: 1 },
{ label: '冻结', value: 2 }
],
default: '',
ui: {