This commit is contained in:
wangshiming
2022-05-06 17:49:20 +08:00
parent e24f32c97e
commit 7679d5cd27

View File

@ -468,7 +468,7 @@ export class PartnerListComponent {
width: 140, width: 140,
type: 'badge', type: 'badge',
badge: { badge: {
0: { text: '启用', color: 'success' }, 0: { text: '正常', color: 'success' },
1: { text: '冻结', color: 'error' } 1: { text: '冻结', color: 'error' }
} }
}, },