Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-13 10:47:28
|
||||
* @LastEditTime: 2021-12-13 11:24:23
|
||||
* @LastEditTime: 2022-01-12 09:58:12
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \tms-obc-web\src\app\routes\usercenter\components\freight\user\user.component.html
|
||||
|
||||
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user