eoss-ui 0.4.67 → 0.4.68

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.
Files changed (74) hide show
  1. package/lib/button-group.js +11 -11
  2. package/lib/button.js +11 -11
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +12 -12
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +11 -12
  8. package/lib/data-table.js +11 -12
  9. package/lib/date-picker.js +11 -11
  10. package/lib/dialog.js +13 -16
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +637 -2744
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +17 -15
  15. package/lib/flow-list.js +377 -1358
  16. package/lib/flow.js +20 -36
  17. package/lib/form.js +37 -37
  18. package/lib/handle-user.js +12 -12
  19. package/lib/handler.js +12 -12
  20. package/lib/icons.js +4 -4
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +18 -18
  23. package/lib/input.js +43 -43
  24. package/lib/label.js +2 -2
  25. package/lib/login.js +110 -101
  26. package/lib/main.js +83 -72
  27. package/lib/menu.js +5 -2
  28. package/lib/nav.js +11 -11
  29. package/lib/notify.js +4 -4
  30. package/lib/page.js +18 -18
  31. package/lib/pagination.js +2 -2
  32. package/lib/player.js +23 -23
  33. package/lib/qr-code.js +13 -13
  34. package/lib/radio-group.js +12 -12
  35. package/lib/retrial-auth.js +12 -12
  36. package/lib/select-ganged.js +11 -11
  37. package/lib/select.js +14 -14
  38. package/lib/selector-panel.js +66 -56
  39. package/lib/selector.js +14 -14
  40. package/lib/sizer.js +12 -12
  41. package/lib/steps.js +11 -11
  42. package/lib/switch.js +11 -11
  43. package/lib/table-form.js +36 -36
  44. package/lib/tabs-panel.js +2 -2
  45. package/lib/tabs.js +11 -11
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/tips.js +19 -19
  48. package/lib/toolbar.js +2 -2
  49. package/lib/tree-group.js +11 -11
  50. package/lib/tree.js +12 -12
  51. package/lib/upload.js +12 -12
  52. package/lib/wujie.js +11 -11
  53. package/lib/wxlogin.js +11 -11
  54. package/package.json +1 -1
  55. package/packages/flow/src/processForm.vue +0 -3
  56. package/packages/flow-group/src/main.vue +4 -2
  57. package/packages/flow-list/src/main.vue +1 -99
  58. package/packages/main/src/main.vue +56 -39
  59. package/packages/main/src/message.vue +7 -8
  60. package/packages/menu/src/main.vue +3 -0
  61. package/packages/theme-chalk/lib/index.css +1 -1
  62. package/packages/theme-chalk/src/index.scss +0 -1
  63. package/src/index.js +1 -4
  64. package/lib/editor.js +0 -1345
  65. package/lib/theme-chalk/editor.css +0 -1
  66. package/packages/editor/index.js +0 -5
  67. package/packages/editor/src/color.vue +0 -148
  68. package/packages/editor/src/editor.vue +0 -25
  69. package/packages/editor/src/main.vue +0 -114
  70. package/packages/editor/src/minx.js +0 -213
  71. package/packages/editor/src/toolbar.vue +0 -224
  72. package/packages/flow-list/src/flow-table.vue +0 -441
  73. package/packages/theme-chalk/lib/editor.css +0 -1
  74. package/packages/theme-chalk/src/editor.scss +0 -94
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 19);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 17);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -95,7 +95,7 @@ module.exports =
95
95
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
96
96
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4);
97
97
  /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_2__);
98
- /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(8);
98
+ /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7);
99
99
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_3__);
100
100
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3);
101
101
  /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_4__);
@@ -109,7 +109,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
109
109
  **/
110
110
 
111
111
  /* eslint-disable indent */
112
- var sm2 = __webpack_require__(20).sm2;
112
+ var sm2 = __webpack_require__(18).sm2;
113
113
 
114
114
 
115
115
 
@@ -2770,107 +2770,101 @@ module.exports = require("axios");
2770
2770
  /* 6 */
2771
2771
  /***/ (function(module, exports) {
2772
2772
 
2773
- module.exports = require("slate");
2773
+ module.exports = require("video.js");
2774
2774
 
2775
2775
  /***/ }),
2776
2776
  /* 7 */
2777
2777
  /***/ (function(module, exports) {
2778
2778
 
2779
- module.exports = require("video.js");
2779
+ module.exports = require("json-bigint");
2780
2780
 
2781
2781
  /***/ }),
2782
2782
  /* 8 */
2783
2783
  /***/ (function(module, exports) {
2784
2784
 
2785
- module.exports = require("json-bigint");
2785
+ module.exports = require("vue");
2786
2786
 
2787
2787
  /***/ }),
2788
2788
  /* 9 */
2789
2789
  /***/ (function(module, exports) {
2790
2790
 
2791
- module.exports = require("vue");
2791
+ module.exports = require("wujie-vue2");
2792
2792
 
2793
2793
  /***/ }),
2794
2794
  /* 10 */
