eoss-ui 0.4.23 → 0.4.25

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 (66) hide show
  1. package/lib/button-group.js +35 -35
  2. package/lib/button.js +35 -35
  3. package/lib/card.js +2 -2
  4. package/lib/cascader.js +2 -2
  5. package/lib/checkbox-group.js +35 -35
  6. package/lib/clients.js +2 -2
  7. package/lib/data-table-form.js +36 -35
  8. package/lib/data-table.js +36 -35
  9. package/lib/date-picker.js +35 -35
  10. package/lib/dialog.js +36 -35
  11. package/lib/enterprise.js +2 -2
  12. package/lib/eoss-ui.common.js +192 -152
  13. package/lib/error-page.js +2 -2
  14. package/lib/flow-group.js +35 -35
  15. package/lib/flow-list.js +185 -195
  16. package/lib/flow.js +80 -78
  17. package/lib/form.js +47 -39
  18. package/lib/handle-user.js +35 -35
  19. package/lib/handler.js +35 -35
  20. package/lib/icon.js +18 -11
  21. package/lib/index.js +1 -1
  22. package/lib/input-number.js +35 -35
  23. package/lib/input.js +35 -35
  24. package/lib/label.js +2 -2
  25. package/lib/login.js +36 -35
  26. package/lib/main.js +60 -43
  27. package/lib/mainComp.js +41 -40
  28. package/lib/menu.js +4 -3
  29. package/lib/nav.js +35 -35
  30. package/lib/notify.js +35 -35
  31. package/lib/page.js +35 -35
  32. package/lib/pagination.js +2 -2
  33. package/lib/player.js +52 -52
  34. package/lib/qr-code.js +37 -37
  35. package/lib/radio-group.js +35 -35
  36. package/lib/select-ganged.js +35 -35
  37. package/lib/select.js +35 -35
  38. package/lib/selector-panel.js +39 -38
  39. package/lib/selector.js +37 -37
  40. package/lib/sizer.js +35 -35
  41. package/lib/steps.js +35 -35
  42. package/lib/switch.js +35 -35
  43. package/lib/table-form.js +49 -41
  44. package/lib/tabs-panel.js +2 -2
  45. package/lib/tabs.js +35 -35
  46. package/lib/theme-chalk/index.css +1 -1
  47. package/lib/theme-chalk/menu.css +1 -1
  48. package/lib/tips.js +35 -35
  49. package/lib/toolbar.js +2 -2
  50. package/lib/tree-group.js +42 -42
  51. package/lib/tree.js +35 -35
  52. package/lib/upload.js +38 -38
  53. package/lib/wujie.js +35 -35
  54. package/lib/wxlogin.js +35 -35
  55. package/package.json +151 -151
  56. package/packages/flow/src/main.vue +9 -22
  57. package/packages/form/src/main.vue +6 -2
  58. package/packages/form/src/table.vue +9 -1
  59. package/packages/icon/src/icon.json +1 -0
  60. package/packages/icon/src/main.vue +3 -6
  61. package/packages/main/src/main.vue +16 -1
  62. package/packages/menu/src/main.vue +12 -8
  63. package/packages/theme-chalk/lib/index.css +1 -1
  64. package/packages/theme-chalk/lib/menu.css +1 -1
  65. package/packages/theme-chalk/src/menu.scss +4 -0
  66. package/src/index.js +1 -1
@@ -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 = 16);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 17);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -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__(17).sm2;
112
+ var sm2 = __webpack_require__(18).sm2;
113
113
 
114
114
 
115
115
 
@@ -2257,7 +2257,7 @@ var watermark = function watermark(option) {
2257
2257
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return doWechatQrLogin; });
2258
2258
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return mainConfig; });
2259
2259
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return initUserSet; });
2260
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserInfo; });
2260
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return updateUserInfo; });
2261
2261
  /* unused harmony export getUserImgUrl */
2262
2262
  /* unused harmony export getDoorIndex */
2263
2263
  /* unused harmony export refreshOnlineUsers */
@@ -2266,17 +2266,17 @@ var watermark = function watermark(option) {
2266
2266
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return getComplexApplications; });
2267
2267
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return getComplexApplicationsNew; });
2268
2268
  /* unused harmony export getUserCustomInfo */
2269
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateUserCustomInfo; });
2269
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Mb", function() { return updateUserCustomInfo; });
2270
2270
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return sysMsgPage; });
2271
2271
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return ignoreSysMsg; });
2272
2272
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return ignoreAllSysMsg; });
2273
2273
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return getAdjunctProperties; });
2274
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploads; });
2275
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadOnlyOne; });
2274
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return uploads; });
2275
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadOnlyOne; });
2276
2276
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return getAdjunctFileInfos; });
2277
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Pb", function() { return uploadSort; });
2277
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Qb", function() { return uploadSort; });
2278
2278
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return downloadByAdjunctId; });
2279
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Nb", function() { return uploadDownloads; });
2279
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ob", function() { return uploadDownloads; });
2280
2280
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ab", function() { return previewAdjunct; });
2281
2281
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bb", function() { return previewAdjunct2; });
2282
2282
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cb", function() { return previewAdjunctOffice; });
@@ -2293,13 +2293,13 @@ var watermark = function watermark(option) {
2293
2293
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return gethelpdoc; });
2294
2294
  /* unused harmony export getCurrentuser */
2295
2295
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return mainDetail; });
2296
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toStartFlow; });
2297
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return tempSave; });
2296
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartFlow; });
2297
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return tempSave; });
2298
2298
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return commonOpion; });
2299
2299
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return addCommonOpion; });
2300
2300
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return editCommonOpion; });
2301
2301
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "fb", function() { return saveCommonOpinion; });
2302
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return updateCommonOpinion; });
2302
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Lb", function() { return updateCommonOpinion; });
2303
2303
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return deleteCommonOpion; });
2304
2304
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return getProcessDefList; });
2305
2305
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "C", function() { return getNodeInfo; });
@@ -2307,46 +2307,46 @@ var watermark = function watermark(option) {
2307
2307
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return findSysCodes; });
2308
2308
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return getNotificationMsg; });
2309
2309
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return getHandleInfoHtml; });
2310
- /* unused harmony export taskHandleHtml */
2310
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskHandleHtml; });
2311
2311
  /* unused harmony export getView */
