This commit is contained in:
Taric Xin
2022-03-31 16:09:28 +08:00
parent e5102b5edb
commit 67969a1d89

View File

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