接待客户统计页面的改造

This commit is contained in:
zhonghua.li
2026-02-08 19:13:07 +08:00
parent 705ee2dff7
commit bcf25432d9
17 changed files with 1690 additions and 353 deletions

View File

@@ -38,7 +38,6 @@ const pages = [
navigationStyle: "custom"
},
componentPlaceholder: {
CustomerCountPopup: "pages-subpackage/ai_features/customer_count/customer-count-popup",
QualityCoveragePopup: "pages-subpackage/ai_features/quality_coverage/quality-coverage-popup"
}
}
@@ -273,6 +272,12 @@ const subPackages = [
navigationStyle: "custom"
}
},
{
path: "ai_features/customer_count/customer_count",
style: {
navigationStyle: "custom"
}
},
{
path: "ai_features/opening_rate/opening_rate",
style: {