This commit is contained in:
Taric Xin
2021-12-20 15:51:31 +08:00
parent 581d7c44e7
commit 361dea1cbd

View File

@ -218,6 +218,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
index: 'identityStatus',
type: 'badge',
badge: {
'-1': { text: '未提交', color: 'default' },
0: { text: '待审核', color: 'default' },
1: { text: '通过', color: 'success' },
2: { text: '驳回', color: 'warning' }
@ -229,6 +230,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
index: 'driverLicenseStatus',
type: 'badge',
badge: {
'-1': { text: '未提交', color: 'default' },
10: { text: '待审核', color: 'default' },
20: { text: '审核通过', color: 'success' },
30: { text: '驳回', color: 'warning' },
@ -241,6 +243,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
index: 'practiceSenioritLicenseStatus',
type: 'badge',
badge: {
'-1': { text: '未提交', color: 'default' },
10: { text: '待审核', color: 'default' },
20: { text: '审核通过', color: 'success' },
30: { text: '驳回', color: 'warning' },