ecinc-cloud-moazcgl 9.5.0 → 9.5.2

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.
package/index.js CHANGED
@@ -13,7 +13,8 @@ import ZcglZcpdAblewq from './src/zcpd/components/ablewq'
13
13
  import ZcglZcpdFollowList from './src/zcpd/components/FollowList'
14
14
  //manage
15
15
  import ZcglManageIndex from './src/manage/index'
16
- import ZcglManageExport from './src/manage/export'
16
+ import ZcglManageExport from './src/manage/exporter'
17
+ const { ZcglManageZcbf, ZcglManageZcdb, ZcglManageZcgh, ZcglManageZcjy, ZcglManageZcly, ZcglManageZcqc, ZcglManageZctk, ZcglManageZcwx, ZcglManageZczj, ZcglManageAddAssets, ZcglManageSelectZC, ZcglZcrkIndex, ZcglOperationRecord, ZcglOtherInformation, ZcglQrlModal } = ZcglManageExport
17
18
  //home
18
19
  import ZcglHomeIndex from './src/home/index'
19
20
  import ZcglHomeChartPie from './src/home/components/ChartPie'
@@ -27,8 +28,9 @@ import ZcglHomeGrsyTableCell from './src/home/grsy/components/TableCell'
27
28
  // 以对象的结构保存组件,便于遍历
28
29
  const components = {
29
30
  ZcglIndex,ZcglZcspIndex,ZcglDetailModal,ZcglFollowList,ZcglSelectContent,ZcglTableCell,
30
- ZcglZcpdIndex,ZcglZcpdAblewq,ZcglZcpdFollowList,ZcglManageIndex,...ZcglManageExport,ZcglHomeIndex,
31
- ZcglHomeChartPie,ZcglHomePageJy,ZcglHomePageLy,ZcglHomeGrsyIndex,ZcglHomeGrsyJy,ZcglHomeGrsyLy,ZcglHomeGrsyWx,ZcglHomeGrsyTableCell
31
+ ZcglZcpdIndex,ZcglZcpdAblewq,ZcglZcpdFollowList,ZcglManageIndex,ZcglHomeIndex,
32
+ ZcglHomeChartPie,ZcglHomePageJy,ZcglHomePageLy,ZcglHomeGrsyIndex,ZcglHomeGrsyJy,ZcglHomeGrsyLy,ZcglHomeGrsyWx,ZcglHomeGrsyTableCell,
33
+ ZcglManageZcbf, ZcglManageZcdb, ZcglManageZcgh, ZcglManageZcjy, ZcglManageZcly, ZcglManageZcqc, ZcglManageZctk, ZcglManageZcwx, ZcglManageZczj, ZcglManageAddAssets, ZcglManageSelectZC, ZcglZcrkIndex, ZcglOperationRecord, ZcglOtherInformation, ZcglQrlModal
32
34
  }
33
35
  // 定义 install 方法
34
36
  const install = function(Vue) {