ecinc-cloud-yoabase 9.5.102 → 9.5.200
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 +9 -3
- package/lib/ecyoabase.common.js +101985 -104783
- package/lib/ecyoabase.umd.js +101909 -104707
- package/lib/ecyoabase.umd.min.js +8 -8
- package/package.json +1 -1
- package/lib/img/footer_w.8706575c.png +0 -0
package/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import CityCodeConfig from './src/cityCodeConfig'
|
|
|
4
4
|
// cockpit
|
|
5
5
|
import Cockpit from './src/cockpit'
|
|
6
6
|
// cockpit1
|
|
7
|
-
import Cockpit1 from './src/cockpit1'
|
|
7
|
+
// import Cockpit1 from './src/cockpit1'
|
|
8
8
|
// conversation
|
|
9
9
|
import ConversationSimulateLeft from './src/conversation/SimulateLeft'
|
|
10
10
|
import ConversationSimulateRight from './src/conversation/SimulateRight'
|
|
@@ -90,6 +90,7 @@ const {
|
|
|
90
90
|
CCTinymce,
|
|
91
91
|
CCVideo,
|
|
92
92
|
CCViewBodyArticle,
|
|
93
|
+
CCViewContent,
|
|
93
94
|
CCWatermark,
|
|
94
95
|
mappWorkTzgg,
|
|
95
96
|
mappWorkBanner,
|
|
@@ -128,12 +129,14 @@ import wformFooter from './src/workflow/wfInstance/mainform/components/wformFoot
|
|
|
128
129
|
import wformHeader from './src/workflow/wfInstance/mainform/components/wformHeader'
|
|
129
130
|
import wformSerial from './src/workflow/wfInstance/mainform/components/wformSerial'
|
|
130
131
|
import wformTitle from './src/workflow/wfInstance/mainform/components/wformTitle'
|
|
132
|
+
import wfsubmission from './src/workflow/wfInstance/mainform/components/Submission'
|
|
133
|
+
import wfhandovernote from './src/workflow/wfInstance/mainform/components/handovernote'
|
|
131
134
|
|
|
132
135
|
// 以对象的结构保存组件,便于遍历
|
|
133
136
|
const components = {
|
|
134
137
|
CityCodeConfig,
|
|
135
138
|
Cockpit,
|
|
136
|
-
Cockpit1,
|
|
139
|
+
// Cockpit1,
|
|
137
140
|
ConversationSimulateLeft,
|
|
138
141
|
ConversationSimulateRight,
|
|
139
142
|
ConversationSimulateTest,
|
|
@@ -263,6 +266,7 @@ const components = {
|
|
|
263
266
|
CCTinymce,
|
|
264
267
|
CCVideo,
|
|
265
268
|
CCViewBodyArticle,
|
|
269
|
+
CCViewContent,
|
|
266
270
|
CCWatermark,
|
|
267
271
|
mappWorkTzgg,
|
|
268
272
|
mappWorkBanner,
|
|
@@ -276,7 +280,9 @@ const components = {
|
|
|
276
280
|
mappWorkCalendar,
|
|
277
281
|
mappWorkEchartL,
|
|
278
282
|
mappWorkEchartZ,
|
|
279
|
-
mappWorkEchartR
|
|
283
|
+
mappWorkEchartR,
|
|
284
|
+
wfsubmission,
|
|
285
|
+
wfhandovernote
|
|
280
286
|
}
|
|
281
287
|
// 定义 install 方法
|
|
282
288
|
const install = function (Vue) {
|