This commit is contained in:
wangshiming
2022-04-19 15:09:37 +08:00
parent c0e08a5136
commit 616f3c64cd
2 changed files with 64 additions and 29 deletions

View File

@ -74,34 +74,69 @@ export class DatatableMancustomtableComponent implements OnInit {
return this?.resourceStatus !== 1 ? false : true;
}
},
{ title: '已认证合伙人', index: 'certifiedCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}},
{ title: '新增合伙人数', index: 'addCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}},
{ title: '合伙人活跃率', index: 'alivePer', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
} },
{ title: '活跃合伙人数', index: 'aliveCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
} },
{ title: '沉默合伙人数', index: 'silentCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
} },
{ title: '流失合伙人数', index: 'drainCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}},
{ title: '未激活合伙人数', index: 'notActiveCount', className: 'text-center', width: '150px' ,
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
} },
{
title: '已认证合伙人',
index: 'certifiedCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '新增合伙人数',
index: 'addCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '合伙人活跃率',
index: 'alivePer',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '活跃合伙人数',
index: 'aliveCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '沉默合伙人数',
index: 'silentCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '流失合伙人数',
index: 'drainCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '未激活合伙人数',
index: 'notActiveCount',
className: 'text-center',
width: '150px',
iif: () => {
return this?.resourceStatus !== 2 ? false : true;
}
},
{
title: '新增货主数',