ecinc-cloud-yoahtgl 9.5.230 → 9.6.231
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 +4 -1
- package/lib/ecyoahtgl.common.js +646 -453
- package/lib/ecyoahtgl.umd.js +646 -453
- package/lib/ecyoahtgl.umd.min.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -19,7 +19,9 @@ import HtglMbgl from './src/mbgl/index'
|
|
|
19
19
|
import HtglModuleIndex from './src/mbgl/components/moduleIndex'
|
|
20
20
|
// portlet
|
|
21
21
|
import HtglContractClauseBank from './src/portlet/ContractClauseBank'
|
|
22
|
+
import HtglHtmbBtns from './src/portlet/Htmbbtns'
|
|
22
23
|
// tjfx
|
|
24
|
+
|
|
23
25
|
import HtglTjfxListTable from './src/tjfx/components/ListTable'
|
|
24
26
|
import HtglTjfxFkhttj from './src/tjfx/fkhttj'
|
|
25
27
|
import HtglTjfxHtdatj from './src/tjfx/htdatj'
|
|
@@ -53,7 +55,8 @@ const components = {
|
|
|
53
55
|
HtglTjfxHtzxtj,
|
|
54
56
|
HtglTjfxSkhttj,
|
|
55
57
|
HtglWdjy,
|
|
56
|
-
HtglIndexInvoice
|
|
58
|
+
HtglIndexInvoice,
|
|
59
|
+
HtglHtmbBtns
|
|
57
60
|
}
|
|
58
61
|
// 定义 install 方法
|
|
59
62
|
const install = function(Vue) {
|