支付汇总

This commit is contained in:
duan
2024-09-10 10:33:36 +08:00
parent 042dcf03a6
commit cfed2474ae
4 changed files with 60 additions and 24 deletions

View File

@@ -189,12 +189,17 @@
icon: '/static/indexImg/red-envelope.svg',
pageUrl: 'PAGES_INVOICE'
},
// {
// title: '优惠券',
// icon: '/static/indexImg/red-envelope.svg',
// pageUrl: 'PAGES_COUPON_INDEX'
// },
{
title: '优惠券',
icon: '/static/indexImg/red-envelope.svg',
pageUrl: 'PAGES_COUPON_INDEX'
title: '销售汇总',
icon: '/static/indexImg/PAGE_SALES_SUMMARY.svg',
pageUrl: 'PAGES_SALES_SUMMARY'
}
];
// 如果不是超管 删除 刷脸广告菜单
if (storageManage.userInfo().userType != 1) {