ecinc-cloud-yoabase 9.5.202 → 9.5.211
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 +5 -1
- package/lib/ecyoabase.common.js +816 -60
- package/lib/ecyoabase.umd.js +816 -60
- package/lib/ecyoabase.umd.min.js +8 -8
- package/package.json +1 -1
- package/lib/img/work_blmb.94b05d91.png +0 -0
- package/lib/img/work_wcsq.ab6e2b62.png +0 -0
- package/lib/img/yulan.8b6f330a.png +0 -0
package/index.js
CHANGED
|
@@ -47,6 +47,7 @@ import VoiceRightFormPanelNode from './src/voice/RightForm/PanelNode'
|
|
|
47
47
|
import VoiceRightFormTab from './src/voice/RightForm/PanelNode/Tab0'
|
|
48
48
|
// common
|
|
49
49
|
import CommonComponents from './src/common/exportor'
|
|
50
|
+
|
|
50
51
|
const {
|
|
51
52
|
CCApply,
|
|
52
53
|
CCAreaSelect,
|
|
@@ -132,6 +133,8 @@ import wformTitle from './src/workflow/wfInstance/mainform/components/wformTitle
|
|
|
132
133
|
import wfsubmission from './src/workflow/wfInstance/mainform/components/Submission'
|
|
133
134
|
import wfhandovernote from './src/workflow/wfInstance/mainform/components/handovernote'
|
|
134
135
|
|
|
136
|
+
//basicformOpenPage
|
|
137
|
+
import BasicformOpenPage from './src/BasicformOpenPage/newBusiForm'
|
|
135
138
|
// 以对象的结构保存组件,便于遍历
|
|
136
139
|
const components = {
|
|
137
140
|
CityCodeConfig,
|
|
@@ -282,7 +285,8 @@ const components = {
|
|
|
282
285
|
mappWorkEchartZ,
|
|
283
286
|
mappWorkEchartR,
|
|
284
287
|
wfsubmission,
|
|
285
|
-
wfhandovernote
|
|
288
|
+
wfhandovernote,
|
|
289
|
+
BasicformOpenPage
|
|
286
290
|
}
|
|
287
291
|
// 定义 install 方法
|
|
288
292
|
const install = function (Vue) {
|