edit
This commit is contained in:
@ -218,6 +218,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
index: 'identityStatus',
|
index: 'identityStatus',
|
||||||
type: 'badge',
|
type: 'badge',
|
||||||
badge: {
|
badge: {
|
||||||
|
'-1': { text: '未提交', color: 'default' },
|
||||||
0: { text: '待审核', color: 'default' },
|
0: { text: '待审核', color: 'default' },
|
||||||
1: { text: '通过', color: 'success' },
|
1: { text: '通过', color: 'success' },
|
||||||
2: { text: '驳回', color: 'warning' }
|
2: { text: '驳回', color: 'warning' }
|
||||||
@ -229,6 +230,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
index: 'driverLicenseStatus',
|
index: 'driverLicenseStatus',
|
||||||
type: 'badge',
|
type: 'badge',
|
||||||
badge: {
|
badge: {
|
||||||
|
'-1': { text: '未提交', color: 'default' },
|
||||||
10: { text: '待审核', color: 'default' },
|
10: { text: '待审核', color: 'default' },
|
||||||
20: { text: '审核通过', color: 'success' },
|
20: { text: '审核通过', color: 'success' },
|
||||||
30: { text: '驳回', color: 'warning' },
|
30: { text: '驳回', color: 'warning' },
|
||||||
@ -241,6 +243,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
index: 'practiceSenioritLicenseStatus',
|
index: 'practiceSenioritLicenseStatus',
|
||||||
type: 'badge',
|
type: 'badge',
|
||||||
badge: {
|
badge: {
|
||||||
|
'-1': { text: '未提交', color: 'default' },
|
||||||
10: { text: '待审核', color: 'default' },
|
10: { text: '待审核', color: 'default' },
|
||||||
20: { text: '审核通过', color: 'success' },
|
20: { text: '审核通过', color: 'success' },
|
||||||
30: { text: '驳回', color: 'warning' },
|
30: { text: '驳回', color: 'warning' },
|
||||||
|
|||||||
Reference in New Issue
Block a user