修复:商户不显示共创股东按钮的问题
This commit is contained in:
parent
d632999a02
commit
69e45b95c8
|
|
@ -151,7 +151,7 @@ export default {
|
||||||
icon: 'iconfont icon-peihuo'
|
icon: 'iconfont icon-peihuo'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if(this.service.purchase_permission && [0,1,3,4,5,6,7].includes(Number(merchantInfo.merchant_type))){
|
if([0,1,3,4,5,6,7].includes(Number(merchantInfo.merchant_type))){
|
||||||
list.push({
|
list.push({
|
||||||
title: '共创股东',
|
title: '共创股东',
|
||||||
url: '/pages/admin/business/shareholder/index',
|
url: '/pages/admin/business/shareholder/index',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue