From 4fd36e03b912190395b0d92dbe4a066034c81561 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 26 十一月 2024 00:55:04 +0800 Subject: [PATCH] 集成新版flowable、修改flowable表单绑定bug --- src/main.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index ac9ce83..f242907 100644 --- a/src/main.js +++ b/src/main.js @@ -52,7 +52,16 @@ // 鑷畾涔夋悳绱€�佹帶鍒惰〃澶存樉闅愭寜閽� import VisibilityToolbar from '@/components/VisibilityToolbar' +// vform 琛ㄥ崟璁捐鍣� +import vform from '@/components/vform/VFormDesigner.umd.min.js' +import '@/components/vform/VFormDesigner.css' +// import 'vform-builds/dist/VFormDesigner.css' //寮曞叆VForm鏍峰紡 +import modelerStore from '@/components/Process/common/global' +//鍚屾椂娉ㄥ唽浜唙-form-designer銆乿-form-render绛夌粍浠� + + // 鍏ㄥ眬鏂规硶鎸傝浇 +Vue.prototype.modelerStore = modelerStore Vue.prototype.getDicts = getDicts Vue.prototype.getConfigKey = getConfigKey Vue.prototype.parseTime = parseTime @@ -73,6 +82,7 @@ Vue.component('ImagePreview', ImagePreview) Vue.component('VisibilityToolbar', VisibilityToolbar) +Vue.use(vform) Vue.use(directive) Vue.use(plugins) Vue.use(VueMeta) -- Gitblit v1.8.0