manage-client 3.2.200 → 3.2.202

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,9 @@
1
+ // 分公司特殊组件页面注册
2
+ let specialComp = {
3
+ 'new-webmeter-handplan': (resolve) => { require(['./NewWebMeterHandPlan'], resolve) }
4
+ }
5
+ exports.specialComp = specialComp
6
+
7
+
8
+
9
+
@@ -207,6 +207,10 @@ export default function (filiale) {
207
207
  Vue.component('manage-sell-type', (resolve) => {
208
208
  require(['./components/SellReport/ManageSellType'], resolve)
209
209
  })
210
+ // 报表展示组件(新营业分析汇总报表)
211
+ Vue.component('manage-sell-type-new', (resolve) => {
212
+ require(['./components/SellReport/ManageSellTypeNew'], resolve)
213
+ })
210
214
  // 报表展示组件(用户新增销户统计报表)
211
215
  Vue.component('manage-user-count', (resolve) => {
212
216
  require(['./components/SellReport/ManageUserCount'], resolve)