ecinc-cloud-yoabase 9.6.246 → 9.6.247

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
@@ -138,7 +138,7 @@ import wformSerial from './src/workflow/wfInstance/mainform/components/wformSeri
138
138
  import wformTitle from './src/workflow/wfInstance/mainform/components/wformTitle'
139
139
  import wfsubmission from './src/workflow/wfInstance/mainform/components/Submission'
140
140
  import wfhandovernote from './src/workflow/wfInstance/mainform/components/handovernote'
141
- import documentLayoutSitting from './src/workflow/wfInstance/mainform/components/documentLayoutSitting'
141
+ import WformLayoutSetting from './src/workflow/wfInstance/mainform/components/WformLayoutSetting'
142
142
 
143
143
  //basicformOpenPage
144
144
  import BasicformOpenPage from './src/BasicformOpenPage/newBusiForm'
@@ -302,7 +302,7 @@ const components = {
302
302
  wfhandovernote,
303
303
  BasicformOpenPage,
304
304
  importProductConfig,
305
- documentLayoutSitting
305
+ WformLayoutSetting
306
306
  }
307
307
  // 定义 install 方法
308
308
  const install = function (Vue) {