edit
This commit is contained in:
@ -304,6 +304,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
'-1': { text: '未提交', color: 'default' },
|
||||
1: { text: '已提交', color: 'processing' },
|
||||
2: { text: '已通过', color: 'success' },
|
||||
3: { text: '已过期', color: 'error' },
|
||||
// 10: { text: '待审核', color: 'default' },
|
||||
// 20: { text: '审核通过', color: 'success' },
|
||||
// 30: { text: '驳回', color: 'warning' },
|
||||
|
||||
Reference in New Issue
Block a user