edit
This commit is contained in:
@ -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' }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user