数据统计问题修改,增加销售统计页面

This commit is contained in:
2025-11-24 17:16:44 +08:00
parent 679207521d
commit 0d13ae2e9e
6 changed files with 459 additions and 10 deletions

View File

@@ -78,7 +78,7 @@
// 点击事件
async function clickFunc(nav) {
if (nav.pageUrl == "PAGES_SALES_SUMMARY") {
if (nav.pageUrl == "PAGES_DATA_SUMMARY") {
let res = await hasPermission('允许查看经营数据')
if (!res) return
}