edit
This commit is contained in:
@ -398,6 +398,7 @@ export class PartnerListComponent {
|
||||
width: 150,
|
||||
type: 'badge',
|
||||
badge: {
|
||||
0: { text: '未发起', color: 'default' },
|
||||
10: { text: '待合伙人签约', color: 'default' },
|
||||
15: { text: '签约中', color: 'processing' },
|
||||
20: { text: '平台签约完成', color: 'success' },
|
||||
@ -411,9 +412,8 @@ export class PartnerListComponent {
|
||||
type: 'badge',
|
||||
badge: {
|
||||
0: { text: '未发起', color: 'default' },
|
||||
10: { text: '待审核', color: 'processing' },
|
||||
20: { text: '审核通过', color: 'success' },
|
||||
30: { text: '驳回', color: 'error' }
|
||||
10: { text: '审核失败', color: 'error' },
|
||||
20: { text: '审核通过', color: 'success' }
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user