2312
2312
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return register; });
2313
2313
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return pendedhistoryList; });
2314
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toTaskRejectHtml; });
2315
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskRejectHtml; });
2316
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "yb", function() { return toStartTaskRead; });
2317
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskReadIndex; });
2318
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mb", function() { return taskReadHtml; });
2314
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskRejectHtml; });
2315
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskRejectHtml; });
2316
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "zb", function() { return toStartTaskRead; });
2317
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ab", function() { return toStartTaskReadIndex; });
2318
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nb", function() { return taskReadHtml; });
2319
2319
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eb", function() { return rejectAndEnd; });
2320
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toSendMsg; });
2320
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "xb", function() { return toSendMsg; });
2321
2321
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jb", function() { return sendMsg; });
2322
2322
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return endFlowHtml; });
2323
2323
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return handleInfo; });
2324
2324
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return loginUserInfo; });
2325
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Rb", function() { return wss; });
2326
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return topic; });
2325
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sb", function() { return wss; });
2326
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return topic; });
2327
2327
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return getPresetCustomInfo; });
2328
2328
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return getPresetNodeInfo; });
2329
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTransferIndex; });
2330
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTransfer; });
2331
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vb", function() { return toPresetInfoListIndex; });
2329
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskTransferIndex; });
2330
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskTransfer; });
2331
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "wb", function() { return toPresetInfoListIndex; });
2332
2332
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return deletePresetInfo; });
2333
2333
  /* unused harmony export historyListJson */
2334
2334
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return pendedhistoryListJson; });
2335
2335
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return pressListJson; });
2336
2336
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return deleteFlow; });
2337
2337
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return isCanStartSubFlow; });
2338
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Fb", function() { return toTaskUnionExamine; });
2339
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sb", function() { return taskUnionExamine; });
2340
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskTakeAdvice; });
2341
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskTakeAdvice; });
2342
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskStartDraft; });
2343
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskStartDraft; });
2344
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Bb", function() { return toTaskReview; });
2345
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ob", function() { return taskReview; });
2346
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionSeal; });
2347
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionSeal; });
2348
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTwoOfficesDispatch; });
2349
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Jb", function() { return twoOfficesDispatch; });
2338
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Gb", function() { return toTaskUnionExamine; });
2339
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tb", function() { return taskUnionExamine; });
2340
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Eb", function() { return toTaskTakeAdvice; });
2341
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "rb", function() { return taskTakeAdvice; });
2342
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Db", function() { return toTaskStartDraft; });
2343
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "qb", function() { return taskStartDraft; });
2344
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Cb", function() { return toTaskReview; });
2345
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return taskReview; });
2346
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Hb", function() { return toTaskUnionSeal; });
2347
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ub", function() { return taskUnionSeal; });
2348
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Ib", function() { return toTwoOfficesDispatch; });
2349
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Kb", function() { return twoOfficesDispatch; });
2350
2350
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ib", function() { return sendList; });
2351
2351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hb", function() { return sendInfo; });
2352
2352
  /* unused harmony export sendSave */
@@ -2627,49 +2627,55 @@ module.exports = require("wujie-vue2");
2627
2627
 
2628
2628
  /***/ }),
2629
2629
  /* 13 */
2630
+ /***/ (function(module) {
2631
+
2632
+ 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\"]");
2633
+
2634
+ /***/ }),
2635
+ /* 14 */
2630
2636
  /***/ (function(module, exports) {
2631
2637
 
2632
2638
  module.exports = require("video.js/dist/lang/zh-CN.json");
2633
2639
 
2634
2640
  /***/ }),
2635
- /* 14 */
2641
+ /* 15 */
2636
2642
  /***/ (function(module, exports) {
2637
2643
 
2638
2644
  module.exports = require("eoss-element/src/utils/clickoutside");
2639
2645
 
2640
2646
  /***/ }),
2641
- /* 15 */
2647
+ /* 16 */
2642
2648
  /***/ (function(module, exports) {
2643
2649
 
2644
2650
  module.exports = require("sortablejs");
2645
2651
 
2646
2652
  /***/ }),
2647
- /* 16 */
2653
+ /* 17 */
2648
2654
  /***/ (function(module, exports, __webpack_require__) {
2649
2655
 
2650
- module.exports = __webpack_require__(20);
2656
+ module.exports = __webpack_require__(21);
2651
2657
 
2652
2658
 
2653
2659
  /***/ }),
2654
- /* 17 */
2660
+ /* 18 */
2655
2661
  /***/ (function(module, exports) {
2656
2662
 
2657
2663
  module.exports = require("sm-crypto");
2658
2664
 
2659
2665
  /***/ }),
2660
- /* 18 */
2666
+ /* 19 */
2661
2667
  /***/ (function(module, exports) {
2662
2668
 
2663
2669
  module.exports = require("video.js/dist/video-js.css");
2664
2670
 
2665
2671
  /***/ }),
2666
- /* 19 */
2672
+ /* 20 */
2667
2673
  /***/ (function(module, exports) {
2668
2674
 
2669
2675
  module.exports = require("qrcode");
2670
2676
 
2671
2677
  /***/ }),
2672
- /* 20 */
2678
+ /* 21 */
2673
2679
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2674
2680
 
2675
2681
  "use strict";
@@ -11636,8 +11642,8 @@ error_page_src_main.install = function (Vue) {
11636
11642
  };
11637
11643
 
11638
11644
  /* harmony default export */ var error_page = (error_page_src_main);