2795
- /***/ (function(module, exports) {
2795
+ /***/ (function(module) {
2796
2796
 
2797
- module.exports = require("wujie-vue2");
2797
+ module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"home\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\"]");
2798
2798
 
2799
2799
  /***/ }),
2800
2800
  /* 11 */
2801
2801
  /***/ (function(module, exports) {
2802
2802
 
2803
- module.exports = require("slate-history");
2803
+ module.exports = require("runtime-import");
2804
2804
 
2805
2805
  /***/ }),
2806
2806
  /* 12 */
2807
- /***/ (function(module) {
2807
+ /***/ (function(module, exports) {
2808
2808
 
2809
- module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"home\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\"]");
2809
+ module.exports = require("sockjs-client");
2810
2810
 
2811
2811
  /***/ }),
2812
2812
  /* 13 */
2813
2813
  /***/ (function(module, exports) {
2814
2814
 
2815
- module.exports = require("runtime-import");
2815
+ module.exports = require("stompjs");
2816
2816
 
2817
2817
  /***/ }),
2818
2818
  /* 14 */
2819
2819
  /***/ (function(module, exports) {
2820
2820
 
2821
- module.exports = require("sockjs-client");
2821
+ module.exports = require("video.js/dist/lang/zh-CN.json");
2822
2822
 
2823
2823
  /***/ }),
2824
2824
  /* 15 */
2825
2825
  /***/ (function(module, exports) {
2826
2826
 
2827
- module.exports = require("stompjs");
2827
+ module.exports = require("eoss-element/src/utils/clickoutside");
2828
2828
 
2829
2829
  /***/ }),
2830
2830
  /* 16 */
2831
2831
  /***/ (function(module, exports) {
2832
2832
 
2833
- module.exports = require("video.js/dist/lang/zh-CN.json");
2833
+ module.exports = require("sortablejs");
2834
2834
 
2835
2835
  /***/ }),
2836
2836
  /* 17 */
2837
- /***/ (function(module, exports) {
2837
+ /***/ (function(module, exports, __webpack_require__) {
2838
+
2839
+ module.exports = __webpack_require__(22);
2838
2840
 
2839
- module.exports = require("eoss-element/src/utils/clickoutside");
2840
2841
 
2841
2842
  /***/ }),
2842
2843
  /* 18 */
2843
2844
  /***/ (function(module, exports) {
2844
2845
 
2845
- module.exports = require("sortablejs");
2846
+ module.exports = require("sm-crypto");
2846
2847
 
2847
2848
  /***/ }),
2848
2849
  /* 19 */
2849
- /***/ (function(module, exports, __webpack_require__) {
2850
-
2851
- module.exports = __webpack_require__(23);
2850
+ /***/ (function(module, exports) {
2852
2851
 
2852
+ module.exports = require("video.js/dist/video-js.css");
2853
2853
 
2854
2854
  /***/ }),
2855
2855
  /* 20 */
2856
2856
  /***/ (function(module, exports) {
2857
2857
 
2858
- module.exports = require("sm-crypto");
2858
+ module.exports = require("qrcode");
2859
2859
 
2860
2860
  /***/ }),
2861
2861
  /* 21 */
2862
2862
  /***/ (function(module, exports) {
2863
2863
 
2864
- module.exports = require("video.js/dist/video-js.css");
2864
+ module.exports = require("slate");
2865
2865
 
2866
2866
  /***/ }),
2867
2867
  /* 22 */
2868
- /***/ (function(module, exports) {
2869
-
2870
- module.exports = require("qrcode");
2871
-
2872
- /***/ }),
2873
- /* 23 */
2874
2868
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2875
2869
 
2876
2870
  "use strict";
@@ -7384,7 +7378,7 @@ var sizer_component = normalizeComponent(
7384
7378
 
7385
7379
  /* harmony default export */ var sizer = (sizer_component.exports);
7386
7380
  // EXTERNAL MODULE: external "vue"
7387
- var external_vue_ = __webpack_require__(9);
7381
+ var external_vue_ = __webpack_require__(8);
7388
7382
  var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
7389
7383
 
7390
7384
  // CONCATENATED MODULE: ./src/utils/bus.js
@@ -11208,7 +11202,7 @@ mainvue_type_template_id_19392db6_render._withStripped = true
11208
11202
  // CONCATENATED MODULE: ./packages/dialog/src/main.vue?vue&type=template&id=19392db6&
11209
11203
 
11210
11204
  // EXTERNAL MODULE: external "wujie-vue2"
11211
- var external_wujie_vue2_ = __webpack_require__(10);
11205
+ var external_wujie_vue2_ = __webpack_require__(9);
11212
11206
  var external_wujie_vue2_default = /*#__PURE__*/__webpack_require__.n(external_wujie_vue2_);
11213
11207
 
11214
11208
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/dialog/src/main.vue?vue&type=script&lang=js&
@@ -11773,475 +11767,73 @@ dialog_src_main.install = function (Vue) {
11773
11767
  };
11774
11768
 
11775
11769
  /* harmony default export */ var packages_dialog = (dialog_src_main);
11776
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/main.vue?vue&type=template&id=f482498c&
11777
- var mainvue_type_template_id_f482498c_render = function () {
11778
- var _vm = this
11779
- var _h = _vm.$createElement
11780
- var _c = _vm._self._c || _h
11781
- return _c(
11782
- "div",
11783
- { staticClass: "es-editor" },
11784
- [
11785
- _vm._readonly
11786
- ? _c("div", {
11787
- style: { height: _vm.height },
11788
- attrs: { "data-slate-editor": "" },
11789
- domProps: { innerHTML: _vm._s(_vm.model) },
11790
- })
11791
- : [
11792
- _vm.cs
11793
- ? [
11794
- _c("Toolbars"),
11795
- _c("Editors", {
11796
- model: {
11797
- value: _vm.model,
11798
- callback: function ($$v) {
11799
- _vm.model = $$v
11800
- },
11801
- expression: "model",
11802
- },
11803
- }),
11804
- ]
11805
- : void 0,
11806
- ],
11807
- ],
11808
- 2
11809
- )
11810
- }
11811
- var mainvue_type_template_id_f482498c_staticRenderFns = []
11812
- mainvue_type_template_id_f482498c_render._withStripped = true
11813
-
11814
-
11815
- // CONCATENATED MODULE: ./packages/editor/src/main.vue?vue&type=template&id=f482498c&
11816
-
11817
- // EXTERNAL MODULE: external "slate"
11818
- var external_slate_ = __webpack_require__(6);
11819
-
11820
- // EXTERNAL MODULE: external "slate-history"
11821
- var external_slate_history_ = __webpack_require__(11);
11822
-
11823
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/toolbar.vue?vue&type=template&id=1ddba256&
11824
- var toolbarvue_type_template_id_1ddba256_render = function () {
11770
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/enterprise/src/main.vue?vue&type=template&id=decf5162&
11771
+ var mainvue_type_template_id_decf5162_render = function () {
11825
11772
  var _vm = this
11826
11773
  var _h = _vm.$createElement
11827
11774
  var _c = _vm._self._c || _h
11828
11775
  return _c(
11829
11776
  "div",
11830
- { staticClass: "es-editor-toolbar" },
11777
+ { staticClass: "es-enterprise" },
11831
11778
  [
11832
- _vm._l(_vm.contents, function (items, indexs) {
11833
- return _vm._l(items, function (item, index) {
11834
- return _c(
11835
- "div",
11836
- {
11837
- key: indexs + "_" + index,
11838
- staticClass: "es-editor-toolbar-item",
11839
- class: {
11840
- "es-last":
11841
- index == items.length - 1 && indexs < _vm.contents.length - 1,
11842
- },
11779
+ _c(
11780
+ "es-button",
11781
+ {
11782
+ attrs: { size: "medium" },
11783
+ on: {
11784
+ click: function ($event) {
11785
+ _vm.visible = true
11843
11786
  },
11844
- [
11845
- item.dropdown && item.dropdown.length
11846
- ? _c(
11847
- "el-dropdown",
11848
- {
11849
- attrs: { placement: "bottom", trigger: item.trigger },
11850
- on: {
11851
- command: function (res) {
11852
- _vm.handleCommand(item.type, res)
11853
- },
11854
- },
11855
- },
11856
- [
11857
- item.tips
11858
- ? _c(
11859
- "el-tooltip",
11860
- {
11861
- attrs: {
11862
- effect: "dark",
11863
- content: item.tips,
11864
- placement: item.placement
11865
- ? item.placement
11866
- : "bottom",
11867
- },
11868
- },
11869
- [
11870
- _c(
11871
- "el-button",
11872
- {
11873
- staticClass: "es-icon-right",
11874
- attrs: { size: "small" },
11875
- },
11876
- [
11877
- item.path
11878
- ? _c(
11879
- "svg",
11880
- {
11881
- staticClass: "es-icon-svg",
11882
- attrs: { viewBox: "0 0 1024 1024" },
11883
- },
11884
- _vm._l(item.path, function (ele) {
11885
- return _c("path", {
11886
- key: ele,
11887
- attrs: { d: ele },
11888
- })
11889
- }),
11890
- 0
11891
- )
11892
- : _c(
11893
- "span",
11894
- { staticClass: "es-icon-text" },
11895
- [
11896
- _vm._v(
11897
- "\n " +
11898
- _vm._s(item.value) +
11899
- "\n "
11900
- ),
11901
- ]
11902
- ),
11903
- _c("i", {
11904
- staticClass:
11905
- "el-icon-caret-bottom el-icon--right",
11906
- }),
11907
- ]
11908
- ),
11909
- ],
11910
- 1
11911
- )
11912
- : _c(
11913
- "el-button",
11914
- {
11915
- staticClass: "es-icon-right",
11916
- attrs: { size: "small" },
11917
- },
11918
- [
11919
- item.path
11920
- ? _c(
11921
- "svg",
11922
- {
11923
- staticClass: "es-icon-svg",
11924
- attrs: { viewBox: "0 0 1024 1024" },
11925
- },
11926
- _vm._l(item.path, function (ele) {
11927
- return _c("path", {
11928
- key: ele,
11929
- attrs: { d: ele },
11930
- })
11931
- }),
11932
- 0
11933
- )
11934
- : _c("span", { staticClass: "es-icon-text" }, [
11935
- _vm._v(
11936
- "\n " +
11937
- _vm._s(item.value) +
11938
- "\n "
11939
- ),
11940
- ]),
11941
- _c("i", {
11942
- staticClass:
11943
- "el-icon-caret-bottom el-icon--right",
11944
- }),
11945
- ]
11946
- ),
11947
- _c(
11948
- "el-dropdown-menu",
11949
- { attrs: { slot: "dropdown" }, slot: "dropdown" },
11950
- _vm._l(item.dropdown, function (ele) {
11951
- return _c(
11952
- "el-dropdown-item",
11953
- {
11954
- key: typeof ele == "string" ? ele : ele.title,
11955
- staticClass: "es-editor-dropdown-item",
11956
- class: { active: ele == item.value },
11957
- attrs: {
11958
- command:
11959
- typeof ele == "string" ? ele : ele.title,
11960
- },
11961
- },
11962
- [
11963
- typeof ele == "string"
11964
- ? [_vm._v(_vm._s(ele))]
11965
- : [
11966
- ele.path
11967
- ? _c(
11968
- "svg",
11969
- {
11970
- staticClass: "es-icon-svg",
11971
- attrs: { viewBox: "0 0 1024 1024" },
11972
- },
11973
- _vm._l(ele.path, function (path) {
11974
- return _c("path", {
11975
- key: path,
11976
- attrs: { d: path },
11977
- })
11978
- }),
11979
- 0
11980
- )
11981
- : _vm._e(),
11982
- _c("span", { staticClass: "title" }, [
11983
- _vm._v(_vm._s(ele.title)),
11984
- ]),
11985
- ],
11986
- ],
11987
- 2
11988
- )
11989
- }),
11990
- 1
11991
- ),
11992
- ],
11993
- 1
11994
- )
11995
- : item.tips
11996
- ? _c(
11997
- "el-tooltip",
11998
- {
11999
- attrs: {
12000
- effect: "dark",
12001
- content: item.tips,
12002
- placement: "bottom",
12003
- },
12004
- },
12005
- [
12006
- _c(
12007
- "el-button",
12008
- {
12009
- class: { "es-icon-right": item.popover },
12010
- attrs: { size: "small" },
12011
- },
12012
- [
12013
- item.path
12014
- ? _c(
12015
- "svg",
12016
- {
12017
- staticClass: "es-icon-svg",
12018
- attrs: {
12019
- viewBox: item.viewBox
12020
- ? item.viewBox
12021
- : "0 0 1024 1024",
12022
- },
12023
- },
12024
- _vm._l(item.path, function (ele) {
12025
- return _c("path", {
12026
- key: ele,
12027
- attrs: { d: ele },
12028
- })
12029
- }),
12030
- 0
12031
- )
12032
- : _c("span", { staticClass: "es-icon-text" }, [
12033
- _vm._v(
12034
- "\n " +
12035
- _vm._s(item.value) +
12036
- "\n "
12037
- ),
12038
- ]),
12039
- item.popover
12040
- ? _c("i", {
12041
- staticClass:
12042
- "el-icon-caret-bottom el-icon--right",
12043
- })
12044
- : _vm._e(),
12045
- ]
12046
- ),
12047
- ],
12048
- 1
12049
- )
12050
- : item.colors
12051
- ? _c(
12052
- "Colors",
12053
- {
12054
- attrs: {
12055
- tips: item.colors.tips,
12056
- title: item.colors.title,
12057
- },
12058
- on: { select: _vm.selectColor },
12059
- },
12060
- [
12061
- item.path
12062
- ? _c(
12063
- "svg",
12064
- {
12065
- staticClass: "es-icon-svg",
12066
- attrs: { viewBox: "0 0 1024 1024" },
12067
- },
12068
- _vm._l(item.path, function (ele) {
12069
- return _c("path", { key: ele, attrs: { d: ele } })
12070
- }),
12071
- 0
12072
- )
12073
- : _vm._e(),
12074
- ]
12075
- )
12076
- : _vm._e(),
12077
- ],
12078
- 1
12079
- )
12080
- })
12081
- }),
12082
- ],
12083
- 2
12084
- )
12085
- }
12086
- var toolbarvue_type_template_id_1ddba256_staticRenderFns = []
12087
- toolbarvue_type_template_id_1ddba256_render._withStripped = true
12088
-
12089
-
12090
- // CONCATENATED MODULE: ./packages/editor/src/toolbar.vue?vue&type=template&id=1ddba256&
12091
-
12092
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/color.vue?vue&type=template&id=2a807a98&
12093
- var colorvue_type_template_id_2a807a98_render = function () {
12094
- var _vm = this
12095
- var _h = _vm.$createElement
12096
- var _c = _vm._self._c || _h
12097
- return _c(
12098
- "el-popover",
12099
- {
12100
- attrs: { placement: "bottom", width: "256" },
12101
- model: {
12102
- value: _vm.visible,
12103
- callback: function ($$v) {
12104
- _vm.visible = $$v
11787
+ },
12105
11788
  },
12106
- expression: "visible",
12107
- },
12108
- },
12109
- [
11789
+ [_vm._t("default", [_vm._v(_vm._s(_vm.text) + _vm._s(_vm.countText))])],
11790
+ 2
11791
+ ),
12110
11792
  _c(
12111
- "el-tooltip",
11793
+ "es-dialog",
12112
11794
  {
12113
- staticClass: "item",
12114
11795
  attrs: {
12115
- slot: "reference",
12116
- effect: "dark",
12117
- disabled: _vm.disabled,
12118
- content: _vm.tips,
12119
- placement: "bottom",
11796
+ visible: _vm.visible,
11797
+ title: _vm.text,
11798
+ width: _vm.width,
11799
+ height: _vm.height,
11800
+ },
11801
+ on: {
11802
+ "update:visible": function ($event) {
11803
+ _vm.visible = $event
11804
+ },
12120
11805
  },
12121
- slot: "reference",
12122
11806
  },
12123
11807
  [
12124
11808
  _c(
12125
- "el-button",
12126
- { attrs: { size: "small" } },
12127
- [
12128
- _vm._t("default", [
12129
- _c(
12130
- "svg",
12131
- {
12132
- staticClass: "es-icon-svg",
12133
- attrs: { viewBox: "0 0 1024 1024" },
12134
- },
12135
- [
12136
- _c("path", {
12137
- attrs: {
12138
- d: "M64 864h896v96H64zM360.58 576h302.85l81.53 224h102.16L579.24 64H444.77L176.89 800h102.16l81.53-224zM512 159.96L628.49 480H395.52L512 159.96z",
12139
- },
12140
- }),
12141
- ]
12142
- ),
12143
- ]),
12144
- _c("i", { staticClass: "el-icon-caret-bottom el-icon--right" }),
12145
- ],
12146
- 2
12147
- ),
12148
- ],
12149
- 1
12150
- ),
12151
- _c(
12152
- "ul",
12153
- { staticClass: "es-editor-color" },
12154
- [
12155
- _c(
12156
- "li",
12157
- {
12158
- staticClass: "es-editor-color-clear",
12159
- on: {
12160
- click: function ($event) {
12161
- $event.stopPropagation()
12162
- return _vm.handleClick($event)
12163
- },
12164
- },
12165
- },
12166
- [
12167
- _c(
12168
- "svg",
12169
- {
12170
- staticClass: "es-icon-svg",
12171
- attrs: { viewBox: "0 0 1024 1024" },
12172
- },
12173
- [
12174
- _c("path", {
12175
- attrs: {
12176
- d: "M236.8 128L896 787.2V128H236.8z m614.4 704L192 172.8V832h659.2zM192 64h704c38.4 0 64 25.6 64 64v704c0 38.4-25.6 64-64 64H192c-38.4 0-64-25.6-64-64V128c0-38.4 25.6-64 64-64z",
12177
- },
12178
- }),
12179
- ]
12180
- ),
12181
- _vm._v("\n " + _vm._s(_vm.title) + "\n "),
12182
- ]
12183
- ),
12184
- _vm._l(_vm.colors, function (item) {
12185
- return _c(
12186
- "li",
11809
+ "es-sizer",
11810
+ _vm._b(
12187
11811
  {
12188
- key: item,
12189
- staticClass: "es-editor-color-item",
12190
- class: { active: _vm.active == item },
12191
11812
  on: {
12192
- click: function ($event) {
12193
- $event.stopPropagation()
12194
- _vm.handleClick(item)
12195
- },
11813
+ change: _vm.handleChange,
11814
+ confirm: _vm.handleConfirm,
11815
+ cancel: _vm.handleCancel,
12196
11816
  },
12197
11817
  },
12198
- [
12199
- _c("div", {
12200
- staticClass: "es-editor-color-block",
12201
- style: { "background-color": item },
12202
- }),
12203
- ]
11818
+ "es-sizer",
11819
+ _vm.$attrs,
11820
+ false
12204
11821
  )
12205
- }),
11822
+ ),
12206
11823
  ],
12207
- 2
11824
+ 1
12208
11825
  ),
12209
11826
  ],
12210
11827
  1
12211
11828
  )
12212
11829
  }
12213
- var colorvue_type_template_id_2a807a98_staticRenderFns = []
12214
- colorvue_type_template_id_2a807a98_render._withStripped = true
11830
+ var mainvue_type_template_id_decf5162_staticRenderFns = []
11831
+ mainvue_type_template_id_decf5162_render._withStripped = true
12215
11832
 
12216
11833
 
12217
- // CONCATENATED MODULE: ./packages/editor/src/color.vue?vue&type=template&id=2a807a98&
11834
+ // CONCATENATED MODULE: ./packages/enterprise/src/main.vue?vue&type=template&id=decf5162&
12218
11835
 
12219
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/color.vue?vue&type=script&lang=js&
12220
- //
12221
- //
12222
- //
12223
- //
12224
- //
12225
- //
12226
- //
12227
- //
12228
- //
12229
- //
12230
- //
12231
- //
12232
- //
12233
- //
12234
- //
12235
- //
12236
- //
12237
- //
12238
- //
12239
- //
12240
- //
12241
- //
12242
- //
12243
- //
12244
- //
11836
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/enterprise/src/main.vue?vue&type=script&lang=js&
12245
11837
  //
12246
11838
  //
12247
11839
  //
@@ -12263,47 +11855,55 @@ colorvue_type_template_id_2a807a98_render._withStripped = true
12263
11855
  //
12264
11856
  //
12265
11857
 
12266
- /* harmony default export */ var colorvue_type_script_lang_js_ = ({
12267
- name: 'colors',
11858
+ /* harmony default export */ var enterprise_src_mainvue_type_script_lang_js_ = ({
11859
+ name: 'EsEnterprise',
11860
+ inheritAttrs: false,
12268
11861
  props: {
12269
- tips: String,
12270
- title: {
11862
+ value: null,
11863
+ text: {
12271
11864
  type: String,
12272
- default: '默认颜色'
11865
+ default: '选择单位范围'
11866
+ },
11867
+ width: {
11868
+ type: [String, Number],
11869
+ default: '500px'
11870
+ },
11871
+ height: {
11872
+ type: [String, Number],
11873
+ default: '600px'
12273
11874
  }
12274
11875
  },
12275
11876
  computed: {
12276
- disabled: function disabled() {
12277
- return this.tips ? false : true;
11877
+ countText: function countText() {
11878
+ return this.count ? '(\u5DF2\u9009\u5355\u4F4D' + this.count + '\u5BB6)' : '';
12278
11879
  }
12279
11880
  },
12280
11881
  data: function data() {
12281
11882
  return {
12282
- visible: false,
12283
- colors: ['rgb(0, 0, 0)', 'rgb(38, 38, 38)', 'rgb(89, 89, 89)', 'rgb(140, 140, 140)', 'rgb(191, 191, 191)', 'rgb(217, 217, 217)', 'rgb(233, 233, 233)', 'rgb(245, 245, 245)', 'rgb(250, 250, 250)', 'rgb(255, 255, 255)', // 10
12284
- 'rgb(225, 60, 57)', 'rgb(231, 95, 51)', 'rgb(235, 144, 58)', 'rgb(245, 219, 77)', 'rgb(114, 192, 64)', 'rgb(89, 191, 192)', 'rgb(66, 144, 247)', 'rgb(54, 88, 226)', 'rgb(106, 57, 201)', 'rgb(216, 68, 147)', // 10
12285
- 'rgb(251, 233, 230)', 'rgb(252, 237, 225)', 'rgb(252, 239, 212)', 'rgb(252, 251, 207)', 'rgb(231, 246, 213)', 'rgb(218, 244, 240)', 'rgb(217, 237, 250)', 'rgb(224, 232, 250)', 'rgb(237, 225, 248)', 'rgb(246, 226, 234)', // 10
12286
- 'rgb(255, 163, 158)', 'rgb(255, 187, 150)', 'rgb(255, 213, 145)', 'rgb(255, 251, 143)', 'rgb(183, 235, 143)', 'rgb(135, 232, 222)', 'rgb(145, 213, 255)', 'rgb(173, 198, 255)', 'rgb(211, 173, 247)', 'rgb(255, 173, 210)', // 10
12287
- 'rgb(255, 77, 79)', 'rgb(255, 122, 69)', 'rgb(255, 169, 64)', 'rgb(255, 236, 61)', 'rgb(115, 209, 61)', 'rgb(54, 207, 201)', 'rgb(64, 169, 255)', 'rgb(89, 126, 247)', 'rgb(146, 84, 222)', 'rgb(247, 89, 171)', // 10
12288
- 'rgb(207, 19, 34)', 'rgb(212, 56, 13)', 'rgb(212, 107, 8)', 'rgb(212, 177, 6)', 'rgb(56, 158, 13)', 'rgb(8, 151, 156)', 'rgb(9, 109, 217)', 'rgb(29, 57, 196)', 'rgb(83, 29, 171)', 'rgb(196, 29, 127)', // 10
12289
- 'rgb(130, 0, 20)', 'rgb(135, 20, 0)', 'rgb(135, 56, 0)', 'rgb(97, 71, 0)', 'rgb(19, 82, 0)', 'rgb(0, 71, 79)', 'rgb(0, 58, 140)', 'rgb(6, 17, 120)', 'rgb(34, 7, 94)', 'rgb(120, 6, 80)' // 10
12290
- ],
12291
- active: ''
11883
+ count: 0,
11884
+ visible: false
12292
11885
  };
12293
11886
  },
12294
- mounted: function mounted() {},
12295
11887
 
12296
11888
  methods: {
12297
- handleClick: function handleClick(res) {
12298
- this.visible = false;
12299
- this.active = res;
12300
- this.$emit('select', res);
11889
+ handleChange: function handleChange(res) {
11890
+ this.$emit('input', res);
11891
+ this.$emit('change', res);
11892
+ },
11893
+ handleConfirm: function handleConfirm(res) {
11894
+ var count = res.count;
11895
+
11896
+ this.count = count;
11897
+ this.$emit('confirm', res);
11898
+ },
11899
+ handleCancel: function handleCancel() {
11900
+ this.$emit('cancel');
12301
11901
  }
12302
11902
  }
12303
11903
  });
12304
- // CONCATENATED MODULE: ./packages/editor/src/color.vue?vue&type=script&lang=js&
12305
- /* harmony default export */ var src_colorvue_type_script_lang_js_ = (colorvue_type_script_lang_js_);
12306
- // CONCATENATED MODULE: ./packages/editor/src/color.vue
11904
+ // CONCATENATED MODULE: ./packages/enterprise/src/main.vue?vue&type=script&lang=js&
11905
+ /* harmony default export */ var packages_enterprise_src_mainvue_type_script_lang_js_ = (enterprise_src_mainvue_type_script_lang_js_);
11906
+ // CONCATENATED MODULE: ./packages/enterprise/src/main.vue
12307
11907
 
12308
11908
 
12309
11909
 
@@ -12311,10 +11911,10 @@ colorvue_type_template_id_2a807a98_render._withStripped = true
12311
11911
 
12312
11912
  /* normalize component */
12313
11913
 
12314
- var color_component = normalizeComponent(
12315
- src_colorvue_type_script_lang_js_,
12316
- colorvue_type_template_id_2a807a98_render,
12317
- colorvue_type_template_id_2a807a98_staticRenderFns,
11914
+ var enterprise_src_main_component = normalizeComponent(
11915
+ packages_enterprise_src_mainvue_type_script_lang_js_,
11916
+ mainvue_type_template_id_decf5162_render,
11917
+ mainvue_type_template_id_decf5162_staticRenderFns,
12318
11918
  false,
12319
11919
  null,
12320
11920
  null,
@@ -12322,760 +11922,31 @@ var color_component = normalizeComponent(
12322
11922
 
12323
11923
  )
12324
11924
 
12325
- /* harmony default export */ var src_color = (color_component.exports);
12326
- // CONCATENATED MODULE: ./packages/editor/src/minx.js
12327
- /* harmony default export */ var minx = ({
12328
- computed: {
12329
- contents: function contents() {
12330
- return [[{ tips: '正文', value: this.tag, trigger: 'click', dropdown: this._tags, type: 'tag' }, {
12331
- tips: '引用',
12332
- path: ['M894.6 907.1H605.4c-32.6 0-59-26.4-59-59V608.2l-4-14.9c0-315.9 125.5-485.1 376.5-507.5v59.8C752.7 180.4 711.3 315.8 711.3 442.4v41.2l31.5 12.3h151.8c32.6 0 59 26.4 59 59v293.2c0 32.5-26.4 59-59 59z m-472 0H133.4c-32.6 0-59-26.4-59-59V608.2l-4-14.9c0-315.9 125.5-485.1 376.5-507.5v59.8C280.7 180.4 239.3 315.8 239.3 442.4v41.2l31.5 12.3h151.8c32.6 0 59 26.4 59 59v293.2c0 32.5-26.4 59-59 59z']
12333
- }], [{
12334
- tips: '粗体',
12335
- path: ['M707.872 484.64A254.88 254.88 0 0 0 768 320c0-141.152-114.848-256-256-256H192v896h384c141.152 0 256-114.848 256-256a256.096 256.096 0 0 0-124.128-219.36zM384 192h101.504c55.968 0 101.504 57.408 101.504 128s-45.536 128-101.504 128H384V192z m159.008 640H384v-256h159.008c58.464 0 106.016 57.408 106.016 128s-47.552 128-106.016 128z']
12336
- }, {
12337
- tips: '下划线',
12338
- path: ['M704 64l128 0 0 416c0 159.072-143.264 288-320 288s-320-128.928-320-288l0-416 128 0 0 416c0 40.16 18.24 78.688 51.36 108.512 36.896 33.216 86.848 51.488 140.64 51.488s103.744-18.304 140.64-51.488c33.12-29.792 51.36-68.352 51.36-108.512l0-416zM192 832l640 0 0 128-640 0z']
12339
- }, {
12340
- tips: '斜体',
12341
- path: ['M896 64v64h-128L448 896h128v64H128v-64h128L576 128h-128V64z']
12342
- }, {
12343
- tips: '斜体',
12344
- path: ['M896 64v64h-128L448 896h128v64H128v-64h128L576 128h-128V64z']
12345
- }, {
12346
- path: ['M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z', 'M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z', 'M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z'],
12347
- type: 'tag2',
12348
- dropdown: [{
12349
- tips: '删除线',
12350
- title: '删除线',
12351
- path: ['M1024 512v64h-234.496c27.52 38.496 42.496 82.688 42.496 128 0 70.88-36.672 139.04-100.576 186.976C672.064 935.488 594.144 960 512 960s-160.064-24.512-219.424-69.024C228.64 843.04 192 774.88 192 704h128c0 69.376 87.936 128 192 128s192-58.624 192-128-87.936-128-192-128H0v-64h299.52a385.984 385.984 0 0 1-6.944-5.024C228.64 459.04 192 390.88 192 320s36.672-139.04 100.576-186.976C351.936 88.512 429.856 64 512 64s160.064 24.512 219.424 69.024C795.328 180.96 832 249.12 832 320h-128c0-69.376-87.936-128-192-128s-192 58.624-192 128 87.936 128 192 128c78.976 0 154.048 22.688 212.48 64H1024z']
12352
- }, {
12353
- tips: '行内代码',
12354
- title: '行内代码',
12355
- path: ['M576 736l96 96 320-320L672 192l-96 96 224 224zM448 288l-96-96L32 512l320 320 96-96-224-224z']
12356
- }, {
12357
- tips: '上标',
12358
- title: '上标',
12359
- path: ['M768 206.016v50.016h128v64h-192V174.016l128-60V64h-128V0h192v146.016zM676 256h-136L352 444 164 256H28l256 256-256 256h136L352 580 540 768h136l-256-256z']
12360
- }, {
12361
- tips: '下标',
12362
- title: '下标',
12363
- path: ['M969.382408 288.738615l-319.401123-270.852152a67.074236 67.074236 0 0 0-96.459139 5.74922l-505.931379 574.922021a68.35184 68.35184 0 0 0-17.886463 47.910169 74.101061 74.101061 0 0 0 24.274486 47.910168l156.50655 132.232065h373.060512L975.131628 383.281347a67.074236 67.074236 0 0 0-5.74922-96.459139z m-440.134747 433.746725H264.144729l-90.071117-78.572676c-5.74922-5.74922-12.137243-12.137243-12.137243-17.886463a36.411728 36.411728 0 0 1 5.749221-24.274485l210.804741-240.828447 265.102932 228.691204z m-439.495945 180.781036h843.218964a60.047411 60.047411 0 1 1 0 120.733624H89.751716a60.047411 60.047411 0 1 1 0-120.733624z m0 0']
12364
- }, {
12365
- tips: '清除格式',
12366
- title: '清除格式',
12367
- path: ['M969.382408 288.738615l-319.401123-270.852152a67.074236 67.074236 0 0 0-96.459139 5.74922l-505.931379 574.922021a68.35184 68.35184 0 0 0-17.886463 47.910169 74.101061 74.101061 0 0 0 24.274486 47.910168l156.50655 132.232065h373.060512L975.131628 383.281347a67.074236 67.074236 0 0 0-5.74922-96.459139z m-440.134747 433.746725H264.144729l-90.071117-78.572676c-5.74922-5.74922-12.137243-12.137243-12.137243-17.886463a36.411728 36.411728 0 0 1 5.749221-24.274485l210.804741-240.828447 265.102932 228.691204z m-439.495945 180.781036h843.218964a60.047411 60.047411 0 1 1 0 120.733624H89.751716a60.047411 60.047411 0 1 1 0-120.733624z m0 0']
12368
- }]
12369
- }, {
12370
- colors: {
12371
- tips: '文字颜色'
12372
- },
12373
- popover: true,
12374
- path: ['M64 864h896v96H64zM360.58 576h302.85l81.53 224h102.16L579.24 64H444.77L176.89 800h102.16l81.53-224zM512 159.96L628.49 480H395.52L512 159.96z']
12375
- }, {
12376
- colors: {
12377
- tips: '背景颜色',
12378
- title: '清除背景色'
12379
- },
12380
- popover: true,
12381
- path: ['M510.030769 315.076923l84.676923 196.923077h-177.230769l76.8-196.923077h15.753846zM945.230769 157.538462v708.923076c0 43.323077-35.446154 78.769231-78.769231 78.769231H157.538462c-43.323077 0-78.769231-35.446154-78.769231-78.769231V157.538462c0-43.323077 35.446154-78.769231 78.769231-78.769231h708.923076c43.323077 0 78.769231 35.446154 78.769231 78.769231z m-108.307692 643.938461L600.615385 216.615385c-5.907692-11.815385-15.753846-19.692308-29.538462-19.692308h-139.815385c-11.815385 0-23.630769 7.876923-27.56923 19.692308l-216.615385 584.861538c-3.938462 11.815385 3.938462 25.6 17.723077 25.6h80.738462c11.815385 0 23.630769-9.846154 27.56923-21.661538l63.015385-175.261539h263.876923l68.923077 175.261539c3.938462 11.815385 15.753846 21.661538 27.569231 21.661538h80.738461c13.784615 0 23.630769-13.784615 19.692308-25.6z']
12382
- }], [{ tips: '字号', value: this.fontSize, trigger: 'click', dropdown: this._fontSizes, type: 'fontSize' }, { tips: '字体', value: this.fontFamily, trigger: 'click', dropdown: this._fontFamilys, type: 'fontFamily' }, { tips: '行高', value: this.lineHeight, trigger: 'click', dropdown: this._lineHeights, type: 'lineHeight' }], [{
12383
- tips: '无序列表',
12384
- path: ['M384 64h640v128H384V64z m0 384h640v128H384v-128z m0 384h640v128H384v-128zM0 128a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z']
12385
- }, {
12386
- tips: '有序列表',
12387
- path: ['M384 832h640v128H384z m0-384h640v128H384z m0-384h640v128H384zM192 0v256H128V64H64V0zM128 526.016v50.016h128v64H64v-146.016l128-60V384H64v-64h192v146.016zM256 704v320H64v-64h128v-64H64v-64h128v-64H64v-64z']
12388
- }, {
12389
- tips: '待办',
12390
- path: ['M278.755556 403.911111l-79.644445 79.644445L455.111111 739.555556l568.888889-568.888889-79.644444-79.644445L455.111111 580.266667l-176.355555-176.355556zM910.222222 910.222222H113.777778V113.777778h568.888889V0H113.777778C51.2 0 0 51.2 0 113.777778v796.444444c0 62.577778 51.2 113.777778 113.777778 113.777778h796.444444c62.577778 0 113.777778-51.2 113.777778-113.777778V455.111111h-113.777778v455.111111z']
12391
- }, {
12392
- path: ['M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z'],
12393
- type: 'textAlign',
12394
- dropdown: [{
12395
- title: '左对齐',
12396
- path: ['M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z']
12397
- }, {
12398
- title: '右对齐',
12399
- path: ['M972.8 793.6v102.4H256v-102.4h716.8z m0-230.4v102.4H51.2v-102.4h921.6z m0-230.4v102.4H256v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z']
12400
- }, {
12401
- title: '居中对齐',
12402
- path: ['M870.4 793.6v102.4H153.6v-102.4h716.8z m102.4-230.4v102.4H51.2v-102.4h921.6z m-102.4-230.4v102.4H153.6v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z']
12403
- }, {
12404
- title: '两端对齐',
12405
- path: ['M0 64h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z']
12406
- }]
12407
- }, {
12408
- path: ['M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z'],
12409
- type: 'textIndent',
12410
- dropdown: [{
12411
- title: '增加缩进',
12412
- path: ['M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z']
12413
- }, {
12414
- title: '减少缩进',
12415
- disabled: this.outdent,
12416
- path: ['M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m256-512v384l-256-192z']
12417
- }]
12418
- }], [{
12419
- emojis: true,
12420
- popover: true,
12421
- tips: '表情',
12422
- path: ['M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512z m0-102.4c226.742857 0 409.6-182.857143 409.6-409.6S738.742857 102.4 512 102.4 102.4 285.257143 102.4 512s182.857143 409.6 409.6 409.6z m-204.8-358.4h409.6c0 113.371429-91.428571 204.8-204.8 204.8s-204.8-91.428571-204.8-204.8z m0-102.4c-43.885714 0-76.8-32.914286-76.8-76.8s32.914286-76.8 76.8-76.8 76.8 32.914286 76.8 76.8-32.914286 76.8-76.8 76.8z m409.6 0c-43.885714 0-76.8-32.914286-76.8-76.8s32.914286-76.8 76.8-76.8c43.885714 0 76.8 32.914286 76.8 76.8s-32.914286 76.8-76.8 76.8z']
12423
- }, {
12424
- link: true,
12425
- tips: '插入链接',
12426
- path: ['M440.224 635.776a51.84 51.84 0 0 1-36.768-15.232c-95.136-95.136-95.136-249.92 0-345.056l192-192C641.536 37.408 702.816 12.032 768 12.032s126.432 25.376 172.544 71.456c95.136 95.136 95.136 249.92 0 345.056l-87.776 87.776a51.968 51.968 0 1 1-73.536-73.536l87.776-87.776a140.16 140.16 0 0 0 0-197.984c-26.432-26.432-61.6-40.992-99.008-40.992s-72.544 14.56-99.008 40.992l-192 192a140.16 140.16 0 0 0 0 197.984 51.968 51.968 0 0 1-36.768 88.768z', 'M256 1012a242.4 242.4 0 0 1-172.544-71.456c-95.136-95.136-95.136-249.92 0-345.056l87.776-87.776a51.968 51.968 0 1 1 73.536 73.536l-87.776 87.776a140.16 140.16 0 0 0 0 197.984c26.432 26.432 61.6 40.992 99.008 40.992s72.544-14.56 99.008-40.992l192-192a140.16 140.16 0 0 0 0-197.984 51.968 51.968 0 1 1 73.536-73.536c95.136 95.136 95.136 249.92 0 345.056l-192 192A242.4 242.4 0 0 1 256 1012z']
12427
- }, {
12428
- path: ['M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z'],
12429
- type: 'image',
12430
- dropdown: [{
12431
- title: '网络图片',
12432
- path: ['M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z']
12433
- }, {
12434
- title: '上传图片',
12435
- path: ['M828.708571 585.045333a48.761905 48.761905 0 0 0-48.737523 48.761905v18.529524l-72.143238-72.167619a135.972571 135.972571 0 0 0-191.585524 0l-34.133334 34.133333-120.880762-120.953905a138.898286 138.898286 0 0 0-191.585523 0l-72.167619 72.167619V292.400762a48.786286 48.786286 0 0 1 48.761904-48.761905h341.23581a48.737524 48.737524 0 0 0 34.474667-83.285333 48.737524 48.737524 0 0 0-34.474667-14.287238H146.236952A146.212571 146.212571 0 0 0 0 292.400762v585.289143A146.358857 146.358857 0 0 0 146.236952 1024h584.996572a146.212571 146.212571 0 0 0 146.236952-146.310095V633.807238a48.786286 48.786286 0 0 0-48.761905-48.761905zM146.261333 926.45181a48.737524 48.737524 0 0 1-48.761904-48.761905v-174.128762l141.409523-141.458286a38.497524 38.497524 0 0 1 53.126096 0l154.526476 154.624 209.627428 209.724953H146.236952z m633.734096-48.761905c-0.073143 9.337905-3.145143 18.383238-8.777143 25.843809l-219.843048-220.94019 34.133333-34.133334a37.546667 37.546667 0 0 1 53.613715 0l140.873143 141.897143V877.714286zM1009.615238 160.231619L863.329524 13.897143a48.737524 48.737524 0 0 0-16.091429-10.24c-11.849143-4.87619-25.161143-4.87619-37.059047 0a48.761905 48.761905 0 0 0-16.067048 10.24l-146.236952 146.334476a49.005714 49.005714 0 0 0 69.217523 69.241905l62.902858-63.390476v272.627809a48.761905 48.761905 0 1 0 97.475047 0V166.083048l62.902857 63.390476a48.737524 48.737524 0 0 0 69.217524 0 48.761905 48.761905 0 0 0 0-69.241905z']
12436
- }]
12437
- }, {
12438
- path: ['M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z'],
12439
- type: 'video',
12440
- dropdown: [{
12441
- title: '插入视频',
12442
- path: ['M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z']
12443
- }, {
12444
- title: '上传视频',
12445
- path: ['M805.902261 521.819882a251.441452 251.441452 0 0 0-251.011972 246.600033 251.051015 251.051015 0 1 0 502.023944 8.823877 253.237463 253.237463 0 0 0-251.011972-255.42391z m59.463561 240.001647v129.898403h-116.701631v-129.898403h-44.041298l101.279368-103.504859 101.279368 103.504859z', 'M788.254507 0.000781H99.094092A98.663439 98.663439 0 0 0 0.001171 99.093701v590.067495a98.663439 98.663439 0 0 0 99.092921 99.092921h411.7549a266.434235 266.434235 0 0 1-2.186448-41.815807 275.843767 275.843767 0 0 1 275.180024-270.729042 270.650955 270.650955 0 0 1 103.504859 19.834201V99.093701A101.51363 101.51363 0 0 0 788.254507 0.000781zM295.054441 640.747004V147.507894l394.146189 246.600033z']
12446
- }]
12447
- }, {
12448
- table: true,
12449
- tips: '插入表格',
12450
- popover: true,
12451
- path: ['M0 64v896h1024V64H0z m384 576v-192h256v192h-256z m256 64v192h-256v-192h256z m0-512v192h-256V192h256zM320 192v192H64V192h256z m-256 256h256v192H64v-192z m640 0h256v192h-256v-192z m0-64V192h256v192h-256zM64 704h256v192H64v-192z m640 192v-192h256v192h-256z']
12452
- }, {
12453
- tips: '代码块',
12454
- viewBox: '0 0 1280 1024',
12455
- path: ['M832 736l96 96 320-320L928 192l-96 96 224 224zM448 288l-96-96L32 512l320 320 96-96-224-224zM701.312 150.528l69.472 18.944-192 704.032-69.472-18.944 192-704.032z']
12456
- }, {
12457
- tips: '分割线',
12458
- path: ['M0 51.2m51.2 0l989.866667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-989.866667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z', 'M0 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z', 'M819.2 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z', 'M409.6 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z', 'M0 870.4m51.2 0l989.866667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-989.866667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z']
12459
- }], [{
12460
- tips: '撤销',
12461
- path: ['M512 64A510.272 510.272 0 0 0 149.984 213.984L0.032 64v384h384L240.512 304.48A382.784 382.784 0 0 1 512.032 192c212.064 0 384 171.936 384 384 0 114.688-50.304 217.632-130.016 288l84.672 96a510.72 510.72 0 0 0 173.344-384c0-282.784-229.216-512-512-512z']
12462
- }, {
12463
- tips: '重做',
12464
- path: ['M0.00032 576a510.72 510.72 0 0 0 173.344 384l84.672-96A383.136 383.136 0 0 1 128.00032 576C128.00032 363.936 299.93632 192 512.00032 192c106.048 0 202.048 42.976 271.52 112.48L640.00032 448h384V64l-149.984 149.984A510.272 510.272 0 0 0 512.00032 64C229.21632 64 0.00032 293.216 0.00032 576z']
12465
- }], [{
12466
- tips: '全屏',
12467
- path: ['M133.705143 335.433143V133.851429h201.581714a29.622857 29.622857 0 0 0 29.622857-29.549715V68.754286a29.622857 29.622857 0 0 0-29.622857-29.622857H61.732571A22.893714 22.893714 0 0 0 38.765714 62.025143V335.725714c0 16.310857 13.238857 29.622857 29.622857 29.622857h35.547429a29.842286 29.842286 0 0 0 29.696-29.842285zM690.980571 133.851429h201.581715v201.654857c0 16.310857 13.238857 29.549714 29.622857 29.549714h35.547428a29.622857 29.622857 0 0 0 29.549715-29.549714V61.952a22.893714 22.893714 0 0 0-22.820572-22.893714h-273.554285a29.622857 29.622857 0 0 0-29.549715 29.622857v35.547428c0 16.310857 13.238857 29.696 29.622857 29.696zM335.286857 892.781714H133.705143V691.2a29.622857 29.622857 0 0 0-29.622857-29.622857H68.534857a29.622857 29.622857 0 0 0-29.549714 29.622857v273.554286c0 12.653714 10.24 22.893714 22.820571 22.893714h273.554286a29.622857 29.622857 0 0 0 29.696-29.622857v-35.547429a29.769143 29.769143 0 0 0-29.769143-29.696z m557.348572-201.581714v201.581714H690.907429a29.622857 29.622857 0 0 0-29.622858 29.622857v35.547429c0 16.310857 13.238857 29.622857 29.622858 29.622857h273.554285c12.580571 0 22.893714-10.313143 22.893715-22.893714V691.2a29.622857 29.622857 0 0 0-29.622858-29.622857h-35.547428a29.622857 29.622857 0 0 0-29.696 29.622857z']
12468
- }]];
12469
- }
12470
- }
12471
- });
12472
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/toolbar.vue?vue&type=script&lang=js&
12473
- var toolbarvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
11925
+ /* harmony default export */ var enterprise_src_main = (enterprise_src_main_component.exports);
11926
+ // CONCATENATED MODULE: ./packages/enterprise/index.js
12474
11927
 
12475
- //
12476
- //
12477
- //
12478
- //
12479
- //
12480
- //
12481
- //
12482
- //
12483
- //
12484
- //
12485
- //
12486
- //
12487
- //
12488
- //
12489
- //
12490
- //
12491
- //
12492
- //
12493
- //
12494
- //
12495
- //
12496
- //
12497
- //
12498
- //
12499
- //
12500
- //
12501
- //
12502
- //
12503
- //
12504
- //
12505
- //
12506
- //
12507
- //
12508
- //
12509
- //
12510
- //
12511
- //
12512
- //
12513
- //
12514
- //
12515
- //
12516
- //
12517
- //
12518
- //
12519
- //
12520
- //
12521
- //
12522
- //
12523
- //
12524
- //
12525
- //
12526
- //
12527
- //
12528
- //
12529
- //
12530
- //
12531
- //
12532
- //
12533
- //
12534
- //
12535
- //
12536
- //
12537
- //
12538
- //
12539
- //
12540
- //
12541
- //
12542
- //
12543
- //
12544
- //
12545
- //
12546
- //
12547
- //
12548
- //
12549
- //
12550
- //
12551
- //
12552
- //
12553
- //
12554
- //
12555
- //
12556
- //
12557
- //
12558
- //
12559
- //
12560
- //
12561
- //
12562
- //
12563
- //
12564
- //
12565
- //
12566
- //
12567
- //
12568
- //
12569
- //
12570
- //
12571
- //
12572
- //
12573
- //
12574
- //
12575
- //
12576
- //
12577
- //
12578
- //
12579
- //
12580
-
12581
-
12582
-
12583
- /* harmony default export */ var toolbarvue_type_script_lang_js_ = ({
12584
- name: 'Toolbars',
12585
- components: { Colors: src_color },
12586
- mixins: [minx],
12587
- props: {
12588
- tags: Array,
12589
- fontSizes: Array,
12590
- fontFamilys: Array,
12591
- lineHeights: Array
12592
- },
12593
- computed: {
12594
- _tags: function _tags() {
12595
- var tags = ['h1', 'h2', 'h3', 'h4', 'h5', '正文'];
12596
- if (this.tags && this.tags.length) {
12597
- return this.tags.includes('正文') ? this.tags : this.tags.concat(['正文']);
12598
- }
12599
- return tags;
12600
- },
12601
- _fontSizes: function _fontSizes() {
12602
- var fontSizes = ['默认字号', '12px', '13px', '14px', '15px', '16px', '19px', '22px', '24px', '29px', '32px', '40px', '48px'];
12603
- if (this.fontSizes && this.fontSizes.length) {
12604
- return this.fontSizes.includes('默认字号') ? this.fontSizes : ['默认字号'].concat(this.fontSizes);
12605
- }
12606
- return fontSizes;
12607
- },
12608
- _fontFamilys: function _fontFamilys() {
12609
- var fontFamilys = ['默认字体', '黑体', '仿宋', '楷体', '标楷体', '华文仿宋', '华文楷体', '宋体', '微软雅黑', 'Arial', 'Tahoma', 'Verdana', 'Times New Roman', 'Courier New'];
12610
- if (this.fontFamilys && this.fontFamilys.length) {
12611
- var i = this.fontFamilys.findIndex('默认字体');
12612
- if (i > -1) {
12613
- this.fontFamilys.splice(i, 1);
12614
- }
12615
- return fontFamilys.concat(this.fontFamilys);
12616
- }
12617
- return fontFamilys;
12618
- },
12619
- _lineHeights: function _lineHeights() {
12620
- var lineHeights = ['默认行高', '1', '1.15', '1.5', '2', '2.5', '3'];
12621
- if (this.lineHeights && this.lineHeights.length) {
12622
- return this.lineHeights.includes('默认行高') ? this.lineHeights : ['默认行高'].concat(this.lineHeights);
12623
- }
12624
- return lineHeights;
12625
- }
12626
- },
12627
- data: function data() {
12628
- return {
12629
- tag: '正文',
12630
- fontSize: '默认字号',
12631
- fontFamily: '默认字体',
12632
- lineHeight: '默认行高',
12633
- outdent: true
12634
- };
12635
- },
12636
- mounted: function mounted() {
12637
- console.log(this.contents);
12638
- },
12639
-
12640
- methods: {
12641
- handleCommand: function handleCommand(type, res) {
12642
- switch (type) {
12643
- case 'size':
12644
- this.fontSize = res;
12645
- break;
12646
- case 'family':
12647
- this.fontFamily = res;
12648
- break;
12649
- case 'tag2':
12650
- break;
12651
- default:
12652
- this.tag = res;
12653
- }
12654
- console.log(res);
12655
- },
12656
- selectColor: function selectColor(res) {
12657
- console.log(res);
12658
- },
12659
- selectBgColor: function selectBgColor(res) {
12660
- toolbarvue_type_script_lang_js_typeof(console.log(res));
12661
- }
12662
- }
12663
- });
12664
- // CONCATENATED MODULE: ./packages/editor/src/toolbar.vue?vue&type=script&lang=js&
12665
- /* harmony default export */ var src_toolbarvue_type_script_lang_js_ = (toolbarvue_type_script_lang_js_);
12666
- // CONCATENATED MODULE: ./packages/editor/src/toolbar.vue
12667
-
12668
-
12669
-
12670
-
12671
-
12672
- /* normalize component */
12673
-
12674
- var toolbar_component = normalizeComponent(
12675
- src_toolbarvue_type_script_lang_js_,
12676
- toolbarvue_type_template_id_1ddba256_render,
12677
- toolbarvue_type_template_id_1ddba256_staticRenderFns,
12678
- false,
12679
- null,
12680
- null,
12681
- null
12682
-
12683
- )
12684
-
12685
- /* harmony default export */ var src_toolbar = (toolbar_component.exports);
12686
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/editor.vue?vue&type=template&id=aad5adf6&
12687
- var editorvue_type_template_id_aad5adf6_render = function () {
12688
- var _vm = this
12689
- var _h = _vm.$createElement
12690
- var _c = _vm._self._c || _h
12691
- return _c(
12692
- "el-scrollbar",
12693
- { ref: "scrollbar", staticClass: "es-editor-main-box", style: _vm._style },
12694
- [
12695
- _c("div", {
12696
- staticClass: "es-editor-main es-editor-contents",
12697
- domProps: { innerHTML: _vm._s(_vm.value) },
12698
- }),
12699
- ]
12700
- )
12701
- }
12702
- var editorvue_type_template_id_aad5adf6_staticRenderFns = []
12703
- editorvue_type_template_id_aad5adf6_render._withStripped = true
12704
-
12705
-
12706
- // CONCATENATED MODULE: ./packages/editor/src/editor.vue?vue&type=template&id=aad5adf6&
12707
-
12708
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/editor.vue?vue&type=script&lang=js&
12709
- //
12710
- //
12711
- //
12712
- //
12713
- //
12714
-
12715
- /* harmony default export */ var editorvue_type_script_lang_js_ = ({
12716
- name: 'Editors',
12717
- props: {
12718
- value: String,
12719
- height: [String, Number]
12720
- },
12721
- computed: {
12722
- _style: function _style() {
12723
- var height = this.height ? parseInt(this.height, 10) + 'px' : '500px';
12724
- return { height: height };
12725
- }
12726
- },
12727
- data: function data() {
12728
- return {};
12729
- },
12730
- mounted: function mounted() {},
12731
-
12732
- methods: {}
12733
- });
12734
- // CONCATENATED MODULE: ./packages/editor/src/editor.vue?vue&type=script&lang=js&
12735
- /* harmony default export */ var src_editorvue_type_script_lang_js_ = (editorvue_type_script_lang_js_);
12736
- // CONCATENATED MODULE: ./packages/editor/src/editor.vue
12737
-
12738
-
12739
-
12740
-
12741
-
12742
- /* normalize component */
12743
-
12744
- var editor_component = normalizeComponent(
12745
- src_editorvue_type_script_lang_js_,
12746
- editorvue_type_template_id_aad5adf6_render,
12747
- editorvue_type_template_id_aad5adf6_staticRenderFns,
12748
- false,
12749
- null,
12750
- null,
12751
- null
12752
-
12753
- )
12754
-
12755
- /* harmony default export */ var src_editor = (editor_component.exports);
12756
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/editor/src/main.vue?vue&type=script&lang=js&
12757
- var editor_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
12758
-
12759
- //
12760
- //
12761
- //
12762
- //
12763
- //
12764
- //
12765
- //
12766
- //
12767
- //
12768
- //
12769
- //
12770
- //
12771
- //
12772
- //
12773
- //
12774
- //
12775
- //
12776
- //
12777
- //
12778
- //
12779
- //
12780
- //
12781
- //
12782
- //
12783
- //
12784
- //
12785
- //
12786
- //
12787
- //
12788
- //
12789
- //
12790
- //
12791
-
12792
-
12793
-
12794
- //import { Editor, Toolbar } from '@wangeditor/editor-for-vue';
12795
-
12796
-
12797
- /* harmony default export */ var editor_src_mainvue_type_script_lang_js_ = ({
12798
- name: 'EsEditor',
12799
- inheritAttrs: false,
12800
- //components: { Editor, Toolbar, Toolbars, Editors },
12801
- inject: {
12802
- elForm: {
12803
- default: ''
12804
- },
12805
- elFormItem: {
12806
- default: ''
12807
- }
12808
- },
12809
- props: {
12810
- mode: {
12811
- type: String,
12812
- validator: function validator(val) {
12813
- return ['default', 'simple'].includes(val);
12814
- },
12815
-
12816
- default: 'default'
12817
- },
12818
- readonly: Boolean,
12819
- value: String,
12820
- toolbarConfig: Object,
12821
- editorConfig: Object,
12822
- height: {
12823
- type: String,
12824
- default: '500px'
12825
- },
12826
- cs: Boolean
12827
- },
12828
- computed: {
12829
- model: {
12830
- get: function get() {
12831
- return this.value;
12832
- },
12833
- set: function set(val) {
12834
- this.$emit('input', val);
12835
- return val;
12836
- }
12837
- },
12838
- _editorConfig: function _editorConfig() {
12839
- var config = { placeholder: '请输入内容...' };
12840
- return this.editorConfig ? editor_src_mainvue_type_script_lang_js_extends({}, config, this.editorConfig) : config;
12841
- },
12842
- _readonly: function _readonly() {
12843
- return this.readonly || this._editorConfig.readOnly || (this.elForm || {}).readonly || (this.elFormItem || {}).readonly;
12844
- }
12845
- },
12846
- data: function data() {
12847
- return {
12848
- editor: null
12849
- };
12850
- },
12851
- mounted: function mounted() {
12852
- var editor = Object(external_slate_history_["withHistory"])(Object(external_slate_["createEditor"])());
12853
- console.log(editor);
12854
- },
12855
-
12856
- methods: {
12857
- onCreated: function onCreated(editor) {
12858
- this.editor = Object.seal(editor);
12859
- this.$emit('created', this.editor);
12860
- this.$emit('onCreated', this.editor);
12861
- }
12862
- },
12863
- beforeDestroy: function beforeDestroy() {
12864
- var editor = this.editor;
12865
- if (editor == null) return;
12866
- editor.destroy(); // 组件销毁时,及时销毁编辑器
12867
- }
12868
- });
12869
- // CONCATENATED MODULE: ./packages/editor/src/main.vue?vue&type=script&lang=js&
12870
- /* harmony default export */ var packages_editor_src_mainvue_type_script_lang_js_ = (editor_src_mainvue_type_script_lang_js_);
12871
- // CONCATENATED MODULE: ./packages/editor/src/main.vue
12872
-
12873
-
12874
-
12875
-
12876
-
12877
- /* normalize component */
12878
-
12879
- var editor_src_main_component = normalizeComponent(
12880
- packages_editor_src_mainvue_type_script_lang_js_,
12881
- mainvue_type_template_id_f482498c_render,
12882
- mainvue_type_template_id_f482498c_staticRenderFns,
12883
- false,
12884
- null,
12885
- null,
12886
- null
12887
-
12888
- )
12889
-
12890
- /* harmony default export */ var editor_src_main = (editor_src_main_component.exports);
12891
- // CONCATENATED MODULE: ./packages/editor/index.js
12892
-
12893
-
12894
- editor_src_main.install = function (Vue) {
12895
- return Vue.component(editor_src_main.name, editor_src_main);
12896
- };
12897
-
12898
- /* harmony default export */ var packages_editor = (editor_src_main);
12899
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/enterprise/src/main.vue?vue&type=template&id=decf5162&
12900
- var mainvue_type_template_id_decf5162_render = function () {
12901
- var _vm = this
12902
- var _h = _vm.$createElement
12903
- var _c = _vm._self._c || _h
12904
- return _c(
12905
- "div",
12906
- { staticClass: "es-enterprise" },
12907
- [
12908
- _c(
12909
- "es-button",
12910
- {
12911
- attrs: { size: "medium" },
12912
- on: {
12913
- click: function ($event) {
12914
- _vm.visible = true
12915
- },
12916
- },
12917
- },
12918
- [_vm._t("default", [_vm._v(_vm._s(_vm.text) + _vm._s(_vm.countText))])],
12919
- 2
12920
- ),
12921
- _c(
12922
- "es-dialog",
12923
- {
12924
- attrs: {
12925
- visible: _vm.visible,
12926
- title: _vm.text,
12927
- width: _vm.width,
12928
- height: _vm.height,
12929
- },
12930
- on: {
12931
- "update:visible": function ($event) {
12932
- _vm.visible = $event
12933
- },
12934
- },
12935
- },
12936
- [
12937
- _c(
12938
- "es-sizer",
12939
- _vm._b(
12940
- {
12941
- on: {
12942
- change: _vm.handleChange,
12943
- confirm: _vm.handleConfirm,
12944
- cancel: _vm.handleCancel,
12945
- },
12946
- },
12947
- "es-sizer",
12948
- _vm.$attrs,
12949
- false
12950
- )
12951
- ),
12952
- ],
12953
- 1
12954
- ),
12955
- ],
12956
- 1
12957
- )
12958
- }
12959
- var mainvue_type_template_id_decf5162_staticRenderFns = []
12960
- mainvue_type_template_id_decf5162_render._withStripped = true
12961
-
12962
-
12963
- // CONCATENATED MODULE: ./packages/enterprise/src/main.vue?vue&type=template&id=decf5162&
12964
-
12965
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/enterprise/src/main.vue?vue&type=script&lang=js&
12966
- //
12967
- //
12968
- //
12969
- //
12970
- //
12971
- //
12972
- //
12973
- //
12974
- //
12975
- //
12976
- //
12977
- //
12978
- //
12979
- //
12980
- //
12981
- //
12982
- //
12983
- //
12984
- //
12985
- //
12986
-
12987
- /* harmony default export */ var enterprise_src_mainvue_type_script_lang_js_ = ({
12988
- name: 'EsEnterprise',
12989
- inheritAttrs: false,
12990
- props: {
12991
- value: null,
12992
- text: {
12993
- type: String,
12994
- default: '选择单位范围'
12995
- },
12996
- width: {
12997
- type: [String, Number],
12998
- default: '500px'
12999
- },
13000
- height: {
13001
- type: [String, Number],
13002
- default: '600px'
13003
- }
13004
- },
13005
- computed: {
13006
- countText: function countText() {
13007
- return this.count ? '(\u5DF2\u9009\u5355\u4F4D' + this.count + '\u5BB6)' : '';
13008
- }
13009
- },
13010
- data: function data() {
13011
- return {
13012
- count: 0,
13013
- visible: false
13014
- };
13015
- },
13016
-
13017
- methods: {
13018
- handleChange: function handleChange(res) {
13019
- this.$emit('input', res);
13020
- this.$emit('change', res);
13021
- },
13022
- handleConfirm: function handleConfirm(res) {
13023
- var count = res.count;
13024
-
13025
- this.count = count;
13026
- this.$emit('confirm', res);
13027
- },
13028
- handleCancel: function handleCancel() {
13029
- this.$emit('cancel');
13030
- }
13031
- }
13032
- });
13033
- // CONCATENATED MODULE: ./packages/enterprise/src/main.vue?vue&type=script&lang=js&
13034
- /* harmony default export */ var packages_enterprise_src_mainvue_type_script_lang_js_ = (enterprise_src_mainvue_type_script_lang_js_);
13035
- // CONCATENATED MODULE: ./packages/enterprise/src/main.vue
13036
-
13037
-
13038
-
13039
-
13040
-
13041
- /* normalize component */
13042
-
13043
- var enterprise_src_main_component = normalizeComponent(
13044
- packages_enterprise_src_mainvue_type_script_lang_js_,
13045
- mainvue_type_template_id_decf5162_render,
13046
- mainvue_type_template_id_decf5162_staticRenderFns,
13047
- false,
13048
- null,
13049
- null,
13050
- null
13051
-
13052
- )
13053
-
13054
- /* harmony default export */ var enterprise_src_main = (enterprise_src_main_component.exports);
13055
- // CONCATENATED MODULE: ./packages/enterprise/index.js
13056
-
13057
-
13058
- enterprise_src_main.install = function (Vue) {
13059
- return Vue.component(enterprise_src_main.name, enterprise_src_main);
13060
- };
13061
-
13062
- /* harmony default export */ var enterprise = (enterprise_src_main);
13063
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/error-page/src/main.vue?vue&type=template&id=e08841d0&
13064
- var mainvue_type_template_id_e08841d0_render = function () {
13065
- var _vm = this
13066
- var _h = _vm.$createElement
13067
- var _c = _vm._self._c || _h
13068
- return _c("div", { staticClass: "es-error-page" }, [
13069
- _c("div", { staticClass: "es-error-page-image", style: _vm.style }),
13070
- ])
13071
- }
13072
- var mainvue_type_template_id_e08841d0_staticRenderFns = []
13073
- mainvue_type_template_id_e08841d0_render._withStripped = true
13074
-
13075
-
13076
- // CONCATENATED MODULE: ./packages/error-page/src/main.vue?vue&type=template&id=e08841d0&
13077
-
13078
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/error-page/src/main.vue?vue&type=script&lang=js&
11928
+
11929
+ enterprise_src_main.install = function (Vue) {
11930
+ return Vue.component(enterprise_src_main.name, enterprise_src_main);
11931
+ };
11932
+
11933
+ /* harmony default export */ var enterprise = (enterprise_src_main);
11934
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/error-page/src/main.vue?vue&type=template&id=e08841d0&
11935
+ var mainvue_type_template_id_e08841d0_render = function () {
11936
+ var _vm = this
11937
+ var _h = _vm.$createElement
11938
+ var _c = _vm._self._c || _h
11939
+ return _c("div", { staticClass: "es-error-page" }, [
11940
+ _c("div", { staticClass: "es-error-page-image", style: _vm.style }),
11941
+ ])
11942
+ }
11943
+ var mainvue_type_template_id_e08841d0_staticRenderFns = []
11944
+ mainvue_type_template_id_e08841d0_render._withStripped = true
11945
+
11946
+
11947
+ // CONCATENATED MODULE: ./packages/error-page/src/main.vue?vue&type=template&id=e08841d0&
11948
+
11949
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/error-page/src/main.vue?vue&type=script&lang=js&
13079
11950
  //
13080
11951
  //
13081
11952
  //
@@ -31251,8 +30122,8 @@ var CommonOpinions_component = normalizeComponent(
31251
30122
  )
31252
30123
 
31253
30124
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31254
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6cd1221f&
31255
- var processFormvue_type_template_id_6cd1221f_render = function () {
30125
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=98eb2948&
30126
+ var processFormvue_type_template_id_98eb2948_render = function () {
31256
30127
  var _vm = this
31257
30128
  var _h = _vm.$createElement
31258
30129
  var _c = _vm._self._c || _h
@@ -31574,19 +30445,7 @@ var processFormvue_type_template_id_6cd1221f_render = function () {
31574
30445
  : _vm._e(),
31575
30446
  _c(
31576
30447
  "el-form-item",
31577
- {
31578
- attrs: {
31579
- prop: "noticeType",
31580
- label: "通知方式",
31581
- rules: [
31582
- {
31583
- required: true,
31584
- message: "请选择通知方式",
31585
- trigger: "blur",
31586
- },
31587
- ],
31588
- },
31589
- },
30448
+ { attrs: { prop: "noticeType", label: "通知方式" } },
31590
30449
  [
31591
30450
  _c(
31592
30451
  "el-checkbox-group",
@@ -31728,11 +30587,11 @@ var processFormvue_type_template_id_6cd1221f_render = function () {
31728
30587
  1
31729
30588
  )
31730
30589
  }
31731
- var processFormvue_type_template_id_6cd1221f_staticRenderFns = []
31732
- processFormvue_type_template_id_6cd1221f_render._withStripped = true
30590
+ var processFormvue_type_template_id_98eb2948_staticRenderFns = []
30591
+ processFormvue_type_template_id_98eb2948_render._withStripped = true
31733
30592
 
31734
30593
 
31735
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6cd1221f&
30594
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=98eb2948&
31736
30595
 
31737
30596
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=db651118&
31738
30597
  var selectUservue_type_template_id_db651118_render = function () {
@@ -33429,9 +32288,6 @@ var processFormvue_type_script_lang_js_components;
33429
32288
  //
33430
32289
  //
33431
32290
  //
33432
- //
33433
- //
33434
- //
33435
32291
 
33436
32292
 
33437
32293
 
@@ -34014,8 +32870,8 @@ var processFormvue_type_script_lang_js_components;
34014
32870
 
34015
32871
  var processForm_component = normalizeComponent(
34016
32872
  src_processFormvue_type_script_lang_js_,
34017
- processFormvue_type_template_id_6cd1221f_render,
34018
- processFormvue_type_template_id_6cd1221f_staticRenderFns,
32873
+ processFormvue_type_template_id_98eb2948_render,
32874
+ processFormvue_type_template_id_98eb2948_staticRenderFns,
34019
32875
  false,
34020
32876
  null,
34021
32877
  null,
@@ -39592,8 +38448,8 @@ flow_src_main.install = function (Vue) {
39592
38448
  };
39593
38449
 
39594
38450
  /* harmony default export */ var packages_flow = (flow_src_main);
39595
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=e7bb569c&
39596
- var mainvue_type_template_id_e7bb569c_render = function () {
38451
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=8ca359de&
38452
+ var mainvue_type_template_id_8ca359de_render = function () {
39597
38453
  var _vm = this
39598
38454
  var _h = _vm.$createElement
39599
38455
  var _c = _vm._self._c || _h
@@ -40665,6 +39521,7 @@ var mainvue_type_template_id_e7bb569c_render = function () {
40665
39521
  staticClass: "es-group-flow",
40666
39522
  style: { width: _vm._width },
40667
39523
  attrs: {
39524
+ pendingId: _vm.pendingId,
40668
39525
  "before-submit": _vm.handleSubmit,
40669
39526
  businessId: _vm.businessId,
40670
39527
  closeParent: _vm.closeParent,
@@ -40686,11 +39543,11 @@ var mainvue_type_template_id_e7bb569c_render = function () {
40686
39543
  2
40687
39544
  )
40688
39545
  }
40689
- var mainvue_type_template_id_e7bb569c_staticRenderFns = []
40690
- mainvue_type_template_id_e7bb569c_render._withStripped = true
39546
+ var mainvue_type_template_id_8ca359de_staticRenderFns = []
39547
+ mainvue_type_template_id_8ca359de_render._withStripped = true
40691
39548
 
40692
39549
 
40693
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=e7bb569c&
39550
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=8ca359de&
40694
39551
 
40695
39552
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
40696
39553
  //
@@ -41094,1394 +39951,415 @@ mainvue_type_template_id_e7bb569c_render._withStripped = true
41094
39951
  //
41095
39952
  //
41096
39953
  //
41097
-
41098
-
41099
- /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
41100
- name: 'EsFlowGroup',
41101
- inject: {
41102
- esDialog: {
41103
- default: ''
41104
- },
41105
- injector: {
41106
- default: ''
41107
- }
41108
- },
41109
- props: {
41110
- // autoId: {
41111
- // type: Boolean,
41112
- // default: true
41113
- // },
41114
- active: {
41115
- type: String,
41116
- default: '0'
41117
- },
41118
- contents: Array,
41119
- closeDialog: {
41120
- type: Boolean,
41121
- default: true
41122
- },
41123
- flow: Object,
41124
- events: Object,
41125
- recordid: String,
41126
- pendingId: String,
41127
- arcurl: String,
41128
- itemname: String,
41129
- show: {
41130
- type: Boolean,
41131
- default: true
41132
- },
41133
- closeParent: {
41134
- type: Boolean,
41135
- default: true
41136
- },
41137
- appId: String,
41138
- zoom: false,
41139
- width: {
41140
- type: String,
41141
- default: '360px'
41142
- }
41143
- },
41144
- data: function data() {
41145
- return {
41146
- activeName: this.active,
41147
- businessId: undefined,
41148
- taskExamineAppId: this.appId,
41149
- showMsg: true
41150
- };
41151
- },
41152
-
41153
- computed: {
41154
- tabs: function tabs() {
41155
- return this.contents ? this.contents : [];
41156
- },
41157
- isShow: function isShow() {
41158
- if (this.flow && Object.prototype.hasOwnProperty.call(this.flow, 'show')) {
41159
- return this.flow.show;
41160
- }
41161
- var flow = utils_util["a" /* default */].getParams({ name: 'flow' });
41162
- if (flow == 0) {
41163
- return false;
41164
- }
41165
- return this.show;
41166
- },
41167
- _width: function _width() {
41168
- return parseInt(this.width, 10) + 'px';
41169
- }
41170
- },
41171
- watch: {
41172
- activeName: function activeName(val) {
41173
- this.$emit('update:active', val);
41174
- },
41175
- businessId: function businessId(val) {
41176
- this.handleChangeData({ businessId: val });
41177
- }
41178
- },
41179
- mounted: function mounted() {
41180
- if (this.flow.businessId) {
41181
- this.businessId = this.flow.businessId;
41182
- }
41183
- },
41184
-
41185
- methods: {
41186
- handleHide: function handleHide(res) {
41187
- return typeof res === 'boolean' ? !res : typeof res === 'string' ? this[res] : true;
41188
- },
41189
- handleExclAttribute: function handleExclAttribute(_ref) {
41190
- var data = _ref.data,
41191
- attrs = _ref.attrs;
41192
-
41193
- return utils_util["a" /* default */].exclAttribute({
41194
- data: data,
41195
- attrs: attrs
41196
- });
41197
- },
41198
- handleUrlJoinParams: function handleUrlJoinParams(res) {
41199
- var url = res.url;
41200
- var param = utils_util["a" /* default */].extend({}, { id: this.businessId, appId: this.taskExamineAppId }, res.param || {});
41201
- return utils_util["a" /* default */].urlJoinParams({ url: url, param: param });
41202
- },
41203
- handleBefore: function handleBefore(active, old) {
41204
- var _this = this;
41205
-
41206
- return new Promise(function (resolve, reject) {
41207
- var n = parseInt(active, 10);
41208
- var item = _this.tabs[n];
41209
- var url = null;
41210
- var name = item.name;
41211
- var width = utils_util["a" /* default */].win.top.screen.availWidth - 10;
41212
- var height = utils_util["a" /* default */].win.top.screen.availHeight - 60;
41213
- if (item.url) {
41214
- url = _this.handleUrlJoinParams(item);
41215
- }
41216
- if (item.contents && item.contents.type === 'iframe' && item.contents.blank) {
41217
- item.contents.name && (name = item.contents.name);
41218
- url = _this.handleUrlJoinParams(item.contents);
41219
- }
41220
- if (url) {
41221
- reject();
41222
- utils_util["a" /* default */].win.top.open(url, name, 'width=' + width + 'px,height=' + height + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
41223
- } else {
41224
- resolve();
41225
- }
41226
- });
41227
- },
41228
- handleSubmit: function handleSubmit(res) {
41229
- var esFlowForm = this.$refs.esFlowForm;
41230
- if (Array.isArray(esFlowForm)) {
41231
- esFlowForm = esFlowForm[0];
41232
- }
41233
- this.showMsg = res == 1 ? false : true;
41234
- return esFlowForm.submitData(undefined, false, {}, res);
41235
- },
41236
- handleTaskRead: function handleTaskRead(res) {
41237
- if (res.data.taskExamine && res.data.taskExamine.appId) {
41238
- this.taskExamineAppId = res.data.taskExamine.appId;
41239
- this.injector && this.injector.handleChangeData({ appId: this.taskExamineAppId });
41240
- }
41241
- },
41242
- handleSuccess: function handleSuccess() {
41243
- if (this.closeDialog && this.esDialog) {
41244
- this.esDialog.handleClose();
41245
- }
41246
- if (utils_util["a" /* default */].win.top.opener) {
41247
- utils_util["a" /* default */].win.top.close();
41248
- }
41249
- if (this.events && this.events.success) {
41250
- this.events.success();
41251
- }
41252
- this.$emit('success');
41253
- },
41254
- handleSave: function handleSave(id, event) {
41255
- if (this.closeDialog && this.esDialog) {
41256
- this.esDialog.handleClose();
41257
- }
41258
- this.events && this.events.save(id, event);
41259
- this.$emit('save', id, event);
41260
- },
41261
- handleChangeId: function handleChangeId(id) {
41262
- this.businessId = id;
41263
- },
41264
- handleChangeData: function handleChangeData(res) {
41265
- this.$emit('changeData', res);
41266
- }
41267
- }
41268
- });
41269
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=script&lang=js&
41270
- /* harmony default export */ var packages_flow_group_src_mainvue_type_script_lang_js_ = (flow_group_src_mainvue_type_script_lang_js_);
41271
- // CONCATENATED MODULE: ./packages/flow-group/src/main.vue
41272
-
41273
-
41274
-
41275
-
41276
-
41277
- /* normalize component */
41278
-
41279
- var flow_group_src_main_component = normalizeComponent(
41280
- packages_flow_group_src_mainvue_type_script_lang_js_,
41281
- mainvue_type_template_id_e7bb569c_render,
41282
- mainvue_type_template_id_e7bb569c_staticRenderFns,
41283
- false,
41284
- null,
41285
- null,
41286
- null
41287
-
41288
- )
41289
-
41290
- /* harmony default export */ var flow_group_src_main = (flow_group_src_main_component.exports);
41291
- // CONCATENATED MODULE: ./packages/flow-group/index.js
41292
-
41293
-
41294
- flow_group_src_main.install = function (Vue) {
41295
- return Vue.component(flow_group_src_main.name, flow_group_src_main);
41296
- };
41297
-
41298
- /* harmony default export */ var flow_group = (flow_group_src_main);
41299
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=b334e09a&
41300
- var mainvue_type_template_id_b334e09a_render = function () {
41301
- var _vm = this
41302
- var _h = _vm.$createElement
41303
- var _c = _vm._self._c || _h
41304
- return _c(
41305
- "div",
41306
- { staticClass: "es-flow-list" },
41307
- [
41308
- _vm._l(_vm.content, function (item, index) {
41309
- return _c(
41310
- "div",
41311
- {
41312
- directives: [
41313
- {
41314
- name: "show",
41315
- rawName: "v-show",
41316
- value:
41317
- (item.type == "splitReading" &&
41318
- _vm.splitReadingData &&
41319
- _vm.splitReadingData.length > 0) ||
41320
- item.type != "splitReading",
41321
- expression:
41322
- "\n (item.type == 'splitReading' &&\n splitReadingData &&\n splitReadingData.length > 0) ||\n item.type != 'splitReading'\n ",
41323
- },
41324
- ],
41325
- key: index,
41326
- staticClass: "es-flow-list-item",
41327
- },
41328
- [
41329
- _c(
41330
- "div",
41331
- { staticClass: "es-flow-list-box" },
41332
- [
41333
- _c(
41334
- "es-data-table",
41335
- _vm._b(
41336
- {
41337
- class: {
41338
- "es-flow-group-data-table": item.type !== "sign",
41339
- },
41340
- attrs: {
41341
- number: "",
41342
- full: "",
41343
- data:
41344
- item.type === "preset"
41345
- ? _vm.presetData
41346
- : item.type === "sign"
41347
- ? _vm.signData
41348
- : item.type === "splitReading"
41349
- ? _vm.splitReadingData
41350
- : _vm.flowData,
41351
- },
41352
- on: {
41353
- "cell-click": _vm.handleCellClick,
41354
- "btn-click": _vm.handleBtnClick,
41355
- },
41356
- },
41357
- "es-data-table",
41358
- item,
41359
- false
41360
- )
41361
- ),
41362
- ],
41363
- 1
41364
- ),
41365
- ]
41366
- )
41367
- }),
41368
- _vm.showFileList
41369
- ? _c(
41370
- "es-dialog",
41371
- {
41372
- attrs: {
41373
- "append-to-body": "",
41374
- "close-on-click-modal": false,
41375
- title: "查看附件",
41376
- visible: _vm.showFileList,
41377
- },
41378
- on: {
41379
- "update:visible": function ($event) {
41380
- _vm.showFileList = $event
41381
- },
41382
- },
41383
- },
41384
- [
41385
- _c("FileList", {
41386
- attrs: {
41387
- ownId: _vm.wfpendingid,
41388
- code: _vm.flowTableInfo.adjunctCode,
41389
- deleted: false,
41390
- disabled: true,
41391
- },
41392
- on: {
41393
- cancel: function ($event) {
41394
- _vm.showFileList = false
41395
- },
41396
- },
41397
- }),
41398
- ],
41399
- 1
41400
- )
41401
- : _vm._e(),
41402
- _vm.showPress
41403
- ? _c(
41404
- "es-dialog",
41405
- {
41406
- attrs: {
41407
- "append-to-body": "",
41408
- "close-on-click-modal": false,
41409
- title: "查看催办记录",
41410
- visible: _vm.showPress,
41411
- height: "500px",
41412
- },
41413
- on: {
41414
- "update:visible": function ($event) {
41415
- _vm.showPress = $event
41416
- },
41417
- },
41418
- },
41419
- [
41420
- _c(
41421
- "div",
41422
- {
41423
- directives: [
41424
- {
41425
- name: "loading",
41426
- rawName: "v-loading",
41427
- value: _vm.pressLoading,
41428
- expression: "pressLoading",
41429
- },
41430
- ],
41431
- staticStyle: { height: "400px" },
41432
- },
41433
- [
41434
- _c("es-data-table", {
41435
- staticStyle: { width: "100%" },
41436
- attrs: {
41437
- data: _vm.pressTableList,
41438
- thead: _vm.pressThead,
41439
- stripe: "",
41440
- full: "",
41441
- page: _vm.pageInfo,
41442
- },
41443
- on: {
41444
- "page-size-change": _vm.handleSizeChange,
41445
- "page-current-change": _vm.handleCurrentChange,
41446
- "sort-change": _vm.sortChange,
41447
- },
41448
- }),
41449
- ],
41450
- 1
41451
- ),
41452
- ]
41453
- )
41454
- : _vm._e(),
41455
- _vm.showDel
41456
- ? _c(
41457
- "es-dialog",
41458
- {
41459
- staticClass: "del-flow",
41460
- attrs: {
41461
- "append-to-body": "",
41462
- "close-on-click-modal": false,
41463
- title: "删除",
41464
- visible: _vm.showDel,
41465
- height: "auto",
41466
- },
41467
- on: {
41468
- "update:visible": function ($event) {
41469
- _vm.showDel = $event
41470
- },
41471
- },
41472
- },
41473
- [
41474
- _c("es-form", {
41475
- directives: [
41476
- {
41477
- name: "loading",
41478
- rawName: "v-loading",
41479
- value: _vm.delLoading,
41480
- expression: "delLoading",
41481
- },
41482
- ],
41483
- attrs: { model: _vm.formData, contents: _vm.formItemList },
41484
- on: { submit: _vm.handleFormSubmit },
41485
- }),
41486
- ],
41487
- 1
41488
- )
41489
- : _vm._e(),
41490
- ],
41491
- 2
41492
- )
41493
- }
41494
- var mainvue_type_template_id_b334e09a_staticRenderFns = []
41495
- mainvue_type_template_id_b334e09a_render._withStripped = true
41496
-
41497
-
41498
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=b334e09a&
41499
-
41500
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/flow-table.vue?vue&type=template&id=010330c8&
41501
- var flow_tablevue_type_template_id_010330c8_render = function () {
41502
- var _vm = this
41503
- var _h = _vm.$createElement
41504
- var _c = _vm._self._c || _h
41505
- return _c(
41506
- "div",
41507
- { staticStyle: { height: "100%" } },
41508
- [
41509
- _c(
41510
- "es-data-table",
41511
- {
41512
- staticStyle: { width: "100%" },
41513
- attrs: {
41514
- toolbar: _vm.toolbar,
41515
- showFormBtn: false,
41516
- data: _vm.data,
41517
- border: "",
41518
- },
41519
- },
41520
- [
41521
- _c("el-table-column", {
41522
- attrs: {
41523
- type: "index",
41524
- align: "center",
41525
- label: "序号",
41526
- width: "50",
41527
- },
41528
- }),
41529
- _c("el-table-column", {
41530
- attrs: {
41531
- prop: "deptid",
41532
- align: "center",
41533
- label: "经办部门",
41534
- width: "150",
41535
- "show-overflow-tooltip": "",
41536
- },
41537
- }),
41538
- _c("el-table-column", {
41539
- attrs: {
41540
- align: "center",
41541
- label: "步骤",
41542
- width: "110",
41543
- prop: "itemname",
41544
- "show-overflow-tooltip": "",
41545
- },
41546
- }),
41547
- _c("el-table-column", {
41548
- attrs: {
41549
- align: "center",
41550
- "show-overflow-tooltip": "",
41551
- prop: "userName",
41552
- label: "办理人",
41553
- width: "110",
41554
- },
41555
- }),
41556
- _c("el-table-column", {
41557
- attrs: {
41558
- label: "状态",
41559
- align: "center",
41560
- width: "60",
41561
- "show-overflow-tooltip": "",
41562
- },
41563
- scopedSlots: _vm._u([
41564
- {
41565
- key: "default",
41566
- fn: function (scope) {
41567
- return [
41568
- _c("div", {
41569
- style:
41570
- "" +
41571
- (scope.row.pendstate == 0 || scope.row.pendstate == 3
41572
- ? "color:red"
41573
- : scope.row.pendstate == 1
41574
- ? "color:green"
41575
- : "color:deepskyblue"),
41576
- domProps: { innerHTML: _vm._s(scope.row.querykeywords) },
41577
- }),
41578
- ]
41579
- },
41580
- },
41581
- ]),
41582
- }),
41583
- _c("el-table-column", {
41584
- attrs: {
41585
- align: "center",
41586
- label: "办理意见",
41587
- "show-overflow-tooltip": "",
41588
- },
41589
- scopedSlots: _vm._u([
41590
- {
41591
- key: "default",
41592
- fn: function (scope) {
41593
- return [
41594
- _c("span", [
41595
- _vm._v(
41596
- _vm._s(scope.row.doresult || scope.row.handleInfo)
41597
- ),
41598
- ]),
41599
- ]
41600
- },
41601
- },
41602
- ]),
41603
- }),
41604
- _c("el-table-column", {
41605
- attrs: {
41606
- align: "center",
41607
- label: "验签",
41608
- width: "70",
41609
- "show-overflow-tooltip": "",
41610
- },
41611
- scopedSlots: _vm._u([
41612
- {
41613
- key: "default",
41614
- fn: function (scope) {
41615
- return [
41616
- _c("span", { staticStyle: { color: "deepskyblue" } }, [
41617
- _vm._v(_vm._s(scope.row.authTypeStr)),
41618
- ]),
41619
- ]
41620
- },
41621
- },
41622
- ]),
41623
- }),
41624
- _c("el-table-column", {
41625
- attrs: { align: "center", label: "附件", width: "70" },
41626
- scopedSlots: _vm._u([
41627
- {
41628
- key: "default",
41629
- fn: function (scope) {
41630
- return [
41631
- _c(
41632
- "div",
41633
- {
41634
- staticClass: "file",
41635
- on: {
41636
- click: function ($event) {
41637
- _vm.showFile(scope.row.wfpendingid)
41638
- },
41639
- },
41640
- },
41641
- [
41642
- _c("span", {
41643
- directives: [
41644
- {
41645
- name: "show",
41646
- rawName: "v-show",
41647
- value: scope.row.hasAdjunct,
41648
- expression: "scope.row.hasAdjunct",
41649
- },
41650
- ],
41651
- staticClass: "iconfont es-icon-fujian",
41652
- style: _vm.fileStyle || "color:red;font-size:20px",
41653
- }),
41654
- ]
41655
- ),
41656
- ]
41657
- },
41658
- },
41659
- ]),
41660
- }),
41661
- _c("el-table-column", {
41662
- attrs: { width: "130", align: "center", label: "时间" },
41663
- scopedSlots: _vm._u([
41664
- {
41665
- key: "default",
41666
- fn: function (scope) {
41667
- return [_vm._v(_vm._s(_vm._f("date")(scope.row.doetime)))]
41668
- },
41669
- },
41670
- ]),
41671
- }),
41672
- _vm.hasAgent == "1"
41673
- ? _c("el-table-column", {
41674
- attrs: {
41675
- align: "center",
41676
- width: "80",
41677
- prop: "douserid",
41678
- label: "代办人",
41679
- "show-overflow-tooltip": "",
41680
- },
41681
- })
41682
- : _vm._e(),
41683
- _c("el-table-column", {
41684
- attrs: {
41685
- align: "center",
41686
- label: "催办",
41687
- width: "60",
41688
- "show-overflow-tooltip": "",
41689
- },
41690
- scopedSlots: _vm._u([
41691
- {
41692
- key: "default",
41693
- fn: function (scope) {
41694
- return [
41695
- _c(
41696
- "span",
41697
- {
41698
- staticStyle: {
41699
- color: "deepskyblue",
41700
- cursor: "pointer",
41701
- },
41702
- on: {
41703
- click: function ($event) {
41704
- _vm.goPress(scope.row.id)
41705
- },
41706
- },
41707
- },
41708
- [_vm._v(_vm._s(scope.row.pressTimes))]
41709
- ),
41710
- ]
41711
- },
41712
- },
41713
- ]),
41714
- }),
41715
- _c("el-table-column", {
41716
- attrs: {
41717
- align: "center",
41718
- width: _vm.modify ? "130" : "100",
41719
- label: "操作",
41720
- },
41721
- scopedSlots: _vm._u([
41722
- {
41723
- key: "default",
41724
- fn: function (scope) {
41725
- return [
41726
- _c(
41727
- "el-button",
41728
- {
41729
- directives: [
41730
- {
41731
- name: "show",
41732
- rawName: "v-show",
41733
- value: scope.row.canDelete,
41734
- expression: "scope.row.canDelete",
41735
- },
41736
- ],
41737
- on: {
41738
- click: function ($event) {
41739
- _vm.del(scope.row.id)
41740
- },
41741
- },
41742
- },
41743
- [_vm._v("删除")]
41744
- ),
41745
- _c(
41746
- "el-button",
41747
- {
41748
- directives: [
41749
- {
41750
- name: "show",
41751
- rawName: "v-show",
41752
- value: _vm.modify && scope.row.pendstate == 2,
41753
- expression: "modify && scope.row.pendstate == 2",
41754
- },
41755
- ],
41756
- on: {
41757
- click: function ($event) {
41758
- _vm.hadelModify(scope.row.id)
41759
- },
41760
- },
41761
- },
41762
- [_vm._v("修改")]
41763
- ),
41764
- ]
41765
- },
41766
- },
41767
- ]),
41768
- }),
41769
- ],
41770
- 1
41771
- ),
41772
- _vm.showFileList
41773
- ? _c(
41774
- "es-dialog",
41775
- {
41776
- attrs: {
41777
- "append-to-body": "",
41778
- "close-on-click-modal": false,
41779
- title: "查看附件",
41780
- visible: _vm.showFileList,
41781
- },
41782
- on: {
41783
- "update:visible": function ($event) {
41784
- _vm.showFileList = $event
41785
- },
41786
- },
41787
- },
41788
- [
41789
- _c("FileList", {
41790
- attrs: {
41791
- ownId: _vm.wfpendingid,
41792
- code: _vm.adjunctCode,
41793
- deleted: false,
41794
- disabled: true,
41795
- },
41796
- on: {
41797
- cancel: function ($event) {
41798
- _vm.showFileList = false
41799
- },
41800
- },
41801
- }),
41802
- ],
41803
- 1
41804
- )
41805
- : _vm._e(),
41806
- _vm.showPress
41807
- ? _c(
41808
- "es-dialog",
41809
- {
41810
- attrs: {
41811
- "append-to-body": "",
41812
- "close-on-click-modal": false,
41813
- title: "查看催办记录",
41814
- visible: _vm.showPress,
41815
- height: "500px",
41816
- },
41817
- on: {
41818
- "update:visible": function ($event) {
41819
- _vm.showPress = $event
41820
- },
41821
- },
41822
- },
41823
- [
41824
- _c(
41825
- "div",
41826
- {
41827
- directives: [
41828
- {
41829
- name: "loading",
41830
- rawName: "v-loading",
41831
- value: _vm.pressLoading,
41832
- expression: "pressLoading",
41833
- },
41834
- ],
41835
- staticStyle: { height: "400px" },
41836
- },
41837
- [
41838
- _c("es-data-table", {
41839
- staticStyle: { width: "100%" },
41840
- attrs: {
41841
- data: _vm.pressTableList,
41842
- thead: _vm.pressThead,
41843
- stripe: "",
41844
- full: "",
41845
- },
41846
- on: { "sort-change": _vm.sortChange },
41847
- }),
41848
- _c("el-pagination", {
41849
- staticClass: "pagination",
41850
- attrs: {
41851
- "current-page": _vm.currentPage,
41852
- "page-sizes": [5, 10, 20, 30, 50, 100],
41853
- "page-size": _vm.pageSize,
41854
- layout: "total, sizes, prev, pager, next, jumper",
41855
- total: _vm.total,
41856
- },
41857
- on: {
41858
- "size-change": _vm.handleSizeChange,
41859
- "current-change": _vm.handleCurrentChange,
41860
- },
41861
- }),
41862
- ],
41863
- 1
41864
- ),
41865
- ]
41866
- )
41867
- : _vm._e(),
41868
- _vm.showDel
41869
- ? _c(
41870
- "es-dialog",
41871
- {
41872
- staticClass: "del-flow",
41873
- attrs: {
41874
- "append-to-body": "",
41875
- "close-on-click-modal": false,
41876
- title: "删除",
41877
- visible: _vm.showDel,
41878
- height: "auto",
41879
- },
41880
- on: {
41881
- "update:visible": function ($event) {
41882
- _vm.showDel = $event
41883
- },
41884
- },
41885
- },
41886
- [
41887
- _c("es-form", {
41888
- directives: [
41889
- {
41890
- name: "loading",
41891
- rawName: "v-loading",
41892
- value: _vm.delLoading,
41893
- expression: "delLoading",
41894
- },
41895
- ],
41896
- attrs: { model: _vm.formData, contents: _vm.formItemList },
41897
- on: { submit: _vm.handleFormSubmit },
41898
- }),
41899
- ],
41900
- 1
41901
- )
41902
- : _vm._e(),
41903
- ],
41904
- 1
41905
- )
41906
- }
41907
- var flow_tablevue_type_template_id_010330c8_staticRenderFns = []
41908
- flow_tablevue_type_template_id_010330c8_render._withStripped = true
41909
-
41910
-
41911
- // CONCATENATED MODULE: ./packages/flow-list/src/flow-table.vue?vue&type=template&id=010330c8&
41912
-
41913
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/flow-table.vue?vue&type=script&lang=js&
41914
- var flow_tablevue_type_script_lang_js_components;
41915
-
41916
- //
41917
- //
41918
- //
41919
- //
41920
- //
41921
- //
41922
- //
41923
- //
41924
- //
41925
- //
41926
- //
41927
- //
41928
- //
41929
- //
41930
- //
41931
- //
41932
- //
41933
- //
41934
- //
41935
- //
41936
- //
41937
- //
41938
- //
41939
- //
41940
- //
41941
- //
41942
- //
41943
- //
41944
- //
41945
- //
41946
- //
41947
- //
41948
- //
41949
- //
41950
- //
41951
- //
41952
- //
41953
- //
41954
- //
41955
- //
41956
- //
41957
- //
41958
- //
41959
- //
41960
- //
41961
- //
41962
- //
41963
- //
41964
- //
41965
- //
41966
- //
41967
- //
41968
- //
41969
- //
41970
- //
41971
- //
41972
- //
41973
- //
41974
- //
41975
- //
41976
- //
41977
- //
41978
- //
41979
- //
41980
- //
41981
- //
41982
- //
41983
- //
41984
- //
41985
- //
41986
- //
41987
- //
41988
- //
41989
- //
41990
- //
41991
- //
41992
- //
41993
- //
41994
- //
41995
- //
41996
- //
41997
- //
41998
- //
41999
- //
42000
- //
42001
- //
42002
- //
42003
- //
42004
- //
42005
- //
42006
- //
42007
- //
42008
- //
42009
- //
42010
- //
42011
- //
42012
- //
42013
- //
42014
- //
42015
- //
42016
- //
42017
- //
42018
- //
42019
- //
42020
- //
42021
- //
42022
- //
42023
- //
42024
- //
42025
- //
42026
- //
42027
- //
42028
- //
42029
- //
42030
- //
42031
- //
42032
- //
42033
- //
42034
- //
42035
- //
42036
- //
42037
- //
42038
- //
42039
- //
42040
- //
42041
- //
42042
- //
42043
- //
42044
- //
42045
- //
42046
- //
42047
- //
42048
- //
42049
- //
42050
- //
42051
- //
42052
- //
42053
- //
42054
- //
42055
- //
42056
- //
42057
- //
42058
- //
42059
- //
42060
- //
42061
- //
42062
- //
42063
- //
42064
- //
42065
- //
42066
- //
42067
- //
42068
- //
42069
- //
42070
- //
42071
- //
42072
- //
42073
- //
42074
- //
42075
- //
42076
- //
42077
- //
42078
- //
42079
- //
42080
- //
42081
- //
42082
- //
42083
- //
42084
- //
42085
- //
42086
- //
42087
- //
42088
- //
42089
- //
42090
- //
42091
- //
42092
- //
42093
- //
42094
- //
42095
- //
42096
- //
42097
- //
42098
- //
42099
-
42100
-
42101
-
42102
-
42103
- /* harmony default export */ var flow_tablevue_type_script_lang_js_ = ({
42104
- name: 'FlowTable',
42105
- components: (flow_tablevue_type_script_lang_js_components = {}, flow_tablevue_type_script_lang_js_components[FileList.name] = FileList, flow_tablevue_type_script_lang_js_components),
42106
- props: {
42107
- data: {
42108
- type: Array,
42109
- default: function _default() {
42110
- return [];
42111
- }
42112
- },
42113
- adjunctCode: {
42114
- type: String,
42115
- default: ''
42116
- },
42117
- fileStyle: {
42118
- default: ''
42119
- },
42120
- modify: {
42121
- type: Boolean,
42122
- default: false
42123
- },
42124
- hasAgent: {
42125
- type: String,
42126
- default: '1'
42127
- },
42128
- toolbar: {
42129
- type: Array,
42130
- default: function _default() {
42131
- return [];
42132
- }
42133
- }
42134
- },
42135
- filters: {
42136
- date: function date(val) {
42137
- return utils_util["a" /* default */].formatDate(val, 'yyyy-MM-dd HH:mm');
42138
- }
42139
- },
42140
- data: function data() {
42141
- return {
42142
- showFileList: false,
42143
- showPress: false,
42144
- showDel: false,
42145
- currentPage: 1,
42146
- pageSize: 20,
42147
- wfpendingid: '',
42148
- delLoading: false,
42149
- pressLoading: false,
42150
- pressTableList: [],
42151
- formItemList: [{
42152
- name: 'reason',
42153
- label: '删除原因',
42154
- type: 'textarea',
42155
- placeholder: '请输入删除原因',
42156
- rules: {
42157
- required: true,
42158
- message: '请输入删除原因',
42159
- trigger: 'blur'
42160
- },
42161
- value: '',
42162
- rows: 5
42163
- }, {
42164
- type: 'submit',
42165
- skin: 'lay-form-btns',
42166
- contents: [{
42167
- type: 'primary',
42168
- plain: true,
42169
- text: '保存',
42170
- event: 'confirm'
42171
- }]
42172
- }],
42173
- formData: { reason: '' },
42174
- historyId: '',
42175
- sidx: '',
42176
- sord: '',
42177
- total: 0,
42178
- pressThead: [{
42179
- title: '催办节点',
42180
- align: 'center',
42181
- sortable: true,
42182
- field: 'urge_item'
42183
- }, {
42184
- title: '催办人名称',
42185
- sortable: true,
42186
- align: 'center',
42187
- field: 'urge_man_name'
42188
- }, {
42189
- title: '催办时间',
42190
- sortable: true,
42191
- align: 'center',
42192
- field: 'urge_time'
42193
- }, {
42194
- title: '被催办人名称',
42195
- align: 'center',
42196
- sortable: true,
42197
- field: 'urged_man_name'
42198
- }]
42199
- };
42200
- },
42201
-
42202
- methods: {
42203
- /**
42204
- * handleFormSubmit
42205
- * @desc:删除节点点击事件
42206
- * @param {Object} formData 点击删除的form数据
42207
- * @author liufan
42208
- * @date 2022年11月29日
42209
- **/
42210
- handleFormSubmit: function handleFormSubmit(formData) {
42211
- var _this = this;
42212
-
42213
- this.delLoading = true;
42214
- var params = {
42215
- url: api["i" /* deleteFlow */],
42216
- method: 'POST',
42217
- data: { id: this.historyId, reason: formData.reason }
42218
- };
42219
- utils_util["a" /* default */].ajax(params).then(function (res) {
42220
- var status = res.status,
42221
- message = res.message;
42222
-
42223
- _this.delLoading = false;
42224
- if (status === 'success') {
42225
- _this.$message.success('删除成功');
42226
- _this.showDel = false;
42227
- _this.$emit('success');
42228
- } else {
42229
- _this.$message.error(message || '系统错误,请联系管理员!');
42230
- }
42231
- }).catch(function (err) {
42232
- _this.delLoading = false;
42233
- if (err.message && err.message !== 'canceled') {
42234
- _this.$message.error(err.message);
42235
- }
42236
- });
42237
- },
42238
-
42239
- /**
42240
- * del
42241
- * @desc:展示删除弹窗
42242
- * @param {String} id 当前点击数据id
42243
- * @author liufan
42244
- * @date 2022年11月29日
42245
- **/
42246
- del: function del(id) {
42247
- this.historyId = id;
42248
- this.showDel = true;
42249
- },
42250
-
42251
- /**
42252
- * hadelModify
42253
- * @desc:展示修改弹窗
42254
- * @param {String} id 当前点击数据id
42255
- * @author liufan
42256
- * @date 2022年11月29日
42257
- **/
42258
- hadelModify: function hadelModify(id) {
42259
- this.$message.warning('暂未开放,敬请期待!');
42260
- },
42261
-
42262
- /**
42263
- * handleSizeChange
42264
- * @desc:监听每页数据显示数量变化
42265
- * @param {String} val 每页展示数量
42266
- * @author liufan
42267
- * @date 2022年11月29日
42268
- **/
42269
- handleSizeChange: function handleSizeChange(val) {
42270
- this.pageSize = val;
42271
- this.getPressList();
42272
- },
42273
-
42274
- /**
42275
- * handleCurrentChange
42276
- * @desc:监听页码变化
42277
- * @param {String} val 当前页
42278
- * @author liufan
42279
- * @date 2022年11月29日
42280
- **/
42281
- handleCurrentChange: function handleCurrentChange(val) {
42282
- this.currentPage = val;
42283
- this.getPressList();
42284
- },
42285
-
42286
- /**
42287
- * sortChange
42288
- * @desc:监听排序变化
42289
- * @param {Object} info 需要排序的字段及排序方式
42290
- * @author liufan
42291
- * @date 2022年11月29日
42292
- **/
42293
- sortChange: function sortChange(info) {
42294
- var prop = info.prop,
42295
- order = info.order;
42296
-
42297
- this.sidx = prop;
42298
- this.sord = order.replace('ending', '');
42299
- this.getPressList();
42300
- },
42301
-
42302
- /**
42303
- * getPressList
42304
- * @desc:催办列表数据
42305
- * @author liufan
42306
- * @date 2022年11月29日
42307
- **/
42308
- getPressList: function getPressList() {
42309
- var _this2 = this;
42310
-
42311
- var historyId = this.historyId,
42312
- pageSize = this.pageSize,
42313
- sidx = this.sidx,
42314
- sord = this.sord,
42315
- currentPage = this.currentPage;
42316
-
42317
- this.pressLoading = true;
42318
- var params = {
42319
- url: api["fb" /* pressListJson */],
42320
- params: { historyId: historyId },
42321
- method: 'POST',
42322
- data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
42323
- };
42324
- utils_util["a" /* default */].ajax(params).then(function (res) {
42325
- _this2.pressTableList = res.data;
42326
- _this2.total = res.totalrecords;
42327
- _this2.pressLoading = false;
42328
- }).catch(function (err) {
42329
- _this2.pressLoading = false;
42330
- if (err.message && err.message !== 'canceled') {
42331
- _this2.$message.error(err.message);
42332
- }
42333
- });
42334
- },
42335
-
42336
- /**
42337
- * showFile
42338
- * @desc:附件查看
42339
- * @param {String} ownId 附件id
42340
- * @author liufan
42341
- * @date 2022年11月29日
42342
- **/
42343
- showFile: function showFile(ownId) {
42344
- this.wfpendingid = ownId;
42345
- this.showFileList = true;
42346
- },
42347
-
42348
- /**
42349
- * goPress
42350
- * @desc:催办列表查看
42351
- * @param {String} id 催办列表id
42352
- * @author liufan
42353
- * @date 2022年11月29日
42354
- **/
42355
- goPress: function goPress(id) {
42356
- this.historyId = id;
42357
- this.showPress = true;
42358
- this.getPressList();
42359
- }
42360
- }
42361
- });
42362
- // CONCATENATED MODULE: ./packages/flow-list/src/flow-table.vue?vue&type=script&lang=js&
42363
- /* harmony default export */ var src_flow_tablevue_type_script_lang_js_ = (flow_tablevue_type_script_lang_js_);
42364
- // CONCATENATED MODULE: ./packages/flow-list/src/flow-table.vue
42365
-
42366
-
42367
-
42368
-
42369
-
42370
- /* normalize component */
42371
-
42372
- var flow_table_component = normalizeComponent(
42373
- src_flow_tablevue_type_script_lang_js_,
42374
- flow_tablevue_type_template_id_010330c8_render,
42375
- flow_tablevue_type_template_id_010330c8_staticRenderFns,
42376
- false,
42377
- null,
42378
- null,
42379
- null
42380
-
42381
- )
42382
-
42383
- /* harmony default export */ var flow_table = (flow_table_component.exports);
42384
- // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
42385
- var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
42386
-
42387
- var flow_list_src_mainvue_type_script_lang_js_components;
42388
-
42389
- //
42390
- //
42391
- //
42392
- //
42393
- //
42394
- //
42395
- //
42396
- //
42397
- //
42398
- //
42399
- //
42400
- //
42401
- //
42402
- //
42403
- //
42404
- //
42405
- //
42406
- //
42407
- //
42408
- //
42409
- //
42410
- //
42411
- //
42412
- //
42413
- //
42414
- //
42415
- //
42416
- //
42417
- //
42418
- //
42419
- //
42420
- //
42421
- //
42422
- //
42423
- //
42424
- //
42425
- //
42426
- //
42427
- //
42428
- //
42429
- //
42430
- //
42431
- //
42432
- //
42433
- //
42434
- //
42435
- //
42436
- //
42437
- //
42438
- //
42439
- //
42440
- //
42441
- //
42442
- //
42443
- //
42444
- //
42445
- //
42446
- //
42447
- //
42448
- //
42449
- //
42450
- //
42451
- //
42452
- //
42453
- //
42454
- //
42455
- //
42456
- //
42457
- //
42458
- //
42459
- //
42460
- //
42461
- //
42462
- //
42463
- //
42464
- //
42465
- //
42466
- //
42467
- //
42468
- //
42469
- //
42470
- //
42471
- //
42472
- //
42473
- //
42474
- //
42475
- //
42476
- //
42477
- //
42478
- //
42479
- //
42480
- //
42481
- //
42482
- //
42483
- //
42484
39954
  //
39955
+
39956
+
39957
+ /* harmony default export */ var flow_group_src_mainvue_type_script_lang_js_ = ({
39958
+ name: 'EsFlowGroup',
39959
+ inject: {
39960
+ esDialog: {
39961
+ default: ''
39962
+ },
39963
+ injector: {
39964
+ default: ''
39965
+ }
39966
+ },
39967
+ props: {
39968
+ // autoId: {
39969
+ // type: Boolean,
39970
+ // default: true
39971
+ // },
39972
+ active: {
39973
+ type: String,
39974
+ default: '0'
39975
+ },
39976
+ contents: Array,
39977
+ closeDialog: {
39978
+ type: Boolean,
39979
+ default: true
39980
+ },
39981
+ flow: Object,
39982
+ events: Object,
39983
+ recordid: String,
39984
+ pendingId: String,
39985
+ arcurl: String,
39986
+ itemname: String,
39987
+ show: {
39988
+ type: Boolean,
39989
+ default: true
39990
+ },
39991
+ closeParent: {
39992
+ type: Boolean,
39993
+ default: true
39994
+ },
39995
+ appId: String,
39996
+ zoom: false,
39997
+ width: {
39998
+ type: String,
39999
+ default: '360px'
40000
+ }
40001
+ },
40002
+ data: function data() {
40003
+ return {
40004
+ activeName: this.active,
40005
+ businessId: undefined,
40006
+ taskExamineAppId: this.appId,
40007
+ showMsg: true
40008
+ };
40009
+ },
40010
+
40011
+ computed: {
40012
+ tabs: function tabs() {
40013
+ return this.contents ? this.contents : [];
40014
+ },
40015
+ isShow: function isShow() {
40016
+ if (this.flow && Object.prototype.hasOwnProperty.call(this.flow, 'show')) {
40017
+ return this.flow.show;
40018
+ }
40019
+ var flow = utils_util["a" /* default */].getParams({ name: 'flow' });
40020
+ if (flow == 0) {
40021
+ return false;
40022
+ }
40023
+ return this.show;
40024
+ },
40025
+ _width: function _width() {
40026
+ return parseInt(this.width, 10) + 'px';
40027
+ }
40028
+ },
40029
+ watch: {
40030
+ activeName: function activeName(val) {
40031
+ this.$emit('update:active', val);
40032
+ },
40033
+ businessId: function businessId(val) {
40034
+ this.handleChangeData({ businessId: val });
40035
+ }
40036
+ },
40037
+ mounted: function mounted() {
40038
+ if (this.pendingId || this.flow.pendingId || this.flow.businessId) {
40039
+ this.businessId = this.pendingId || this.flow.pendingId || this.flow.businessId;
40040
+ }
40041
+ },
40042
+
40043
+ methods: {
40044
+ handleHide: function handleHide(res) {
40045
+ return typeof res === 'boolean' ? !res : typeof res === 'string' ? this[res] : true;
40046
+ },
40047
+ handleExclAttribute: function handleExclAttribute(_ref) {
40048
+ var data = _ref.data,
40049
+ attrs = _ref.attrs;
40050
+
40051
+ return utils_util["a" /* default */].exclAttribute({
40052
+ data: data,
40053
+ attrs: attrs
40054
+ });
40055
+ },
40056
+ handleUrlJoinParams: function handleUrlJoinParams(res) {
40057
+ var url = res.url;
40058
+ var param = utils_util["a" /* default */].extend({}, { id: this.businessId, appId: this.taskExamineAppId }, res.param || {});
40059
+ return utils_util["a" /* default */].urlJoinParams({ url: url, param: param });
40060
+ },
40061
+ handleBefore: function handleBefore(active, old) {
40062
+ var _this = this;
40063
+
40064
+ return new Promise(function (resolve, reject) {
40065
+ var n = parseInt(active, 10);
40066
+ var item = _this.tabs[n];
40067
+ var url = null;
40068
+ var name = item.name;
40069
+ var width = utils_util["a" /* default */].win.top.screen.availWidth - 10;
40070
+ var height = utils_util["a" /* default */].win.top.screen.availHeight - 60;
40071
+ if (item.url) {
40072
+ url = _this.handleUrlJoinParams(item);
40073
+ }
40074
+ if (item.contents && item.contents.type === 'iframe' && item.contents.blank) {
40075
+ item.contents.name && (name = item.contents.name);
40076
+ url = _this.handleUrlJoinParams(item.contents);
40077
+ }
40078
+ if (url) {
40079
+ reject();
40080
+ utils_util["a" /* default */].win.top.open(url, name, 'width=' + width + 'px,height=' + height + 'px,resizable=yes,status=yes,menubar=no,scrollbars=yes');
40081
+ } else {
40082
+ resolve();
40083
+ }
40084
+ });
40085
+ },
40086
+ handleSubmit: function handleSubmit(res) {
40087
+ var esFlowForm = this.$refs.esFlowForm;
40088
+ if (Array.isArray(esFlowForm)) {
40089
+ esFlowForm = esFlowForm[0];
40090
+ }
40091
+ this.showMsg = res == 1 ? false : true;
40092
+ return esFlowForm.submitData(undefined, false, {}, res);
40093
+ },
40094
+ handleTaskRead: function handleTaskRead(res) {
40095
+ if (res.data.taskExamine && res.data.taskExamine.appId) {
40096
+ this.taskExamineAppId = res.data.taskExamine.appId;
40097
+ this.injector && this.injector.handleChangeData({ appId: this.taskExamineAppId });
40098
+ }
40099
+ },
40100
+ handleSuccess: function handleSuccess() {
40101
+ if (this.closeDialog && this.esDialog) {
40102
+ this.esDialog.handleClose();
40103
+ }
40104
+ if (utils_util["a" /* default */].win.top.opener) {
40105
+ utils_util["a" /* default */].win.top.close();
40106
+ }
40107
+ if (this.events && this.events.success) {
40108
+ this.events.success();
40109
+ }
40110
+ this.$emit('success');
40111
+ },
40112
+ handleSave: function handleSave(id, event) {
40113
+ if (this.closeDialog && this.esDialog) {
40114
+ this.esDialog.handleClose();
40115
+ }
40116
+ this.events && this.events.save(id, event);
40117
+ this.$emit('save', id, event);
40118
+ },
40119
+ handleChangeId: function handleChangeId(id) {
40120
+ this.businessId = id;
40121
+ },
40122
+ handleChangeData: function handleChangeData(res) {
40123
+ this.$emit('changeData', res);
40124
+ }
40125
+ }
40126
+ });
40127
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=script&lang=js&
40128
+ /* harmony default export */ var packages_flow_group_src_mainvue_type_script_lang_js_ = (flow_group_src_mainvue_type_script_lang_js_);
40129
+ // CONCATENATED MODULE: ./packages/flow-group/src/main.vue
40130
+
40131
+
40132
+
40133
+
40134
+
40135
+ /* normalize component */
40136
+
40137
+ var flow_group_src_main_component = normalizeComponent(
40138
+ packages_flow_group_src_mainvue_type_script_lang_js_,
40139
+ mainvue_type_template_id_8ca359de_render,
40140
+ mainvue_type_template_id_8ca359de_staticRenderFns,
40141
+ false,
40142
+ null,
40143
+ null,
40144
+ null
40145
+
40146
+ )
40147
+
40148
+ /* harmony default export */ var flow_group_src_main = (flow_group_src_main_component.exports);
40149
+ // CONCATENATED MODULE: ./packages/flow-group/index.js
40150
+
40151
+
40152
+ flow_group_src_main.install = function (Vue) {
40153
+ return Vue.component(flow_group_src_main.name, flow_group_src_main);
40154
+ };
40155
+
40156
+ /* harmony default export */ var flow_group = (flow_group_src_main);
40157
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=442dd1a9&
40158
+ var mainvue_type_template_id_442dd1a9_render = function () {
40159
+ var _vm = this
40160
+ var _h = _vm.$createElement
40161
+ var _c = _vm._self._c || _h
40162
+ return _c(
40163
+ "div",
40164
+ { staticClass: "es-flow-list" },
40165
+ [
40166
+ _vm._l(_vm.content, function (item, index) {
40167
+ return _c(
40168
+ "div",
40169
+ {
40170
+ directives: [
40171
+ {
40172
+ name: "show",
40173
+ rawName: "v-show",
40174
+ value:
40175
+ (item.type == "splitReading" &&
40176
+ _vm.splitReadingData &&
40177
+ _vm.splitReadingData.length > 0) ||
40178
+ item.type != "splitReading",
40179
+ expression:
40180
+ "\n (item.type == 'splitReading' &&\n splitReadingData &&\n splitReadingData.length > 0) ||\n item.type != 'splitReading'\n ",
40181
+ },
40182
+ ],
40183
+ key: index,
40184
+ staticClass: "es-flow-list-item",
40185
+ },
40186
+ [
40187
+ _c(
40188
+ "div",
40189
+ { staticClass: "es-flow-list-box" },
40190
+ [
40191
+ _c(
40192
+ "es-data-table",
40193
+ _vm._b(
40194
+ {
40195
+ class: {
40196
+ "es-flow-group-data-table": item.type !== "sign",
40197
+ },
40198
+ attrs: {
40199
+ number: "",
40200
+ full: "",
40201
+ data:
40202
+ item.type === "preset"
40203
+ ? _vm.presetData
40204
+ : item.type === "sign"
40205
+ ? _vm.signData
40206
+ : item.type === "splitReading"
40207
+ ? _vm.splitReadingData
40208
+ : _vm.flowData,
40209
+ },
40210
+ on: {
40211
+ "cell-click": _vm.handleCellClick,
40212
+ "btn-click": _vm.handleBtnClick,
40213
+ },
40214
+ },
40215
+ "es-data-table",
40216
+ item,
40217
+ false
40218
+ )
40219
+ ),
40220
+ ],
40221
+ 1
40222
+ ),
40223
+ ]
40224
+ )
40225
+ }),
40226
+ _vm.showFileList
40227
+ ? _c(
40228
+ "es-dialog",
40229
+ {
40230
+ attrs: {
40231
+ "append-to-body": "",
40232
+ "close-on-click-modal": false,
40233
+ title: "查看附件",
40234
+ visible: _vm.showFileList,
40235
+ },
40236
+ on: {
40237
+ "update:visible": function ($event) {
40238
+ _vm.showFileList = $event
40239
+ },
40240
+ },
40241
+ },
40242
+ [
40243
+ _c("FileList", {
40244
+ attrs: {
40245
+ ownId: _vm.wfpendingid,
40246
+ code: _vm.flowTableInfo.adjunctCode,
40247
+ deleted: false,
40248
+ disabled: true,
40249
+ },
40250
+ on: {
40251
+ cancel: function ($event) {
40252
+ _vm.showFileList = false
40253
+ },
40254
+ },
40255
+ }),
40256
+ ],
40257
+ 1
40258
+ )
40259
+ : _vm._e(),
40260
+ _vm.showPress
40261
+ ? _c(
40262
+ "es-dialog",
40263
+ {
40264
+ attrs: {
40265
+ "append-to-body": "",
40266
+ "close-on-click-modal": false,
40267
+ title: "查看催办记录",
40268
+ visible: _vm.showPress,
40269
+ height: "500px",
40270
+ },
40271
+ on: {
40272
+ "update:visible": function ($event) {
40273
+ _vm.showPress = $event
40274
+ },
40275
+ },
40276
+ },
40277
+ [
40278
+ _c(
40279
+ "div",
40280
+ {
40281
+ directives: [
40282
+ {
40283
+ name: "loading",
40284
+ rawName: "v-loading",
40285
+ value: _vm.pressLoading,
40286
+ expression: "pressLoading",
40287
+ },
40288
+ ],
40289
+ staticStyle: { height: "400px" },
40290
+ },
40291
+ [
40292
+ _c("es-data-table", {
40293
+ staticStyle: { width: "100%" },
40294
+ attrs: {
40295
+ data: _vm.pressTableList,
40296
+ thead: _vm.pressThead,
40297
+ stripe: "",
40298
+ full: "",
40299
+ page: _vm.pageInfo,
40300
+ },
40301
+ on: {
40302
+ "page-size-change": _vm.handleSizeChange,
40303
+ "page-current-change": _vm.handleCurrentChange,
40304
+ "sort-change": _vm.sortChange,
40305
+ },
40306
+ }),
40307
+ ],
40308
+ 1
40309
+ ),
40310
+ ]
40311
+ )
40312
+ : _vm._e(),
40313
+ _vm.showDel
40314
+ ? _c(
40315
+ "es-dialog",
40316
+ {
40317
+ staticClass: "del-flow",
40318
+ attrs: {
40319
+ "append-to-body": "",
40320
+ "close-on-click-modal": false,
40321
+ title: "删除",
40322
+ visible: _vm.showDel,
40323
+ height: "auto",
40324
+ },
40325
+ on: {
40326
+ "update:visible": function ($event) {
40327
+ _vm.showDel = $event
40328
+ },
40329
+ },
40330
+ },
40331
+ [
40332
+ _c("es-form", {
40333
+ directives: [
40334
+ {
40335
+ name: "loading",
40336
+ rawName: "v-loading",
40337
+ value: _vm.delLoading,
40338
+ expression: "delLoading",
40339
+ },
40340
+ ],
40341
+ attrs: { model: _vm.formData, contents: _vm.formItemList },
40342
+ on: { submit: _vm.handleFormSubmit },
40343
+ }),
40344
+ ],
40345
+ 1
40346
+ )
40347
+ : _vm._e(),
40348
+ ],
40349
+ 2
40350
+ )
40351
+ }
40352
+ var mainvue_type_template_id_442dd1a9_staticRenderFns = []
40353
+ mainvue_type_template_id_442dd1a9_render._withStripped = true
40354
+
40355
+
40356
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=442dd1a9&
40357
+
40358
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
40359
+ var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
40360
+
40361
+ var flow_list_src_mainvue_type_script_lang_js_components;
40362
+
42485
40363
  //
42486
40364
  //
42487
40365
  //
@@ -42577,10 +40455,9 @@ var flow_list_src_mainvue_type_script_lang_js_components;
42577
40455
 
42578
40456
 
42579
40457
 
42580
-
42581
40458
  /* harmony default export */ var flow_list_src_mainvue_type_script_lang_js_ = ({
42582
40459
  name: 'EsFlowList',
42583
- components: (flow_list_src_mainvue_type_script_lang_js_components = {}, flow_list_src_mainvue_type_script_lang_js_components[flow_table.name] = flow_table, flow_list_src_mainvue_type_script_lang_js_components[FileList.name] = FileList, flow_list_src_mainvue_type_script_lang_js_components),
40460
+ components: (flow_list_src_mainvue_type_script_lang_js_components = {}, flow_list_src_mainvue_type_script_lang_js_components[FileList.name] = FileList, flow_list_src_mainvue_type_script_lang_js_components),
42584
40461
  props: {
42585
40462
  businessId: {
42586
40463
  type: String,
@@ -43482,8 +41359,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
43482
41359
 
43483
41360
  var flow_list_src_main_component = normalizeComponent(
43484
41361
  packages_flow_list_src_mainvue_type_script_lang_js_,
43485
- mainvue_type_template_id_b334e09a_render,
43486
- mainvue_type_template_id_b334e09a_staticRenderFns,
41362
+ mainvue_type_template_id_442dd1a9_render,
41363
+ mainvue_type_template_id_442dd1a9_staticRenderFns,
43487
41364
  false,
43488
41365
  null,
43489
41366
  null,
@@ -44365,7 +42242,7 @@ mainvue_type_template_id_32c03886_render._withStripped = true
44365
42242
  // CONCATENATED MODULE: ./packages/icons/src/main.vue?vue&type=template&id=32c03886&
44366
42243
 
44367
42244
  // EXTERNAL MODULE: ./packages/icons/src/icon.json
44368
- var icon = __webpack_require__(12);
42245
+ var icon = __webpack_require__(10);
44369
42246
 
44370
42247
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icons/src/main.vue?vue&type=script&lang=js&
44371
42248
  //
@@ -47742,8 +45619,8 @@ login_src_main.install = function (Vue) {
47742
45619
  };
47743
45620
 
47744
45621
  /* harmony default export */ var login = (login_src_main);
47745
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=3f8b642a&
47746
- var mainvue_type_template_id_3f8b642a_render = function () {
45622
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=2cfa653a&
45623
+ var mainvue_type_template_id_2cfa653a_render = function () {
47747
45624
  var _vm = this
47748
45625
  var _h = _vm.$createElement
47749
45626
  var _c = _vm._self._c || _h
@@ -48164,11 +46041,11 @@ var mainvue_type_template_id_3f8b642a_render = function () {
48164
46041
  1
48165
46042
  )
48166
46043
  }
48167
- var mainvue_type_template_id_3f8b642a_staticRenderFns = []
48168
- mainvue_type_template_id_3f8b642a_render._withStripped = true
46044
+ var mainvue_type_template_id_2cfa653a_staticRenderFns = []
46045
+ mainvue_type_template_id_2cfa653a_render._withStripped = true
48169
46046
 
48170
46047
 
48171
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=3f8b642a&
46048
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=2cfa653a&
48172
46049
 
48173
46050
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=799780ee&
48174
46051
  var userinfovue_type_template_id_799780ee_render = function () {
@@ -49065,8 +46942,8 @@ var settings_component = normalizeComponent(
49065
46942
  )
49066
46943
 
49067
46944
  /* harmony default export */ var settings = (settings_component.exports);
49068
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/message.vue?vue&type=template&id=6b9d422c&
49069
- var messagevue_type_template_id_6b9d422c_render = function () {
46945
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/message.vue?vue&type=template&id=3f717098&
46946
+ var messagevue_type_template_id_3f717098_render = function () {
49070
46947
  var _vm = this
49071
46948
  var _h = _vm.$createElement
49072
46949
  var _c = _vm._self._c || _h
@@ -49169,7 +47046,7 @@ var messagevue_type_template_id_6b9d422c_render = function () {
49169
47046
  : _vm._e(),
49170
47047
  _vm.noMore && _vm.count > 0
49171
47048
  ? _c("p", { staticClass: "es-msg-tips" }, [
49172
- _vm._v("\n 没有更多了\n "),
47049
+ _vm._v("没有更多了"),
49173
47050
  ])
49174
47051
  : _vm._e(),
49175
47052
  ],
@@ -49203,11 +47080,11 @@ var messagevue_type_template_id_6b9d422c_render = function () {
49203
47080
  1
49204
47081
  )
49205
47082
  }
49206
- var messagevue_type_template_id_6b9d422c_staticRenderFns = []
49207
- messagevue_type_template_id_6b9d422c_render._withStripped = true
47083
+ var messagevue_type_template_id_3f717098_staticRenderFns = []
47084
+ messagevue_type_template_id_3f717098_render._withStripped = true
49208
47085
 
49209
47086
 
49210
- // CONCATENATED MODULE: ./packages/main/src/message.vue?vue&type=template&id=6b9d422c&
47087
+ // CONCATENATED MODULE: ./packages/main/src/message.vue?vue&type=template&id=3f717098&
49211
47088
 
49212
47089
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/message.vue?vue&type=script&lang=js&
49213
47090
  //
@@ -49267,8 +47144,6 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
49267
47144
  //
49268
47145
  //
49269
47146
  //
49270
- //
49271
- //
49272
47147
 
49273
47148
 
49274
47149
 
@@ -49309,6 +47184,7 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
49309
47184
  return this.msgs.length >= this.count;
49310
47185
  },
49311
47186
  disabled: function disabled() {
47187
+ console.log(this.loading, this.noMore);
49312
47188
  return this.loading || this.noMore;
49313
47189
  }
49314
47190
  },
@@ -49459,8 +47335,8 @@ messagevue_type_template_id_6b9d422c_render._withStripped = true
49459
47335
 
49460
47336
  var message_component = normalizeComponent(
49461
47337
  src_messagevue_type_script_lang_js_,
49462
- messagevue_type_template_id_6b9d422c_render,
49463
- messagevue_type_template_id_6b9d422c_staticRenderFns,
47338
+ messagevue_type_template_id_3f717098_render,
47339
+ messagevue_type_template_id_3f717098_staticRenderFns,
49464
47340
  false,
49465
47341
  null,
49466
47342
  null,
@@ -49804,7 +47680,7 @@ async_componentvue_type_template_id_51f0233c_scoped_true_render._withStripped =
49804
47680
  // CONCATENATED MODULE: ./packages/main/src/async-component/index.vue?vue&type=template&id=51f0233c&scoped=true&
49805
47681
 
49806
47682
  // EXTERNAL MODULE: external "runtime-import"
49807
- var external_runtime_import_ = __webpack_require__(13);
47683
+ var external_runtime_import_ = __webpack_require__(11);
49808
47684
 
49809
47685
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/async-component/index.vue?vue&type=script&lang=js&
49810
47686
 
@@ -49956,11 +47832,11 @@ var async_component_component = normalizeComponent(
49956
47832
 
49957
47833
  /* harmony default export */ var async_component = (async_component_component.exports);
49958
47834
  // EXTERNAL MODULE: external "sockjs-client"
49959
- var external_sockjs_client_ = __webpack_require__(14);
47835
+ var external_sockjs_client_ = __webpack_require__(12);
49960
47836
  var external_sockjs_client_default = /*#__PURE__*/__webpack_require__.n(external_sockjs_client_);
49961
47837
 
49962
47838
  // EXTERNAL MODULE: external "stompjs"
49963
- var external_stompjs_ = __webpack_require__(15);
47839
+ var external_stompjs_ = __webpack_require__(13);
49964
47840
  var external_stompjs_default = /*#__PURE__*/__webpack_require__.n(external_stompjs_);
49965
47841
 
49966
47842
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=script&lang=js&
@@ -50325,7 +48201,10 @@ var log = utils_util["a" /* default */].getParams('console');
50325
48201
  type: String,
50326
48202
  default: '/main'
50327
48203
  },
50328
- setFirstAsDefault: Boolean,
48204
+ setFirstAsDefault: {
48205
+ type: Boolean,
48206
+ default: true
48207
+ },
50329
48208
  pathUrl: {
50330
48209
  type: String,
50331
48210
  default: '/primary'
@@ -50596,8 +48475,10 @@ var log = utils_util["a" /* default */].getParams('console');
50596
48475
  menuSuccess: function menuSuccess(res) {
50597
48476
  // this.menus
50598
48477
  this.menuType = 'custom';
50599
- this.customMenu = res;
50600
- this.setMenu(res);
48478
+ if (res && res.length) {
48479
+ this.customMenu = res;
48480
+ this.setMenu(res);
48481
+ }
50601
48482
  },
50602
48483
 
50603
48484
  //获取主题模板JSON
@@ -50638,8 +48519,10 @@ var log = utils_util["a" /* default */].getParams('console');
50638
48519
  if (_that.showDefault && _that.data === undefined) {
50639
48520
  _that.getMenu();
50640
48521
  } else if (_that.showDefault) {
50641
- _that.menus = JSON.parse(JSON.stringify(_that.data));
50642
- _that.setMenu(_that.data);
48522
+ if (_that.data && _that.data.length) {
48523
+ _that.menus = JSON.parse(JSON.stringify(_that.data));
48524
+ _that.setMenu(_that.data);
48525
+ }
50643
48526
  }
50644
48527
  }).catch(function (err) {
50645
48528
  if (err.message && err.message !== 'canceled') {
@@ -50781,7 +48664,7 @@ var log = utils_util["a" /* default */].getParams('console');
50781
48664
  if (i === 'indexUrl') {
50782
48665
  this.homePage = results[i];
50783
48666
  if (this.isHomePage) {
50784
- if (this.menus) {
48667
+ if (this.menus && this.menus.length) {
50785
48668
  var ids = null;
50786
48669
  this.homePage && (ids = this.getId(this.menus, this.homePage));
50787
48670
  if (ids) {
@@ -50932,44 +48815,48 @@ var log = utils_util["a" /* default */].getParams('console');
50932
48815
 
50933
48816
  utils_util["a" /* default */].ajax({ url: this.action, params: this.param ? this.param : {} }).then(function (res) {
50934
48817
  if (res.rCode === 0) {
50935
- _this5.menus = JSON.parse(JSON.stringify(res.results));
50936
- var applicationid = utils_util["a" /* default */].getParams('applicationid') || utils_util["a" /* default */].getParams('applicationId');
50937
- if (applicationid) {
50938
- var ids = _this5.getId(_this5.menus, applicationid);
50939
- if (ids) {
50940
- _this5.defaultActive = ids;
50941
- }
50942
- } else if (utils_util["a" /* default */].win.location.hash) {
50943
- var hash = utils_util["a" /* default */].win.location.hash;
50944
- if (hash) {
50945
- hash = hash.split('?')[0];
50946
- }
50947
- if (hash !== '#/' && hash !== '#/main') {
50948
- var _ids4 = _this5.getId(_this5.menus, utils_util["a" /* default */].win.location.hash, true);
50949
- if (_ids4) {
50950
- _this5.defaultActive = _ids4;
50951
- _this5.navIds = _ids4;
50952
- _this5.setTitle(_ids4[0]);
48818
+ if (res.results && res.results.length) {
48819
+ _this5.menus = JSON.parse(JSON.stringify(res.results));
48820
+ var applicationid = utils_util["a" /* default */].getParams('applicationid') || utils_util["a" /* default */].getParams('applicationId');
48821
+ if (applicationid) {
48822
+ var ids = _this5.getId(_this5.menus, applicationid);
48823
+ if (ids) {
48824
+ _this5.defaultActive = ids;
48825
+ }
48826
+ } else if (utils_util["a" /* default */].win.location.hash) {
48827
+ var hash = utils_util["a" /* default */].win.location.hash;
48828
+ if (hash) {
48829
+ hash = hash.split('?')[0];
48830
+ }
48831
+ if (hash !== '#/' && hash !== '#/main') {
48832
+ var _ids4 = _this5.getId(_this5.menus, utils_util["a" /* default */].win.location.hash, true);
48833
+ if (_ids4) {
48834
+ _this5.defaultActive = _ids4;
48835
+ _this5.navIds = _ids4;
48836
+ _this5.setTitle(_ids4[0]);
48837
+ }
48838
+ } else if (sessionStorage.getItem('jump') && _this5.history) {
48839
+ var _ids5 = _this5.getId(_this5.menus, sessionStorage.getItem('jump'), true);
48840
+ if (_ids5) {
48841
+ _this5.defaultActive = _ids5;
48842
+ _this5.navIds = _ids5;
48843
+ _this5.setTitle(_ids5[0]);
48844
+ }
50953
48845
  }
50954
48846
  } else if (sessionStorage.getItem('jump') && _this5.history) {
50955
- var _ids5 = _this5.getId(_this5.menus, sessionStorage.getItem('jump'), true);
50956
- if (_ids5) {
50957
- _this5.defaultActive = _ids5;
50958
- _this5.navIds = _ids5;
50959
- _this5.setTitle(_ids5[0]);
48847
+ var _ids6 = _this5.getId(_this5.menus, sessionStorage.getItem('jump'), true);
48848
+ if (_ids6) {
48849
+ _this5.defaultActive = _ids6;
48850
+ _this5.navIds = _ids6;
48851
+ _this5.setTitle(_ids6[0]);
50960
48852
  }
50961
48853
  }
50962
- } else if (sessionStorage.getItem('jump') && _this5.history) {
50963
- var _ids6 = _this5.getId(_this5.menus, sessionStorage.getItem('jump'), true);
50964
- if (_ids6) {
50965
- _this5.defaultActive = _ids6;
50966
- _this5.navIds = _ids6;
50967
- _this5.setTitle(_ids6[0]);
50968
- }
48854
+ _this5.setTips(_this5.menus);
48855
+ utils_store.set('nav', _this5.menus);
48856
+ _this5.setMenu(_this5.menus);
48857
+ } else {
48858
+ _this5.$message.error('未分配菜单权限,请联系管理员!');
50969
48859
  }
50970
- _this5.setTips(_this5.menus);
50971
- utils_store.set('nav', _this5.menus);
50972
- _this5.setMenu(_this5.menus);
50973
48860
  } else {
50974
48861
  var msg = res.msg || '系统错误,请联系管理员!';
50975
48862
  _this5.$message.error(msg);
@@ -51432,7 +49319,9 @@ var log = utils_util["a" /* default */].getParams('console');
51432
49319
  this.active = [];
51433
49320
  this.defaultActive = [];
51434
49321
  this.tabs = [];
51435
- this.setMenu(this.menus);
49322
+ if (this.menus && this.menus.length) {
49323
+ this.setMenu(this.menus);
49324
+ }
51436
49325
  this.$nextTick(function () {
51437
49326
  _this7.reset = true;
51438
49327
  });
@@ -51869,8 +49758,8 @@ var log = utils_util["a" /* default */].getParams('console');
51869
49758
 
51870
49759
  var main_src_main_component = normalizeComponent(
51871
49760
  packages_main_src_mainvue_type_script_lang_js_,
51872
- mainvue_type_template_id_3f8b642a_render,
51873
- mainvue_type_template_id_3f8b642a_staticRenderFns,
49761
+ mainvue_type_template_id_2cfa653a_render,
49762
+ mainvue_type_template_id_2cfa653a_staticRenderFns,
51874
49763
  false,
51875
49764
  null,
51876
49765
  null,
@@ -52062,6 +49951,9 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
52062
49951
  'es-badge-right': item.tips && typeof item.tips !== 'boolean',
52063
49952
  'es-dot-right': item.tips && typeof item.tips === 'boolean'
52064
49953
  }],
49954
+ attrs: {
49955
+ title: item.text.length > 18 ? item.text : undefined
49956
+ },
52065
49957
  props: typeof item.tips === 'boolean' && item.tips ? {
52066
49958
  isDot: true
52067
49959
  //hidden: item.tips
@@ -53778,15 +51670,15 @@ mainvue_type_template_id_29c1659e_render._withStripped = true
53778
51670
  // CONCATENATED MODULE: ./packages/player/src/main.vue?vue&type=template&id=29c1659e&
53779
51671
 
53780
51672
  // EXTERNAL MODULE: external "video.js"
53781
- var external_video_js_ = __webpack_require__(7);
51673
+ var external_video_js_ = __webpack_require__(6);
53782
51674
  var external_video_js_default = /*#__PURE__*/__webpack_require__.n(external_video_js_);
53783
51675
 
53784
51676
  // EXTERNAL MODULE: external "video.js/dist/lang/zh-CN.json"
53785
- var zh_CN_json_ = __webpack_require__(16);
51677
+ var zh_CN_json_ = __webpack_require__(14);
53786
51678
  var zh_CN_json_default = /*#__PURE__*/__webpack_require__.n(zh_CN_json_);
53787
51679
 
53788
51680
  // EXTERNAL MODULE: external "video.js/dist/video-js.css"
53789
- var video_js_css_ = __webpack_require__(21);
51681
+ var video_js_css_ = __webpack_require__(19);
53790
51682
 
53791
51683
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/player/src/main.vue?vue&type=script&lang=js&
53792
51684
  var player_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -54077,7 +51969,7 @@ mainvue_type_template_id_31151606_render._withStripped = true
54077
51969
  //
54078
51970
 
54079
51971
 
54080
- var QRCode = __webpack_require__(22);
51972
+ var QRCode = __webpack_require__(20);
54081
51973
  /* harmony default export */ var qr_code_src_mainvue_type_script_lang_js_ = ({
54082
51974
  name: 'EsQrCode',
54083
51975
  props: {
@@ -55160,6 +53052,9 @@ retrial_auth_src_main.install = function (Vue) {
55160
53052
  };
55161
53053
 
55162
53054
  /* harmony default export */ var retrial_auth = (retrial_auth_src_main);
53055
+ // EXTERNAL MODULE: external "slate"
53056
+ var external_slate_ = __webpack_require__(21);
53057
+
55163
53058
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/select/src/main.vue?vue&type=script&lang=js&
55164
53059
  var select_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
55165
53060
 
@@ -56953,7 +54848,7 @@ mainvue_type_template_id_71e1a8ee_render._withStripped = true
56953
54848
  // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=71e1a8ee&
56954
54849
 
56955
54850
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
56956
- var clickoutside_ = __webpack_require__(17);
54851
+ var clickoutside_ = __webpack_require__(15);
56957
54852
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
56958
54853
 
56959
54854
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=script&lang=js&
@@ -58258,7 +56153,7 @@ selectionvue_type_template_id_66e09547_render._withStripped = true
58258
56153
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=66e09547&
58259
56154
 
58260
56155
  // EXTERNAL MODULE: external "sortablejs"
58261
- var external_sortablejs_ = __webpack_require__(18);
56156
+ var external_sortablejs_ = __webpack_require__(16);
58262
56157
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
58263
56158
 
58264
56159
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector-panel/src/selection.vue?vue&type=script&lang=js&
@@ -70709,8 +68604,7 @@ wxlogin_src_main.install = function (Vue) {
70709
68604
 
70710
68605
 
70711
68606
 
70712
-
70713
- var components = [packages_button, button_group, checkbox_group, card, cascader, clients, data_table, data_table_form, date_picker, packages_dialog, packages_editor, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icons, packages_input, input_number, packages_label, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
68607
+ var components = [packages_button, button_group, checkbox_group, card, cascader, clients, data_table, data_table_form, date_picker, packages_dialog, enterprise, error_page, packages_form, packages_flow, flow_group, flow_list, handle_user, packages_handler, icons, packages_input, input_number, packages_label, login, packages_main, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, retrial_auth, packages_select, select_ganged, selector, selector_panel, packages_sizer, steps, packages_switch, packages_tabs, tabs_panel, tips, packages_tree, tree_group, packages_toolbar, table_form, upload, wujie, wxlogin];
70714
68608
 
70715
68609
  var install = function install(Vue) {
70716
68610
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -70725,7 +68619,7 @@ if (typeof window !== 'undefined' && window.Vue) {
70725
68619
  }
70726
68620
 
70727
68621
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
70728
- version: '0.4.67',
68622
+ version: '0.4.68',
70729
68623
  install: install,
70730
68624
  Button: packages_button,
70731
68625
  ButtonGroup: button_group,
@@ -70737,7 +68631,6 @@ if (typeof window !== 'undefined' && window.Vue) {
70737
68631
  DataTableForm: data_table_form,
70738
68632
  DatePicker: date_picker,
70739
68633
  Dialog: packages_dialog,
70740
- Editor: packages_editor,
70741
68634
  Enterprise: enterprise,
70742
68635
  ErrorPage: error_page,
70743
68636
  Form: packages_form,