11639
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=38ee15e0&
11640
- var mainvue_type_template_id_38ee15e0_render = function () {
11645
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=b2ff3114&
11646
+ var mainvue_type_template_id_b2ff3114_render = function () {
11641
11647
  var _vm = this
11642
11648
  var _h = _vm.$createElement
11643
11649
  var _c = _vm._self._c || _h
@@ -12027,10 +12033,11 @@ var mainvue_type_template_id_38ee15e0_render = function () {
12027
12033
  span: items.span || _vm.span,
12028
12034
  tableAfter: _vm.tableAfter,
12029
12035
  thead: _vm.thead,
12030
- model: _vm.models,
12031
12036
  readonly: _vm.readonly,
12032
12037
  contents: items.contents,
12033
12038
  widths: _vm.widths,
12039
+ zoom: _vm.zoom,
12040
+ model: _vm.models,
12034
12041
  },
12035
12042
  on: {
12036
12043
  "update:model": function ($event) {
@@ -14371,6 +14378,7 @@ var mainvue_type_template_id_38ee15e0_render = function () {
14371
14378
  "label-width": _vm.labelWidth,
14372
14379
  span: _vm.span,
14373
14380
  widths: _vm.widths,
14381
+ zoom: _vm.zoom,
14374
14382
  model: _vm.models,
14375
14383
  },
14376
14384
  on: {
@@ -16774,6 +16782,7 @@ var mainvue_type_template_id_38ee15e0_render = function () {
16774
16782
  model: _vm.models,
16775
16783
  readonly: _vm.readonly,
16776
16784
  contents: items.contents,
16785
+ zoom: _vm.zoom,
16777
16786
  widths: _vm.widths,
16778
16787
  },
16779
16788
  on: {
@@ -18828,12 +18837,13 @@ var mainvue_type_template_id_38ee15e0_render = function () {
18828
18837
  attrs: {
18829
18838
  tableAfter: _vm.tableAfter,
18830
18839
  thead: _vm.thead,
18831
- model: _vm.models,
18832
18840
  contents: _vm.formContent,
18833
18841
  readonly: _vm.readonly,
18834
18842
  "label-width": _vm.labelWidth,
18835
18843
  span: _vm.span,
18836
18844
  widths: _vm.widths,
18845
+ zoom: _vm.zoom,
18846
+ model: _vm.models,
18837
18847
  },
18838
18848
  on: {
18839
18849
  "update:model": function ($event) {
@@ -20887,11 +20897,11 @@ var mainvue_type_template_id_38ee15e0_render = function () {
20887
20897
  2
20888
20898
  )
20889
20899
  }
20890
- var mainvue_type_template_id_38ee15e0_staticRenderFns = []
20891
- mainvue_type_template_id_38ee15e0_render._withStripped = true
20900
+ var mainvue_type_template_id_b2ff3114_staticRenderFns = []
20901
+ mainvue_type_template_id_b2ff3114_render._withStripped = true
20892
20902
 
20893
20903
 
20894
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=38ee15e0&
20904
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=b2ff3114&
20895
20905
 
20896
20906
  // CONCATENATED MODULE: ./src/utils/rules.js
20897
20907
  // 手机号
@@ -24429,6 +24439,10 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
24429
24439
  //
24430
24440
  //
24431
24441
  //
24442
+ //
24443
+ //
24444
+ //
24445
+ //
24432
24446
 
24433
24447
 
24434
24448
 
@@ -25604,8 +25618,8 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
25604
25618
 
25605
25619
  var form_src_main_component = normalizeComponent(
25606
25620
  packages_form_src_mainvue_type_script_lang_js_,
25607
- mainvue_type_template_id_38ee15e0_render,
25608
- mainvue_type_template_id_38ee15e0_staticRenderFns,
25621
+ mainvue_type_template_id_b2ff3114_render,
25622
+ mainvue_type_template_id_b2ff3114_staticRenderFns,
25609
25623
  false,
25610
25624
  null,
25611
25625
  null,
@@ -25622,8 +25636,8 @@ form_src_main.install = function (Vue) {
25622
25636
  };
25623
25637
 
25624
25638
  /* harmony default export */ var packages_form = (form_src_main);
25625
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=8bef2c20&
25626
- var mainvue_type_template_id_8bef2c20_render = function () {
25639
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=f82d34b0&
25640
+ var mainvue_type_template_id_f82d34b0_render = function () {
25627
25641
  var _vm = this
25628
25642
  var _h = _vm.$createElement
25629
25643
  var _c = _vm._self._c || _h
@@ -26943,11 +26957,11 @@ var mainvue_type_template_id_8bef2c20_render = function () {
26943
26957
  1
26944
26958
  )
26945
26959
  }
26946
- var mainvue_type_template_id_8bef2c20_staticRenderFns = []
26947
- mainvue_type_template_id_8bef2c20_render._withStripped = true
26960
+ var mainvue_type_template_id_f82d34b0_staticRenderFns = []
26961
+ mainvue_type_template_id_f82d34b0_render._withStripped = true
26948
26962
 
26949
26963
 
26950
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8bef2c20&
26964
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=f82d34b0&
26951
26965
 
26952
26966
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7caa8c4c&
26953
26967
  var CommonOpinionsvue_type_template_id_7caa8c4c_render = function () {
@@ -27808,7 +27822,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
27808
27822
  }
27809
27823
  this.loading = utils_util["a" /* default */].loading(this.$loading, '提交中...');
27810
27824
  utils_util["a" /* default */].ajax({
27811
- url: data.id ? api["Kb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
27825
+ url: data.id ? api["Lb" /* updateCommonOpinion */] : api["fb" /* saveCommonOpinion */],
27812
27826
  data: info,
27813
27827
  header: { 'Content-Type': 'multipart/form-data' },
27814
27828
  method: 'post'
@@ -30491,7 +30505,7 @@ var processFormvue_type_script_lang_js_components;
30491
30505
  businessId: this.businessId
30492
30506
  };
30493
30507
  // 获取节点
30494
- utils_util["a" /* default */].ajax({ url: api["xb" /* toStartFlow */], params: params }).then(function (res) {
30508
+ utils_util["a" /* default */].ajax({ url: api["yb" /* toStartFlow */], params: params }).then(function (res) {
30495
30509
  //pc接口返回数据处理
30496
30510
  var status = res.status,
30497
30511
  message = res.message,
@@ -31146,7 +31160,7 @@ SendMsgvue_type_template_id_7d374b0a_render._withStripped = true
31146
31160
 
31147
31161
  this.loading = true;
31148
31162
  utils_util["a" /* default */].ajax({
31149
- url: api["wb" /* toSendMsg */],
31163
+ url: api["xb" /* toSendMsg */],
31150
31164
  params: { pendingId: this.$attrs.pendingId }
31151
31165
  }).then(function (res) {
31152
31166
  var status = res.status,
@@ -31961,7 +31975,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
31961
31975
  userId: utils_util["a" /* default */].getStorage('userId'),
31962
31976
  nextNodeId: _this2.nextNode.nextNodeId
31963
31977
  };
31964
- utils_util["a" /* default */].ajax({ url: api["nb" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
31978
+ utils_util["a" /* default */].ajax({ url: api["ob" /* taskRejectHtml */], method: 'post', data: params }).then(function (res) {
31965
31979
  var status = res.status,
31966
31980
  message = res.message;
31967
31981
 
@@ -32016,7 +32030,7 @@ processRejectvue_type_template_id_4de07824_render._withStripped = true
32016
32030
  isSinglePage: false,
32017
32031
  opinion: this.option
32018
32032
  };
32019
- utils_util["a" /* default */].ajax({ url: api["Ab" /* toTaskRejectHtml */], params: params }).then(function (res) {
32033
+ utils_util["a" /* default */].ajax({ url: api["Bb" /* toTaskRejectHtml */], params: params }).then(function (res) {
32020
32034
  var status = res.status,
32021
32035
  message = res.message,
32022
32036
  _res$data = res.data,
@@ -32688,7 +32702,7 @@ var startTaskReadvue_type_script_lang_js_components;
32688
32702
  taskExamine = this.taskExamine;
32689
32703
 
32690
32704
  var params = {
32691
- url: api["Eb" /* toTaskTransferIndex */],
32705
+ url: api["Fb" /* toTaskTransferIndex */],
32692
32706
  params: {
32693
32707
  opinion: opinion,
32694
32708
  pendingId: pendingId,
@@ -32813,7 +32827,7 @@ var startTaskReadvue_type_script_lang_js_components;
32813
32827
  var _this3 = this;
32814
32828
 
32815
32829
  var params = {
32816
- url: api["yb" /* toStartTaskRead */],
32830
+ url: api["zb" /* toStartTaskRead */],
32817
32831
  params: { pendingId: this.pendingId, taskAction: this.type }
32818
32832
  };
32819
32833
  if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
@@ -32883,7 +32897,7 @@ var startTaskReadvue_type_script_lang_js_components;
32883
32897
  multiple = this.multiple;
32884
32898
 
32885
32899
  var params = {
32886
- url: api["rb" /* taskTransfer */],
32900
+ url: api["sb" /* taskTransfer */],
32887
32901
  data: {
32888
32902
  choiceDeptId: choiceDeptId,
32889
32903
  choiceOrgId: choiceOrgId,
@@ -32971,7 +32985,7 @@ var startTaskReadvue_type_script_lang_js_components;
32971
32985
  !download && delete params.isDownload;
32972
32986
  isCdjxjTaskHandle == 'true' && delete params.noticeType;
32973
32987
  utils_util["a" /* default */].ajax({
32974
- url: api["mb" /* taskReadHtml */],
32988
+ url: api["nb" /* taskReadHtml */],
32975
32989
  params: { taskAction: _this7.type },
32976
32990
  headers: { Accept: 'application/json,text/plain' },
32977
32991
  method: 'post',
@@ -33463,7 +33477,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
33463
33477
  pendingId = this.pendingId;
33464
33478
 
33465
33479
  var params = {
33466
- url: api["ob" /* taskReview */],
33480
+ url: api["pb" /* taskReview */],
33467
33481
  data: {
33468
33482
  nextUserId: nextOtherOrgObj.join(','),
33469
33483
  notificationType: noticeType.join(','),
@@ -33499,7 +33513,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
33499
33513
  var _this2 = this;
33500
33514
 
33501
33515
  var params = {
33502
- url: api["Bb" /* toTaskReview */],
33516
+ url: api["Cb" /* toTaskReview */],
33503
33517
  params: { pendingId: this.pendingId }
33504
33518
  };
33505
33519
  utils_util["a" /* default */].ajax(params).then(function (res) {
@@ -33534,7 +33548,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
33534
33548
  var _this3 = this;
33535
33549
 
33536
33550
  var params = {
33537
- url: this.type == 'takeAdvice' ? api["Db" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Cb" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Gb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Hb" /* toTwoOfficesDispatch */] : api["Fb" /* toTaskUnionExamine */],
33551
+ url: this.type == 'takeAdvice' ? api["Eb" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["Db" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Hb" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? api["Ib" /* toTwoOfficesDispatch */] : api["Gb" /* toTaskUnionExamine */],
33538
33552
  params: { pendingId: this.pendingId },
33539
33553
  headers: { Accept: 'application/json,text/plain' }
33540
33554
  };
@@ -33628,7 +33642,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
33628
33642
  // if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
33629
33643
  // return this.$message.warning('暂未开放,敬请期待!');
33630
33644
  var param = {
33631
- url: this.type === 'startDraf' ? api["pb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["tb" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Jb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["qb" /* taskTakeAdvice */] : api["sb" /* taskUnionExamine */],
33645
+ url: this.type === 'startDraf' ? api["qb" /* taskStartDraft */] : this.type == 'unionSeal' ? api["ub" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? api["Kb" /* twoOfficesDispatch */] : this.type == 'takeAdvice' ? api["rb" /* taskTakeAdvice */] : api["tb" /* taskUnionExamine */],
33632
33646
  data: {
33633
33647
  opinion: opinion,
33634
33648
  pendingId: pendingId,
@@ -34639,7 +34653,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34639
34653
  opinion: _this2.value
34640
34654
  };
34641
34655
  utils_util["a" /* default */].ajax({
34642
- url: api["mb" /* taskReadHtml */],
34656
+ url: api["nb" /* taskReadHtml */],
34643
34657
  params: { taskAction: 'complete' },
34644
34658
  headers: { Accept: 'application/json,text/plain' },
34645
34659
  method: 'post',
@@ -34669,7 +34683,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34669
34683
 
34670
34684
  this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
34671
34685
  utils_util["a" /* default */].ajax({
34672
- url: api["zb" /* toStartTaskReadIndex */],
34686
+ url: api["Ab" /* toStartTaskReadIndex */],
34673
34687
  params: { pendingId: this.pendingId }
34674
34688
  }).then(function (res) {
34675
34689
  var status = res.status,
@@ -34765,12 +34779,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34765
34779
 
34766
34780
  if (this.isFlow) {
34767
34781
  if (!type) {
34768
- if (btn.before) {
34782
+ if (btn && btn.before) {
34769
34783
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
34770
34784
  _this6.$emit('save', _this6.businessIds);
34771
34785
  }).catch(function (e) {});
34772
34786
  } else if (this.beforeSubmit != undefined) {
34773
- this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
34787
+ this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
34774
34788
  _this6.$emit('save', _this6.businessIds);
34775
34789
  }).catch(function (e) {});
34776
34790
  } else {
@@ -34778,14 +34792,14 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34778
34792
  }
34779
34793
  }
34780
34794
  } else {
34781
- if (btn.before && !type) {
34795
+ if (btn && btn.before && !type) {
34782
34796
  btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
34783
34797
  _this6.saveFlowInfo();
34784
34798
  }).catch(function (e) {});
34785
34799
  } else if (this.beforeSubmit == undefined && !type) {
34786
34800
  this.subFun(this.saveFlowInfo);
34787
34801
  } else if (!type && this.beforeSubmit != undefined) {
34788
- this.beforeSubmit(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
34802
+ this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
34789
34803
  _this6.saveFlowInfo();
34790
34804
  }).catch(function (e) {});
34791
34805
  } else {
@@ -34801,7 +34815,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
34801
34815
  pendingId: this.pendingId
34802
34816
  };
34803
34817
  this.loading = utils_util["a" /* default */].loading(this.$loading, '保存中...');
34804
- utils_util["a" /* default */].ajax({ url: api["ub" /* tempSave */], params: params }).then(function (res) {
34818
+ utils_util["a" /* default */].ajax({ url: api["vb" /* tempSave */], params: params }).then(function (res) {
34805
34819
  var status = res.status,
34806
34820
  message = res.message;
34807
34821
 
@@ -35193,7 +35207,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35193
35207
  showid: data.nextUserList[0].userId
35194
35208
  });
35195
35209
  }
35196
- // this.userSelectionType = results.nodeExtAttr.userSelectionType;
35197
35210
  _this12.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
35198
35211
  _this12.isCustomUser = data.nodeExtAttr.isCustomUser;
35199
35212
  _this12.presetEdit = data.nodeExtAttr.presetEdit;
@@ -35256,13 +35269,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35256
35269
  this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
35257
35270
  }
35258
35271
  }
35259
- // else {
35260
- // this.nextNodeList.map(item => {
35261
- // if (item.nodeId === val) {
35262
- // this.isMultiple(item.transRule.userSelectionType);
35263
- // }
35264
- // });
35265
- // }
35266
35272
 
35267
35273
  if (val === 9) {
35268
35274
  this.isReject = true;
@@ -35390,9 +35396,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35390
35396
  if (item.taskNodeList != null) {
35391
35397
  _this14.nodeInfos = item.taskNodeList;
35392
35398
  }
35393
- // if (item.taskNodeList) {
35394
- // this.nextNode.nextNodeId = item.taskNodeList[0].nodeId;
35395
- // }
35396
35399
  }
35397
35400
  if (taskOperations.length == 1) {
35398
35401
  _this14.nodeInfos = [];
@@ -35487,11 +35490,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35487
35490
  _this14.moreList.push(item);
35488
35491
  }
35489
35492
  });
35490
- // else if (
35491
- // item.fun === 'toSendMsg()' ||
35492
- // item.fun === 'toStartDraf()'
35493
- // ) {
35494
- // }
35495
35493
  }
35496
35494
  _this14.isCustomPreset = isCustomPreset;
35497
35495
  _this14.isPreset = isPreset;
@@ -35673,7 +35671,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35673
35671
  switch (_context.prev = _context.next) {
35674
35672
  case 0:
35675
35673
  if (!valid) {
35676
- _context.next = 56;
35674
+ _context.next = 55;
35677
35675
  break;
35678
35676
  }
35679
35677
 
@@ -35825,12 +35823,29 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35825
35823
  params.processDefinitionId = taskExamineInfo.processDefinitionId;
35826
35824
  params.isSubFlow = taskExamineInfo.isSubFlow;
35827
35825
  params.nodeId = taskExamineInfo.nodeId;
35828
- return _context.abrupt('return');
35826
+ return _context.abrupt('return', utils_util["a" /* default */].ajax({ url: api["mb" /* taskHandleHtml */], method: 'post', data: params }).then(function (res) {
35827
+ var status = res.status,
35828
+ message = res.message;
35829
+
35830
+ _this18.loading.close();
35831
+ if (status === 'success') {
35832
+ _this18.$message.success('提交成功');
35833
+ _this18.$emit('success');
35834
+ } else {
35835
+ _this18.$message.error(message || '系统错误,请联系管理员!');
35836
+ _this18.$emit('error');
35837
+ }
35838
+ }).catch(function (err) {
35839
+ _this18.loading.close();
35840
+ if (err.message && err.message !== 'canceled') {
35841
+ _this18.$message.error(err.message);
35842
+ }
35843
+ }));
35829
35844
 
35830
- case 56:
35845
+ case 55:
35831
35846
  return _context.abrupt('return', false);
35832
35847
 
35833
- case 57:
35848
+ case 56:
35834
35849
  case 'end':
35835
35850
  return _context.stop();
35836
35851
  }
@@ -35857,8 +35872,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
35857
35872
 
35858
35873
  var flow_src_main_component = normalizeComponent(
35859
35874
  packages_flow_src_mainvue_type_script_lang_js_,
35860
- mainvue_type_template_id_8bef2c20_render,
35861
- mainvue_type_template_id_8bef2c20_staticRenderFns,
35875
+ mainvue_type_template_id_f82d34b0_render,
35876
+ mainvue_type_template_id_f82d34b0_staticRenderFns,
35862
35877
  false,
35863
35878
  null,
35864
35879
  null,
@@ -38947,7 +38962,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
38947
38962
  var _this6 = this;
38948
38963
 
38949
38964
  var param = {
38950
- url: api["vb" /* toPresetInfoListIndex */],
38965
+ url: api["wb" /* toPresetInfoListIndex */],
38951
38966
  params: { apprecordid: this.businessId }
38952
38967
  };
38953
38968
  utils_util["a" /* default */].ajax(param).then(function (res) {
@@ -39734,8 +39749,8 @@ handler_src_main.install = function (Vue) {
39734
39749
  };
39735
39750
 
39736
39751
  /* harmony default export */ var packages_handler = (handler_src_main);
39737
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=7d868ea8&
39738
- var mainvue_type_template_id_7d868ea8_render = function () {
39752
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=7245ba78&
39753
+ var mainvue_type_template_id_7245ba78_render = function () {
39739
39754
  var _vm = this
39740
39755
  var _h = _vm.$createElement
39741
39756
  var _c = _vm._self._c || _h
@@ -39809,7 +39824,7 @@ var mainvue_type_template_id_7d868ea8_render = function () {
39809
39824
  _c(
39810
39825
  "ul",
39811
39826
  { staticClass: "es-icon-list" },
39812
- _vm._l(_vm.$icon, function (name) {
39827
+ _vm._l(_vm.list, function (name) {
39813
39828
  return _c(
39814
39829
  "li",
39815
39830
  {
@@ -39842,11 +39857,14 @@ var mainvue_type_template_id_7d868ea8_render = function () {
39842
39857
  1
39843
39858
  )
39844
39859
  }
39845
- var mainvue_type_template_id_7d868ea8_staticRenderFns = []
39846
- mainvue_type_template_id_7d868ea8_render._withStripped = true
39860
+ var mainvue_type_template_id_7245ba78_staticRenderFns = []
39861
+ mainvue_type_template_id_7245ba78_render._withStripped = true
39862
+
39847
39863
 
39864
+ // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=7245ba78&
39848
39865
 
39849
- // CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=7d868ea8&
39866
+ // EXTERNAL MODULE: ./packages/icon/src/icon.json
39867
+ var icon = __webpack_require__(13);
39850
39868
 
39851
39869
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=script&lang=js&
39852
39870
  //
@@ -39879,12 +39897,8 @@ mainvue_type_template_id_7d868ea8_render._withStripped = true
39879
39897
  //
39880
39898
  //
39881
39899
  //
39882
- //
39883
- //
39884
- //
39885
- //
39886
39900
 
39887
- //import util from 'eoss-ui/src/utils/util';
39901
+
39888
39902
  /* harmony default export */ var icon_src_mainvue_type_script_lang_js_ = ({
39889
39903
  name: 'EsIcon',
39890
39904
  inheritAttrs: false,
@@ -39913,6 +39927,7 @@ mainvue_type_template_id_7d868ea8_render._withStripped = true
39913
39927
  },
39914
39928
  data: function data() {
39915
39929
  return {
39930
+ list: icon,
39916
39931
  icon: null,
39917
39932
  visible: false
39918
39933
  };
@@ -39944,8 +39959,8 @@ mainvue_type_template_id_7d868ea8_render._withStripped = true
39944
39959
 
39945
39960
  var icon_src_main_component = normalizeComponent(
39946
39961
  packages_icon_src_mainvue_type_script_lang_js_,
39947
- mainvue_type_template_id_7d868ea8_render,
39948
- mainvue_type_template_id_7d868ea8_staticRenderFns,
39962
+ mainvue_type_template_id_7245ba78_render,
39963
+ mainvue_type_template_id_7245ba78_staticRenderFns,
39949
39964
  false,
39950
39965
  null,
39951
39966
  null,
@@ -39961,7 +39976,7 @@ icon_src_main.install = function (Vue) {
39961
39976
  return Vue.component(icon_src_main.name, icon_src_main);
39962
39977
  };
39963
39978
 
39964
- /* harmony default export */ var icon = (icon_src_main);
39979
+ /* harmony default export */ var packages_icon = (icon_src_main);
39965
39980
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/input/src/main.vue?vue&type=script&lang=js&
39966
39981
  var input_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; };
39967
39982
 
@@ -42977,8 +42992,8 @@ login_src_main.install = function (Vue) {
42977
42992
  };
42978
42993
 
42979
42994
  /* harmony default export */ var login = (login_src_main);
42980
- // 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=9860f06c&
42981
- var mainvue_type_template_id_9860f06c_render = function () {
42995
+ // 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=23fb4503&
42996
+ var mainvue_type_template_id_23fb4503_render = function () {
42982
42997
  var _vm = this
42983
42998
  var _h = _vm.$createElement
42984
42999
  var _c = _vm._self._c || _h
@@ -43392,11 +43407,11 @@ var mainvue_type_template_id_9860f06c_render = function () {
43392
43407
  1
43393
43408
  )
43394
43409
  }
43395
- var mainvue_type_template_id_9860f06c_staticRenderFns = []
43396
- mainvue_type_template_id_9860f06c_render._withStripped = true
43410
+ var mainvue_type_template_id_23fb4503_staticRenderFns = []
43411
+ mainvue_type_template_id_23fb4503_render._withStripped = true
43397
43412
 
43398
43413
 
43399
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=9860f06c&
43414
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=23fb4503&
43400
43415
 
43401
43416
  // 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=d575fa30&
43402
43417
  var userinfovue_type_template_id_d575fa30_render = function () {
@@ -43720,7 +43735,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
43720
43735
  var _this4 = this;
43721
43736
 
43722
43737
  utils_util["a" /* default */].ajax({
43723
- url: api["Mb" /* updateUserInfo */],
43738
+ url: api["Nb" /* updateUserInfo */],
43724
43739
  params: {
43725
43740
  email: this.values.email,
43726
43741
  officeTel: this.values.officetel,
@@ -43759,7 +43774,7 @@ userinfovue_type_template_id_d575fa30_render._withStripped = true
43759
43774
  var notify = _this4.values.notify.sort().join(',');
43760
43775
  if (notify != _this4.notify.split(',').sort().join(',')) {
43761
43776
  utils_util["a" /* default */].ajax({
43762
- url: api["Lb" /* updateUserCustomInfo */],
43777
+ url: api["Mb" /* updateUserCustomInfo */],
43763
43778
  params: {
43764
43779
  notify: notify
43765
43780
  }
@@ -45211,6 +45226,7 @@ var log = utils_util["a" /* default */].getParams('console');
45211
45226
  type: String,
45212
45227
  default: ''
45213
45228
  },
45229
+ param: Object,
45214
45230
  header: {
45215
45231
  type: Boolean,
45216
45232
  default: true
@@ -45585,6 +45601,21 @@ var log = utils_util["a" /* default */].getParams('console');
45585
45601
  }
45586
45602
  });
45587
45603
  },
45604
+
45605
+ // 将chalk写入到页面中
45606
+ handleColorToPage: function handleColorToPage(globalThalk) {
45607
+ var thalk = document.getElementById('chalk-style');
45608
+ if (!thalk) {
45609
+ var ele = document.createElement('style');
45610
+ ele.setAttribute('id', 'chalk-style');
45611
+ ele.innerText = globalThalk;
45612
+ document.head.appendChild(ele);
45613
+ }
45614
+ // 如果设置过主题的话
45615
+ else {
45616
+ thalk.innerText = globalThalk;
45617
+ }
45618
+ },
45588
45619
  renderMenu: function renderMenu() {
45589
45620
  if (this.data !== undefined && this.data.length) {
45590
45621
  this.menus = JSON.parse(JSON.stringify(this.data));
@@ -45618,7 +45649,7 @@ var log = utils_util["a" /* default */].getParams('console');
45618
45649
  return;
45619
45650
  }
45620
45651
  utils_util["a" /* default */].ajax({
45621
- url: api["Lb" /* updateUserCustomInfo */],
45652
+ url: api["Mb" /* updateUserCustomInfo */],
45622
45653
  params: { color: escape(color.toLowerCase()) },
45623
45654
  data: { color: escape(color.toLowerCase()) }
45624
45655
  }).then(function (res) {
@@ -45814,7 +45845,7 @@ var log = utils_util["a" /* default */].getParams('console');
45814
45845
  getMenu: function getMenu() {
45815
45846
  var _this5 = this;
45816
45847
 
45817
- utils_util["a" /* default */].ajax({ url: this.action }).then(function (res) {
45848
+ utils_util["a" /* default */].ajax({ url: this.action, params: this.param ? this.param : {} }).then(function (res) {
45818
45849
  if (res.rCode === 0) {
45819
45850
  _this5.menus = JSON.parse(JSON.stringify(res.results));
45820
45851
  var applicationid = utils_util["a" /* default */].getParams('applicationid') || utils_util["a" /* default */].getParams('applicationId');
@@ -46385,7 +46416,7 @@ var log = utils_util["a" /* default */].getParams('console');
46385
46416
  initWebSocket: function initWebSocket() {
46386
46417
  //初始化weosocket
46387
46418
  if (!this.websocket) {
46388
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
46419
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
46389
46420
  this.websocket = new external_sockjs_client_default.a(url);
46390
46421
  }
46391
46422
  this.client = external_stompjs_default.a.over(this.websocket);
@@ -46400,7 +46431,7 @@ var log = utils_util["a" /* default */].getParams('console');
46400
46431
  client.connect({}, function () {
46401
46432
  //localStorage.setItem("socket",true);
46402
46433
  //订阅服务端的
46403
- client.subscribe(api["Ib" /* topic */], function (response) {
46434
+ client.subscribe(api["Jb" /* topic */], function (response) {
46404
46435
  var res = JSON.parse(response.body);
46405
46436
  var data = res.data;
46406
46437
  for (var i in data) {
@@ -46541,8 +46572,8 @@ var log = utils_util["a" /* default */].getParams('console');
46541
46572
 
46542
46573
  var main_src_main_component = normalizeComponent(
46543
46574
  packages_main_src_mainvue_type_script_lang_js_,
46544
- mainvue_type_template_id_9860f06c_render,
46545
- mainvue_type_template_id_9860f06c_staticRenderFns,
46575
+ mainvue_type_template_id_23fb4503_render,
46576
+ mainvue_type_template_id_23fb4503_staticRenderFns,
46546
46577
  false,
46547
46578
  null,
46548
46579
  null,
@@ -47297,7 +47328,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
47297
47328
  var _this4 = this;
47298
47329
 
47299
47330
  utils_util["a" /* default */].ajax({
47300
- url: api["Mb" /* updateUserInfo */],
47331
+ url: api["Nb" /* updateUserInfo */],
47301
47332
  params: {
47302
47333
  email: this.values.email,
47303
47334
  officeTel: this.values.officetel,
@@ -47335,7 +47366,7 @@ userinfovue_type_template_id_5902ef8f_render._withStripped = true
47335
47366
  var notify = _this4.values.notify.sort().join(',');
47336
47367
  if (notify != _this4.notify.split(',').sort().join(',')) {
47337
47368
  utils_util["a" /* default */].ajax({
47338
- url: api["Lb" /* updateUserCustomInfo */],
47369
+ url: api["Mb" /* updateUserCustomInfo */],
47339
47370
  params: {
47340
47371
  notify: notify
47341
47372
  }
@@ -49230,7 +49261,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
49230
49261
  return;
49231
49262
  }
49232
49263
  utils_util["a" /* default */].ajax({
49233
- url: api["Lb" /* updateUserCustomInfo */],
49264
+ url: api["Mb" /* updateUserCustomInfo */],
49234
49265
  params: { color: escape(color.toLowerCase()) },
49235
49266
  data: { color: escape(color.toLowerCase()) }
49236
49267
  }).then(function (res) {
@@ -50214,7 +50245,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
50214
50245
  //初始化weosocket
50215
50246
  //初始化weosocket
50216
50247
  if (!this.websocket) {
50217
- var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Rb" /* wss */];
50248
+ var url = (utils_util["a" /* default */].getStorage('wshost') || '') + api["Sb" /* wss */];
50218
50249
  this.websocket = new external_sockjs_client_default.a(url);
50219
50250
  }
50220
50251
 
@@ -50229,7 +50260,7 @@ var mainvue_type_script_lang_js_isIE = navigator.userAgent.indexOf('MSIE') != -1
50229
50260
  client.connect({}, function () {
50230
50261
  //localStorage.setItem("socket",true);
50231
50262
  //订阅服务端的
50232
- client.subscribe(api["Ib" /* topic */], function (response) {
50263
+ client.subscribe(api["Jb" /* topic */], function (response) {
50233
50264
  var res = JSON.parse(response.body);
50234
50265
  var data = res.data;
50235
50266
  for (var i in data) {
@@ -50626,7 +50657,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50626
50657
  doms = doms.concat(_this4.getSub(item, h, 'es-sub-menu'));
50627
50658
  } else {
50628
50659
  var title = [h('i', {
50629
- class: item.icons ? _this4.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application',
50660
+ class: [item.icons ? _this4.unicode(item.icons) ? item.icons : 'es-icons iconfont' : 'es-icon-application', 'es-menu-item-icon'],
50630
50661
  domProps: item.icons === '' || _this4.unicode(item.icons) ? {} : { innerHTML: item.icons }
50631
50662
  }), h('div', {
50632
50663
  class: 'es-menu-title-text es-menu-title-' + _this4.mode
@@ -50645,6 +50676,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
50645
50676
  }
50646
50677
  }, [item.text])])];
50647
50678
  doms.push(h('el-menu-item', {
50679
+ class: ['es-menu-item-' + _this4.mode],
50648
50680
  props: {
50649
50681
  paddingLeft: _this4.paddingLeft
50650
50682
  },
@@ -52257,11 +52289,11 @@ var external_video_js_ = __webpack_require__(9);
52257
52289
  var external_video_js_default = /*#__PURE__*/__webpack_require__.n(external_video_js_);
52258
52290
 
52259
52291
  // EXTERNAL MODULE: external "video.js/dist/lang/zh-CN.json"
52260
- var zh_CN_json_ = __webpack_require__(13);
52292
+ var zh_CN_json_ = __webpack_require__(14);
52261
52293
  var zh_CN_json_default = /*#__PURE__*/__webpack_require__.n(zh_CN_json_);
52262
52294
 
52263
52295
  // EXTERNAL MODULE: external "video.js/dist/video-js.css"
52264
- var video_js_css_ = __webpack_require__(18);
52296
+ var video_js_css_ = __webpack_require__(19);
52265
52297
 
52266
52298
  // 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&
52267
52299
  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; };
@@ -52552,7 +52584,7 @@ mainvue_type_template_id_31151606_render._withStripped = true
52552
52584
  //
52553
52585
 
52554
52586
 
52555
- var QRCode = __webpack_require__(19);
52587
+ var QRCode = __webpack_require__(20);
52556
52588
  /* harmony default export */ var qr_code_src_mainvue_type_script_lang_js_ = ({
52557
52589
  name: 'EsQrCode',
52558
52590
  props: {
@@ -54889,7 +54921,7 @@ mainvue_type_template_id_1505d4de_render._withStripped = true
54889
54921
  // CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=1505d4de&
54890
54922
 
54891
54923
  // EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
54892
- var clickoutside_ = __webpack_require__(14);
54924
+ var clickoutside_ = __webpack_require__(15);
54893
54925
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
54894
54926
 
54895
54927
  // 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&
@@ -56181,7 +56213,7 @@ selectionvue_type_template_id_53f997f6_render._withStripped = true
56181
56213
  // CONCATENATED MODULE: ./packages/selector-panel/src/selection.vue?vue&type=template&id=53f997f6&
56182
56214
 
56183
56215
  // EXTERNAL MODULE: external "sortablejs"
56184
- var external_sortablejs_ = __webpack_require__(15);
56216
+ var external_sortablejs_ = __webpack_require__(16);
56185
56217
  var external_sortablejs_default = /*#__PURE__*/__webpack_require__.n(external_sortablejs_);
56186
56218
 
56187
56219
  // 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&
@@ -62795,8 +62827,8 @@ toolbar_src_main.install = function (Vue) {
62795
62827
  };
62796
62828
 
62797
62829
  /* harmony default export */ var packages_toolbar = (toolbar_src_main);
62798
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=71bfdbb8&
62799
- var tablevue_type_template_id_71bfdbb8_render = function () {
62830
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=template&id=9709df68&
62831
+ var tablevue_type_template_id_9709df68_render = function () {
62800
62832
  var _vm = this
62801
62833
  var _h = _vm.$createElement
62802
62834
  var _c = _vm._self._c || _h
@@ -65330,11 +65362,11 @@ var tablevue_type_template_id_71bfdbb8_render = function () {
65330
65362
  2
65331
65363
  )
65332
65364
  }
65333
- var tablevue_type_template_id_71bfdbb8_staticRenderFns = []
65334
- tablevue_type_template_id_71bfdbb8_render._withStripped = true
65365
+ var tablevue_type_template_id_9709df68_staticRenderFns = []
65366
+ tablevue_type_template_id_9709df68_render._withStripped = true
65335
65367
 
65336
65368
 
65337
- // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=71bfdbb8&
65369
+ // CONCATENATED MODULE: ./packages/form/src/table.vue?vue&type=template&id=9709df68&
65338
65370
 
65339
65371
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/table.vue?vue&type=script&lang=js&
65340
65372
  //
@@ -66361,7 +66393,8 @@ tablevue_type_template_id_71bfdbb8_render._withStripped = true
66361
66393
  },
66362
66394
  caption: String,
66363
66395
  widths: Array,
66364
- thead: Array
66396
+ thead: Array,
66397
+ zoom: false
66365
66398
  },
66366
66399
  computed: {
66367
66400
  content: function content() {
@@ -66439,6 +66472,13 @@ tablevue_type_template_id_71bfdbb8_render._withStripped = true
66439
66472
  }
66440
66473
  }
66441
66474
  },
66475
+ watch: {
66476
+ zoom: {
66477
+ handler: function handler(val) {
66478
+ this.getWidth();
66479
+ }
66480
+ }
66481
+ },
66442
66482
  data: function data() {
66443
66483
  return {
66444
66484
  col: this.span ? this.span : 2,
@@ -66581,8 +66621,8 @@ tablevue_type_template_id_71bfdbb8_render._withStripped = true
66581
66621
 
66582
66622
  var form_src_table_component = normalizeComponent(
66583
66623
  packages_form_src_tablevue_type_script_lang_js_,
66584
- tablevue_type_template_id_71bfdbb8_render,
66585
- tablevue_type_template_id_71bfdbb8_staticRenderFns,
66624
+ tablevue_type_template_id_9709df68_render,
66625
+ tablevue_type_template_id_9709df68_staticRenderFns,
66586
66626
  false,
66587
66627
  null,
66588
66628
  null,
@@ -67388,7 +67428,7 @@ var mainvue_type_script_lang_js_props;
67388
67428
  return this.showFileList;
67389
67429
  },
67390
67430
  url: function url() {
67391
- var url = this.action ? this.action : this.portrait || !this.multiple ? api["Ob" /* uploadOnlyOne */] : api["Qb" /* uploads */];
67431
+ var url = this.action ? this.action : this.portrait || !this.multiple ? api["Pb" /* uploadOnlyOne */] : api["Rb" /* uploads */];
67392
67432
  return url.indexOf(this.host) > -1 ? url : this.host + url;
67393
67433
  },
67394
67434
  excludes: function excludes() {
@@ -67780,7 +67820,7 @@ var mainvue_type_script_lang_js_props;
67780
67820
  }
67781
67821
  },
67782
67822
  handleDownloads: function handleDownloads() {
67783
- var url = typeof this.downloads === 'string' ? this.downloads : api["Nb" /* uploadDownloads */];
67823
+ var url = typeof this.downloads === 'string' ? this.downloads : api["Ob" /* uploadDownloads */];
67784
67824
  utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
67785
67825
  },
67786
67826
  handleDownload: function handleDownload(file) {
@@ -67820,7 +67860,7 @@ var mainvue_type_script_lang_js_props;
67820
67860
  ids = ids.join(',');
67821
67861
  utils_util["a" /* default */].ajax({
67822
67862
  method: this.method,
67823
- url: api["Pb" /* uploadSort */],
67863
+ url: api["Qb" /* uploadSort */],
67824
67864
  data: {
67825
67865
  ids: ids
67826
67866
  },
@@ -68381,7 +68421,7 @@ wxlogin_src_main.install = function (Vue) {
68381
68421
 
68382
68422
 
68383
68423
 
68384
- 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, icon, packages_input, input_number, packages_label, login, packages_main, mainComp, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, 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];
68424
+ 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, packages_icon, packages_input, input_number, packages_label, login, packages_main, mainComp, menu, nav, packages_notify, pagination, packages_page, player, qr_code, radio_group, 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];
68385
68425
 
68386
68426
  var install = function install(Vue) {
68387
68427
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -68396,7 +68436,7 @@ if (typeof window !== 'undefined' && window.Vue) {
68396
68436
  }
68397
68437
 
68398
68438
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
68399
- version: '0.4.23',
68439
+ version: '0.4.25',
68400
68440
  install: install,
68401
68441
  Button: packages_button,
68402
68442
  ButtonGroup: button_group,
@@ -68416,7 +68456,7 @@ if (typeof window !== 'undefined' && window.Vue) {
68416
68456
  FlowList: flow_list,
68417
68457
  HandleUser: handle_user,
68418
68458
  Handler: packages_handler,
68419
- Icon: icon,
68459
+ Icon: packages_icon,
68420
68460
  Input: packages_input,
68421
68461
  InputNumber: input_number,
68422
68462
  Label: packages_label,