eoss-ui 0.7.25 → 0.7.26

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 (253) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +968 -1010
  3. package/lib/flow-list.js +106 -88
  4. package/lib/flow.js +456 -524
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +146 -141
  7. package/lib/menu.js +6 -3
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/flow.css +1 -1
  10. package/lib/theme-chalk/index.css +1 -1
  11. package/lib/theme-chalk/main.css +1 -1
  12. package/lib/theme-chalk/menu.css +1 -1
  13. package/lib/theme-chalk/simplicity.css +1 -1
  14. package/package.json +160 -160
  15. package/packages/button/index.js +5 -5
  16. package/packages/button/src/main.vue +418 -418
  17. package/packages/button-group/index.js +5 -5
  18. package/packages/button-group/src/main.vue +346 -346
  19. package/packages/calendar/index.js +5 -5
  20. package/packages/calogin/index.js +5 -5
  21. package/packages/calogin/src/main.vue +412 -412
  22. package/packages/calogin/src/plugin.js +915 -915
  23. package/packages/card/index.js +5 -5
  24. package/packages/card/src/main.vue +156 -156
  25. package/packages/cascader/index.js +5 -5
  26. package/packages/cascader/src/main.vue +168 -168
  27. package/packages/checkbox-group/index.js +5 -5
  28. package/packages/checkbox-group/src/main.vue +333 -333
  29. package/packages/clients/index.js +5 -5
  30. package/packages/clients/src/main.vue +151 -151
  31. package/packages/data-table/index.js +5 -5
  32. package/packages/data-table/src/children.vue +39 -39
  33. package/packages/data-table/src/column.vue +988 -988
  34. package/packages/data-table/src/main.vue +1831 -1831
  35. package/packages/data-table/src/sizer.vue +195 -195
  36. package/packages/data-table-form/index.js +5 -5
  37. package/packages/data-table-form/src/checkbox.vue +101 -101
  38. package/packages/data-table-form/src/colgroup.vue +17 -17
  39. package/packages/data-table-form/src/main.vue +181 -181
  40. package/packages/data-table-form/src/radio.vue +65 -65
  41. package/packages/data-table-form/src/table.vue +233 -233
  42. package/packages/data-table-form/src/tbody.vue +336 -336
  43. package/packages/data-table-form/src/thead.vue +68 -68
  44. package/packages/date-picker/index.js +5 -5
  45. package/packages/date-picker/src/main.vue +236 -236
  46. package/packages/dialog/index.js +5 -5
  47. package/packages/enable-drag/index.js +5 -5
  48. package/packages/enterprise/index.js +5 -5
  49. package/packages/enterprise/src/main.vue +66 -66
  50. package/packages/error-page/index.js +5 -5
  51. package/packages/error-page/src/main.vue +44 -44
  52. package/packages/flow/index.js +5 -5
  53. package/packages/flow/src/component/Circulate.vue +413 -413
  54. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  55. package/packages/flow/src/component/CustomPreset.vue +322 -322
  56. package/packages/flow/src/component/FileList.vue +97 -97
  57. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  58. package/packages/flow/src/component/Preset.vue +255 -255
  59. package/packages/flow/src/component/SendMsg.vue +242 -242
  60. package/packages/flow/src/component/TimeLimit.vue +190 -190
  61. package/packages/flow/src/component/taskUnionExamine.vue +755 -738
  62. package/packages/flow/src/form.vue +121 -121
  63. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  64. package/packages/flow/src/main.vue +3854 -3843
  65. package/packages/flow/src/processForm.vue +1363 -1370
  66. package/packages/flow/src/processReject.vue +308 -308
  67. package/packages/flow/src/reset.vue +941 -941
  68. package/packages/flow/src/startTaskRead.vue +691 -691
  69. package/packages/flow/src/supervise.vue +159 -159
  70. package/packages/flow/src/table.vue +58 -58
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +717 -717
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/flow-list/src/main.vue +1787 -1770
  75. package/packages/form/index.js +5 -5
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +496 -496
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icon/src/main.vue +104 -104
  84. package/packages/icons/index.js +5 -5
  85. package/packages/icons/src/main.vue +81 -81
  86. package/packages/input/index.js +5 -5
  87. package/packages/input/src/main.vue +356 -356
  88. package/packages/input-number/index.js +5 -5
  89. package/packages/input-number/src/main.vue +106 -106
  90. package/packages/label/index.js +5 -5
  91. package/packages/label/src/main.vue +457 -457
  92. package/packages/layout/index.js +5 -5
  93. package/packages/layout/src/item.vue +152 -152
  94. package/packages/layout/src/main.vue +31 -31
  95. package/packages/login/index.js +5 -5
  96. package/packages/login/src/main.vue +2020 -2020
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/index.js +5 -5
  99. package/packages/main/src/default/message.vue +249 -249
  100. package/packages/main/src/default/notice.vue +157 -157
  101. package/packages/main/src/default/userinfo.vue +502 -502
  102. package/packages/main/src/public/online.vue +89 -89
  103. package/packages/main/src/public/search.vue +464 -464
  104. package/packages/main/src/public/settings.vue +221 -221
  105. package/packages/main/src/simplicity/apps.vue +388 -388
  106. package/packages/main/src/simplicity/avatar.vue +82 -82
  107. package/packages/main/src/simplicity/handler.vue +263 -263
  108. package/packages/main/src/simplicity/index.vue +2135 -2130
  109. package/packages/main/src/simplicity/lists.vue +84 -84
  110. package/packages/main/src/simplicity/menu-list.vue +135 -135
  111. package/packages/main/src/simplicity/message.vue +259 -259
  112. package/packages/main/src/simplicity/notice.vue +190 -190
  113. package/packages/main/src/simplicity/router-page.vue +45 -45
  114. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  115. package/packages/main/src/simplicity/user.vue +259 -259
  116. package/packages/main/src/simplicity/userinfo.vue +398 -398
  117. package/packages/menu/index.js +5 -5
  118. package/packages/menu/src/main.vue +596 -584
  119. package/packages/nav/index.js +5 -5
  120. package/packages/nav/src/main.vue +351 -351
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +280 -280
  135. package/packages/select/index.js +5 -5
  136. package/packages/select/src/main.vue +782 -782
  137. package/packages/select-ganged/index.js +5 -5
  138. package/packages/select-ganged/src/main.vue +724 -724
  139. package/packages/selector/index.js +5 -5
  140. package/packages/selector/src/main.vue +761 -761
  141. package/packages/selector-panel/index.js +5 -5
  142. package/packages/selector-panel/src/main.vue +1027 -1027
  143. package/packages/selector-panel/src/selection.vue +170 -170
  144. package/packages/selector-panel/src/tree.vue +129 -129
  145. package/packages/sizer/index.js +5 -5
  146. package/packages/sizer/src/main.vue +254 -254
  147. package/packages/steps/index.js +5 -5
  148. package/packages/steps/src/main.vue +181 -181
  149. package/packages/switch/index.js +5 -5
  150. package/packages/switch/src/main.vue +170 -170
  151. package/packages/table-form/index.js +5 -5
  152. package/packages/tabs/index.js +5 -5
  153. package/packages/tabs/src/main.vue +788 -788
  154. package/packages/tabs-panel/index.js +5 -5
  155. package/packages/tabs-panel/src/main.vue +29 -29
  156. package/packages/theme-chalk/lib/flow.css +1 -1
  157. package/packages/theme-chalk/lib/index.css +1 -1
  158. package/packages/theme-chalk/lib/main.css +1 -1
  159. package/packages/theme-chalk/lib/menu.css +1 -1
  160. package/packages/theme-chalk/lib/simplicity.css +1 -1
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/data-table.scss +293 -293
  170. package/packages/theme-chalk/src/date-picker.scss +7 -7
  171. package/packages/theme-chalk/src/dialog.scss +77 -77
  172. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  173. package/packages/theme-chalk/src/enterprise.scss +5 -5
  174. package/packages/theme-chalk/src/error-page.scss +18 -18
  175. package/packages/theme-chalk/src/flow-group.scss +110 -110
  176. package/packages/theme-chalk/src/flow-list.scss +39 -39
  177. package/packages/theme-chalk/src/flow.scss +351 -351
  178. package/packages/theme-chalk/src/form.scss +501 -501
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/handler.scss +148 -148
  181. package/packages/theme-chalk/src/icon.scss +1817 -1817
  182. package/packages/theme-chalk/src/icons.scss +99 -99
  183. package/packages/theme-chalk/src/input.scss +9 -9
  184. package/packages/theme-chalk/src/label.scss +24 -24
  185. package/packages/theme-chalk/src/layout.scss +46 -46
  186. package/packages/theme-chalk/src/login.scss +987 -987
  187. package/packages/theme-chalk/src/main.scss +663 -663
  188. package/packages/theme-chalk/src/menu.scss +224 -222
  189. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  190. package/packages/theme-chalk/src/nav.scss +111 -111
  191. package/packages/theme-chalk/src/page.scss +3 -3
  192. package/packages/theme-chalk/src/pagination.scss +29 -29
  193. package/packages/theme-chalk/src/player.scss +9 -9
  194. package/packages/theme-chalk/src/qr-code.scss +17 -17
  195. package/packages/theme-chalk/src/radio-group.scss +9 -9
  196. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  197. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  198. package/packages/theme-chalk/src/select.scss +8 -8
  199. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  200. package/packages/theme-chalk/src/selector.scss +92 -92
  201. package/packages/theme-chalk/src/simplicity.scss +1370 -1366
  202. package/packages/theme-chalk/src/sizer.scss +36 -36
  203. package/packages/theme-chalk/src/steps.scss +88 -88
  204. package/packages/theme-chalk/src/switch.scss +3 -3
  205. package/packages/theme-chalk/src/table-form.scss +1 -1
  206. package/packages/theme-chalk/src/tabs.scss +87 -87
  207. package/packages/theme-chalk/src/tips.scss +7 -7
  208. package/packages/theme-chalk/src/toolbar.scss +179 -179
  209. package/packages/theme-chalk/src/tree-group.scss +72 -72
  210. package/packages/theme-chalk/src/tree.scss +165 -165
  211. package/packages/theme-chalk/src/upload.scss +172 -172
  212. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  213. package/packages/tips/index.js +5 -5
  214. package/packages/tips/src/main.vue +141 -141
  215. package/packages/toolbar/index.js +5 -5
  216. package/packages/toolbar/src/main.vue +430 -430
  217. package/packages/tree/index.js +5 -5
  218. package/packages/tree-group/index.js +5 -5
  219. package/packages/upload/index.js +5 -5
  220. package/packages/upload/src/main.vue +1343 -1343
  221. package/packages/upload/src/picture.js +15 -15
  222. package/packages/wujie/index.js +5 -5
  223. package/packages/wujie/src/main.vue +145 -145
  224. package/packages/wxlogin/index.js +5 -5
  225. package/packages/wxlogin/src/main.vue +128 -128
  226. package/src/config/api.js +315 -315
  227. package/src/config/image.js +2 -2
  228. package/src/index.js +163 -163
  229. package/src/utils/bus.js +3 -3
  230. package/src/utils/date-util.js +312 -312
  231. package/src/utils/http.js +50 -50
  232. package/src/utils/rules.js +18 -18
  233. package/src/utils/store.js +21 -21
  234. package/src/utils/webSocket.js +107 -107
  235. package/packages/.DS_Store +0 -0
  236. package/packages/calogin/.DS_Store +0 -0
  237. package/packages/date-picker/.DS_Store +0 -0
  238. package/packages/date-picker/src/.DS_Store +0 -0
  239. package/packages/flow/.DS_Store +0 -0
  240. package/packages/flow/src/.DS_Store +0 -0
  241. package/packages/flow-list/.DS_Store +0 -0
  242. package/packages/form/.DS_Store +0 -0
  243. package/packages/login/.DS_Store +0 -0
  244. package/packages/main/.DS_Store +0 -0
  245. package/packages/main/src/.DS_Store +0 -0
  246. package/packages/menu/.DS_Store +0 -0
  247. package/packages/select/.DS_Store +0 -0
  248. package/packages/selector/.DS_Store +0 -0
  249. package/packages/selector-panel/.DS_Store +0 -0
  250. package/packages/theme-chalk/src/.DS_Store +0 -0
  251. package/packages/upload/.DS_Store +0 -0
  252. package/src/.DS_Store +0 -0
  253. package/src/utils/.DS_Store +0 -0
package/lib/main.js CHANGED
@@ -4602,8 +4602,8 @@ render._withStripped = true
4602
4602
  // EXTERNAL MODULE: ./src/config/image.js
4603
4603
  var config_image = __webpack_require__(20);
4604
4604
 
4605
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=2bfc5645&scoped=true&
4606
- var simplicityvue_type_template_id_2bfc5645_scoped_true_render = function () {
4605
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=3c4ceaef&scoped=true&
4606
+ var simplicityvue_type_template_id_3c4ceaef_scoped_true_render = function () {
4607
4607
  var _vm = this
4608
4608
  var _h = _vm.$createElement
4609
4609
  var _c = _vm._self._c || _h
@@ -5306,11 +5306,11 @@ var simplicityvue_type_template_id_2bfc5645_scoped_true_render = function () {
5306
5306
  ),
5307
5307
  ])
5308
5308
  }
5309
- var simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns = []
5310
- simplicityvue_type_template_id_2bfc5645_scoped_true_render._withStripped = true
5309
+ var simplicityvue_type_template_id_3c4ceaef_scoped_true_staticRenderFns = []
5310
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_render._withStripped = true
5311
5311
 
5312
5312
 
5313
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2bfc5645&scoped=true&
5313
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3c4ceaef&scoped=true&
5314
5314
 
5315
5315
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
5316
5316
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -7411,10 +7411,10 @@ var external_throttle_debounce_ = __webpack_require__(14);
7411
7411
  this.$emit('click', res);
7412
7412
  },
7413
7413
 
7414
- /**
7415
- * @desc:获取气泡提醒
7416
- * @author huangbo
7417
- * @date 2024年9月7日
7414
+ /**
7415
+ * @desc:获取气泡提醒
7416
+ * @author huangbo
7417
+ * @date 2024年9月7日
7418
7418
  **/
7419
7419
  getBadge: function getBadge(res) {
7420
7420
  var num = res.tips || 0;
@@ -11398,6 +11398,8 @@ var events = [function (tabs, index, that) {
11398
11398
  initApps: null,
11399
11399
  //首页地址
11400
11400
  indexUrl: '',
11401
+ //首页名称
11402
+ indexTitle: '首页',
11401
11403
  //首页配置
11402
11404
  homePage: {},
11403
11405
  //门户跳转页地址
@@ -11516,10 +11518,10 @@ var events = [function (tabs, index, that) {
11516
11518
  },
11517
11519
 
11518
11520
  methods: {
11519
- /**
11520
- * @desc:匹配路由
11521
- * @author huangbo
11522
- * @date 2024年9月7日
11521
+ /**
11522
+ * @desc:匹配路由
11523
+ * @author huangbo
11524
+ * @date 2024年9月7日
11523
11525
  **/
11524
11526
  hasRouter: function hasRouter(res, url, code) {
11525
11527
  if (!url) {
@@ -11563,10 +11565,10 @@ var events = [function (tabs, index, that) {
11563
11565
  return false;
11564
11566
  },
11565
11567
 
11566
- /**
11567
- * @desc:获取初始数据
11568
- * @author huangbo
11569
- * @date 2024年9月7日
11568
+ /**
11569
+ * @desc:获取初始数据
11570
+ * @author huangbo
11571
+ * @date 2024年9月7日
11570
11572
  **/
11571
11573
  init: function init(results, first) {
11572
11574
  this.setConfig(results);
@@ -11575,10 +11577,10 @@ var events = [function (tabs, index, that) {
11575
11577
  }
11576
11578
  },
11577
11579
 
11578
- /**
11579
- * @desc:设置用户配置及信息
11580
- * @author huangbo
11581
- * @date 2024年9月7日
11580
+ /**
11581
+ * @desc:设置用户配置及信息
11582
+ * @author huangbo
11583
+ * @date 2024年9月7日
11582
11584
  **/
11583
11585
  setConfig: function setConfig(results) {
11584
11586
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11633,6 +11635,9 @@ var events = [function (tabs, index, that) {
11633
11635
  this.notify = results[i].notify || '';
11634
11636
  }
11635
11637
  if (i === 'subsystemExtend' && results[i]) {
11638
+ if (results[i].indexTitle) {
11639
+ this.indexTitle = results[i].indexTitle;
11640
+ }
11636
11641
  if (Object.prototype.hasOwnProperty.call(results[i], 'showAvatar')) {
11637
11642
  this.showAvatar = JSON.parse(results[i].showAvatar);
11638
11643
  }
@@ -11715,10 +11720,10 @@ var events = [function (tabs, index, that) {
11715
11720
  }
11716
11721
  },
11717
11722
 
11718
- /**
11719
- * @desc:获取所有应用
11720
- * @author huangbo
11721
- * @date 2024年9月7日
11723
+ /**
11724
+ * @desc:获取所有应用
11725
+ * @author huangbo
11726
+ * @date 2024年9月7日
11722
11727
  **/
11723
11728
  getApplications: function getApplications() {
11724
11729
  var _this = this;
@@ -11766,10 +11771,10 @@ var events = [function (tabs, index, that) {
11766
11771
  });
11767
11772
  },
11768
11773
 
11769
- /**
11770
- * @desc:获取菜单列表
11771
- * @author huangbo
11772
- * @date 2024年9月7日
11774
+ /**
11775
+ * @desc:获取菜单列表
11776
+ * @author huangbo
11777
+ * @date 2024年9月7日
11773
11778
  **/
11774
11779
  getMenus: function getMenus(loading) {
11775
11780
  var _this2 = this;
@@ -11802,10 +11807,10 @@ var events = [function (tabs, index, that) {
11802
11807
  });
11803
11808
  },
11804
11809
 
11805
- /**
11806
- * @desc:处理菜单列表
11807
- * @author huangbo
11808
- * @date 2024年9月7日
11810
+ /**
11811
+ * @desc:处理菜单列表
11812
+ * @author huangbo
11813
+ * @date 2024年9月7日
11809
11814
  **/
11810
11815
  renderMenus: function renderMenus(res) {
11811
11816
  this.menus = res;
@@ -11815,7 +11820,7 @@ var events = [function (tabs, index, that) {
11815
11820
  var obj = this.getMenu(this.menus, this.indexUrl);
11816
11821
  obj = obj ? JSON.parse(JSON.stringify(obj)) : {
11817
11822
  url: this.indexUrl,
11818
- text: '工作台',
11823
+ text: this.indexTitle,
11819
11824
  id: '0',
11820
11825
  appCode: 'indexUrl'
11821
11826
  };
@@ -11901,10 +11906,10 @@ var events = [function (tabs, index, that) {
11901
11906
  }
11902
11907
  },
11903
11908
 
11904
- /**
11905
- * @desc:设置页面加载类型
11906
- * @author huangbo
11907
- * @date 2024年9月7日
11909
+ /**
11910
+ * @desc:设置页面加载类型
11911
+ * @author huangbo
11912
+ * @date 2024年9月7日
11908
11913
  **/
11909
11914
  setIframeType: function setIframeType(res) {
11910
11915
  var url = res.url;
@@ -11960,10 +11965,10 @@ var events = [function (tabs, index, that) {
11960
11965
  return res;
11961
11966
  },
11962
11967
 
11963
- /**
11964
- * @desc:获取菜单
11965
- * @author huangbo
11966
- * @date 2024年9月7日
11968
+ /**
11969
+ * @desc:获取菜单
11970
+ * @author huangbo
11971
+ * @date 2024年9月7日
11967
11972
  **/
11968
11973
  getMenu: function getMenu(menus, res, key) {
11969
11974
  if (Array.isArray(menus)) {
@@ -11992,10 +11997,10 @@ var events = [function (tabs, index, that) {
11992
11997
  return false;
11993
11998
  },
11994
11999
 
11995
- /**
11996
- * @desc:获取菜单第一条数据
11997
- * @author huangbo
11998
- * @date 2024年9月7日
12000
+ /**
12001
+ * @desc:获取菜单第一条数据
12002
+ * @author huangbo
12003
+ * @date 2024年9月7日
11999
12004
  **/
12000
12005
  getFirst: function getFirst(obj) {
12001
12006
  if (!obj) {
@@ -12014,10 +12019,10 @@ var events = [function (tabs, index, that) {
12014
12019
  }
12015
12020
  },
12016
12021
 
12017
- /**
12018
- * @desc:遍历设置菜单气泡提醒
12019
- * @author huangbo
12020
- * @date 2024年9月7日
12022
+ /**
12023
+ * @desc:遍历设置菜单气泡提醒
12024
+ * @author huangbo
12025
+ * @date 2024年9月7日
12021
12026
  **/
12022
12027
  setTips: function setTips(obj) {
12023
12028
  var _this3 = this;
@@ -12080,10 +12085,10 @@ var events = [function (tabs, index, that) {
12080
12085
  }
12081
12086
  },
12082
12087
 
12083
- /**
12084
- * @desc:获取气泡提醒
12085
- * @author huangbo
12086
- * @date 2024年9月7日
12088
+ /**
12089
+ * @desc:获取气泡提醒
12090
+ * @author huangbo
12091
+ * @date 2024年9月7日
12087
12092
  **/
12088
12093
  getBadge: function getBadge(res) {
12089
12094
  var num = res.tips || 0;
@@ -12097,10 +12102,10 @@ var events = [function (tabs, index, that) {
12097
12102
  };
12098
12103
  },
12099
12104
 
12100
- /**
12101
- * @desc:开启weosocket
12102
- * @author huangbo
12103
- * @date 2024年9月7日
12105
+ /**
12106
+ * @desc:开启weosocket
12107
+ * @author huangbo
12108
+ * @date 2024年9月7日
12104
12109
  **/
12105
12110
  initWebSocket: function initWebSocket() {
12106
12111
  var _this5 = this;
@@ -12149,10 +12154,10 @@ var events = [function (tabs, index, that) {
12149
12154
  });
12150
12155
  },
12151
12156
 
12152
- /**
12153
- * @desc:显示用户信息
12154
- * @author huangbo
12155
- * @date 2024年9月7日
12157
+ /**
12158
+ * @desc:显示用户信息
12159
+ * @author huangbo
12160
+ * @date 2024年9月7日
12156
12161
  **/
12157
12162
  showUserInfo: function showUserInfo() {
12158
12163
  if (this.showUser === false) {
@@ -12160,19 +12165,19 @@ var events = [function (tabs, index, that) {
12160
12165
  }
12161
12166
  },
12162
12167
 
12163
- /**
12164
- * @desc:删除更多应用菜单点击
12165
- * @author huangbo
12166
- * @date 2024年9月7日
12168
+ /**
12169
+ * @desc:删除更多应用菜单点击
12170
+ * @author huangbo
12171
+ * @date 2024年9月7日
12167
12172
  **/
12168
12173
  handleDelete: function handleDelete(index) {
12169
12174
  this.newApps.splice(index, 1);
12170
12175
  },
12171
12176
 
12172
- /**
12173
- * @desc:储存更多应用菜单点击
12174
- * @author huangbo
12175
- * @date 2024年9月7日
12177
+ /**
12178
+ * @desc:储存更多应用菜单点击
12179
+ * @author huangbo
12180
+ * @date 2024年9月7日
12176
12181
  **/
12177
12182
  handlerClickApps: function handlerClickApps(res) {
12178
12183
  if (res.permission === false) {
@@ -12185,10 +12190,10 @@ var events = [function (tabs, index, that) {
12185
12190
  this.handlerClickApp(res);
12186
12191
  },
12187
12192
 
12188
- /**
12189
- * @desc:侧边应用菜单点击
12190
- * @author huangbo
12191
- * @date 2024年9月7日
12193
+ /**
12194
+ * @desc:侧边应用菜单点击
12195
+ * @author huangbo
12196
+ * @date 2024年9月7日
12192
12197
  **/
12193
12198
  handlerClickApp: function handlerClickApp(res) {
12194
12199
  this.showMsg = false;
@@ -12277,10 +12282,10 @@ var events = [function (tabs, index, that) {
12277
12282
  }
12278
12283
  },
12279
12284
 
12280
- /**
12281
- * @desc:显示Drawer界面
12282
- * @author huangbo
12283
- * @date 2024年9月7日
12285
+ /**
12286
+ * @desc:显示Drawer界面
12287
+ * @author huangbo
12288
+ * @date 2024年9月7日
12284
12289
  **/
12285
12290
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12286
12291
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12300,19 +12305,19 @@ var events = [function (tabs, index, that) {
12300
12305
  }
12301
12306
  },
12302
12307
 
12303
- /**
12304
- * @desc:关闭Drawer界面
12305
- * @author huangbo
12306
- * @date 2024年9月7日
12308
+ /**
12309
+ * @desc:关闭Drawer界面
12310
+ * @author huangbo
12311
+ * @date 2024年9月7日
12307
12312
  **/
12308
12313
  handleCloseDrawer: function handleCloseDrawer() {
12309
12314
  this.drawer = { visible: false };
12310
12315
  },
12311
12316
 
12312
- /**
12313
- * @desc:菜单点击
12314
- * @author huangbo
12315
- * @date 2024年9月7日
12317
+ /**
12318
+ * @desc:菜单点击
12319
+ * @author huangbo
12320
+ * @date 2024年9月7日
12316
12321
  **/
12317
12322
  handlerClickMenu: function handlerClickMenu(res) {
12318
12323
  util["a" /* default */].ajax({
@@ -12361,19 +12366,19 @@ var events = [function (tabs, index, that) {
12361
12366
  },
12362
12367
 
12363
12368
 
12364
- /**
12365
- * @desc:用户详情请求成功
12366
- * @author huangbo
12367
- * @date 2024年9月7日
12369
+ /**
12370
+ * @desc:用户详情请求成功
12371
+ * @author huangbo
12372
+ * @date 2024年9月7日
12368
12373
  **/
12369
12374
  handleSuccess: function handleSuccess(res) {
12370
12375
  this.simpleUserInfo = res.simpleUserInfo;
12371
12376
  },
12372
12377
 
12373
- /**
12374
- * @desc:修改用户配置
12375
- * @author huangbo
12376
- * @date 2024年9月7日
12378
+ /**
12379
+ * @desc:修改用户配置
12380
+ * @author huangbo
12381
+ * @date 2024年9月7日
12377
12382
  **/
12378
12383
  handleChangeConfig: function handleChangeConfig(name, res) {
12379
12384
  if (name == 'userHeadUrl') {
@@ -12389,10 +12394,10 @@ var events = [function (tabs, index, that) {
12389
12394
  }
12390
12395
  },
12391
12396
 
12392
- /**
12393
- * @desc:关闭webSocket
12394
- * @author huangbo
12395
- * @date 2024年9月7日
12397
+ /**
12398
+ * @desc:关闭webSocket
12399
+ * @author huangbo
12400
+ * @date 2024年9月7日
12396
12401
  **/
12397
12402
  handlerClose: function handlerClose() {
12398
12403
  if (this.webSocket) {
@@ -12400,10 +12405,10 @@ var events = [function (tabs, index, that) {
12400
12405
  }
12401
12406
  },
12402
12407
 
12403
- /**
12404
- * @desc:刷新选中iframe页签
12405
- * @author huangbo
12406
- * @date 2024年9月7日
12408
+ /**
12409
+ * @desc:刷新选中iframe页签
12410
+ * @author huangbo
12411
+ * @date 2024年9月7日
12407
12412
  **/
12408
12413
  handleRefresh: function handleRefresh() {
12409
12414
  var i = util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12424,10 +12429,10 @@ var events = [function (tabs, index, that) {
12424
12429
  }
12425
12430
  },
12426
12431
 
12427
- /**
12428
- * @desc:删除iframe
12429
- * @author huangbo
12430
- * @date 2024年9月7日
12432
+ /**
12433
+ * @desc:删除iframe
12434
+ * @author huangbo
12435
+ * @date 2024年9月7日
12431
12436
  **/
12432
12437
  handleRemove: function handleRemove(name) {
12433
12438
  var len = this.tabs.length - 1;
@@ -12444,10 +12449,10 @@ var events = [function (tabs, index, that) {
12444
12449
  }
12445
12450
  },
12446
12451
 
12447
- /**
12448
- * @desc:tabs鼠标右键事件
12449
- * @author huangbo
12450
- * @date 2024年9月7日
12452
+ /**
12453
+ * @desc:tabs鼠标右键事件
12454
+ * @author huangbo
12455
+ * @date 2024年9月7日
12451
12456
  **/
12452
12457
  handleContextmenu: function handleContextmenu(tabs, e) {
12453
12458
  var disabled = {};
@@ -12472,10 +12477,10 @@ var events = [function (tabs, index, that) {
12472
12477
  window.addEventListener('click', this.closeTabsEvents);
12473
12478
  },
12474
12479
 
12475
- /**
12476
- * @desc:tabs页签事件
12477
- * @author huangbo
12478
- * @date 2024年9月7日
12480
+ /**
12481
+ * @desc:tabs页签事件
12482
+ * @author huangbo
12483
+ * @date 2024年9月7日
12479
12484
  **/
12480
12485
  handleTabsEvents: function handleTabsEvents(num) {
12481
12486
  if (this.pane !== null) {
@@ -12493,10 +12498,10 @@ var events = [function (tabs, index, that) {
12493
12498
  window.removeEventListener('click', this.closeTabsEvents);
12494
12499
  },
12495
12500
 
12496
- /**
12497
- * @desc:handler工具栏点击事件
12498
- * @author huangbo
12499
- * @date 2024年9月7日
12501
+ /**
12502
+ * @desc:handler工具栏点击事件
12503
+ * @author huangbo
12504
+ * @date 2024年9月7日
12500
12505
  **/
12501
12506
  handleClick: function handleClick(res) {
12502
12507
  var type = res.type,
@@ -12574,10 +12579,10 @@ var events = [function (tabs, index, that) {
12574
12579
  this.$emit('handler-click', res);
12575
12580
  },
12576
12581
 
12577
- /**
12578
- * @desc:退出登录
12579
- * @author huangbo
12580
- * @date 2024年9月7日
12582
+ /**
12583
+ * @desc:退出登录
12584
+ * @author huangbo
12585
+ * @date 2024年9月7日
12581
12586
  **/
12582
12587
  handleQuit: function handleQuit() {
12583
12588
  var _this6 = this;
@@ -12652,10 +12657,10 @@ var events = [function (tabs, index, that) {
12652
12657
  }).catch(function (e) {});
12653
12658
  },
12654
12659
 
12655
- /**
12656
- * @desc:主题、消息回调
12657
- * @author huangbo
12658
- * @date 2024年9月7日
12660
+ /**
12661
+ * @desc:主题、消息回调
12662
+ * @author huangbo
12663
+ * @date 2024年9月7日
12659
12664
  **/
12660
12665
  handleChange: function handleChange(res) {
12661
12666
  var type = res.type,
@@ -12671,10 +12676,10 @@ var events = [function (tabs, index, that) {
12671
12676
  }
12672
12677
  },
12673
12678
 
12674
- /**
12675
- * @desc:菜单布局样式切换
12676
- * @author huangbo
12677
- * @date 2024年9月7日
12679
+ /**
12680
+ * @desc:菜单布局样式切换
12681
+ * @author huangbo
12682
+ * @date 2024年9月7日
12678
12683
  **/
12679
12684
  handleLayout: function handleLayout(res, active) {
12680
12685
  if (active) {
@@ -12683,10 +12688,10 @@ var events = [function (tabs, index, that) {
12683
12688
  this.$emit('chang-layout', res, active);
12684
12689
  },
12685
12690
 
12686
- /**
12687
- * @desc:消息修改总数
12688
- * @author huangbo
12689
- * @date 2024年9月7日
12691
+ /**
12692
+ * @desc:消息修改总数
12693
+ * @author huangbo
12694
+ * @date 2024年9月7日
12690
12695
  **/
12691
12696
  handleMenuTips: function handleMenuTips(id, num) {
12692
12697
  if (num) {
@@ -12697,10 +12702,10 @@ var events = [function (tabs, index, that) {
12697
12702
  }
12698
12703
  },
12699
12704
 
12700
- /**
12701
- * @desc:处理即时消息
12702
- * @author huangbo
12703
- * @date 2024年9月7日
12705
+ /**
12706
+ * @desc:处理即时消息
12707
+ * @author huangbo
12708
+ * @date 2024年9月7日
12704
12709
  **/
12705
12710
  handleOpened: function handleOpened(res) {
12706
12711
  var _this7 = this;
@@ -12827,11 +12832,11 @@ var events = [function (tabs, index, that) {
12827
12832
 
12828
12833
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
12829
12834
  src_simplicityvue_type_script_lang_js_,
12830
- simplicityvue_type_template_id_2bfc5645_scoped_true_render,
12831
- simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns,
12835
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_render,
12836
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_staticRenderFns,
12832
12837
  false,
12833
12838
  null,
12834
- "2bfc5645",
12839
+ "3c4ceaef",
12835
12840
  null
12836
12841
 
12837
12842
  )
package/lib/menu.js CHANGED
@@ -484,8 +484,11 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
484
484
  class: ['es-menu-item-icon']
485
485
  }));
486
486
  }
487
+ console.log(item.tips, item.text);
487
488
  title.push(h('div', {
488
- class: ['es-menu-title-text es-menu-title-' + this.mode],
489
+ class: ['es-menu-title-text es-menu-title-' + this.mode, {
490
+ 'es-menu-title-margin': this.deep && item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0) && typeof item.tips === 'boolean' && item.tips
491
+ }],
489
492
  directives: directives ? [{
490
493
  name: 'show',
491
494
  value: this.showTitle ? true : !this.collapse
@@ -502,7 +505,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
502
505
  isDot: true
503
506
  //hidden: item.tips
504
507
  } : {
505
- value: item.tips,
508
+ value: parseInt(item.tips, 10),
506
509
  max: 99,
507
510
  hidden: !item.tips
508
511
  }
@@ -592,7 +595,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
592
595
  isDot: true
593
596
  //hidden: item.tips
594
597
  } : {
595
- value: item.tips,
598
+ value: parseInt(item.tips, 10),
596
599
  max: 99,
597
600
  hidden: !item.tips
598
601
  }
package/lib/qr-code.js CHANGED
@@ -4467,19 +4467,19 @@ var QRCode = __webpack_require__(28);
4467
4467
  //设置logo大小
4468
4468
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
4469
4469
  //设置获取的logo将其变为圆角以及添加白色背景
4470
- /* ctx.fillStyle = "#fff";
4471
- ctx.beginPath();
4472
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4473
- let w = 46; //圆角宽
4474
- let x = logoPosition - 5;
4475
- let y = logoPosition - 5;
4476
- let r = 5; //圆角半径
4477
- ctx.moveTo(x + r, y);
4478
- ctx.arcTo(x + w, y, x + w, y + h, r);
4479
- ctx.arcTo(x + w, y + h, x, y + h, r);
4480
- ctx.arcTo(x, y + h, x, y, r);
4481
- ctx.arcTo(x, y, x + w, y, r);
4482
- ctx.closePath();
4470
+ /* ctx.fillStyle = "#fff";
4471
+ ctx.beginPath();
4472
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
4473
+ let w = 46; //圆角宽
4474
+ let x = logoPosition - 5;
4475
+ let y = logoPosition - 5;
4476
+ let r = 5; //圆角半径
4477
+ ctx.moveTo(x + r, y);
4478
+ ctx.arcTo(x + w, y, x + w, y + h, r);
4479
+ ctx.arcTo(x + w, y + h, x, y + h, r);
4480
+ ctx.arcTo(x, y + h, x, y, r);
4481
+ ctx.arcTo(x, y, x + w, y, r);
4482
+ ctx.closePath();
4483
4483
  ctx.fill(); */
4484
4484
  logo.onload = function () {
4485
4485
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -1 +1 @@
1
- @charset "UTF-8";.commonOpinion-set,.es-fenyue-buttons,.es-flow-content,.es-reset-flow{-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-fenyue-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.es-fenyue-buttons-yj{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.required .el-textarea__inner::-webkit-input-placeholder{color:red}.required .el-textarea__inner::-moz-placeholder{color:red}.required .el-textarea__inner:-ms-input-placeholder{color:red}.required .el-textarea__inner::-ms-input-placeholder{color:red}.required .el-textarea__inner::placeholder{color:red}.no-checked .el-checkbox__input{display:none!important}.es-reset-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.es-reset-flow-form-box{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:10px}.es-flow-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.es-flow-index{height:100%}.es-flow-index .em-flow-more-btn{display:block;width:100%}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top .es-flow-title{height:40px;line-height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{position:absolute;right:8px;top:4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#f5f5f5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index .hide-flow-char .el-input-group__append{padding:0}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;margin-top:10px}.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .es-flow-btn{margin-right:10px}.es-flow-index .es-info{padding:0 8px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .form-left .el-form-item{margin-bottom:22px!important}.es-flow-index .es-info .el-form-item{margin-bottom:0}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.custom-limit-time .el-input.el-input--suffix{width:calc(100% + 40px)!important}.task-union-examine .custom-limit-time .el-input.el-input--suffix{width:unset!important}.custom-limit-time .el-input-group__append{background-color:#1890ff!important;color:#fff!important}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#1890ff!important;border-color:#1890ff!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.es-flow-index .el-checkbox__input.is-disabled+span.el-checkbox__label,.flow-dialog .el-checkbox__input.is-disabled+span.el-checkbox__label{color:rgba(0,0,0,.85)}
1
+ @charset "UTF-8";.commonOpinion-set,.es-fenyue-buttons,.es-flow-content,.es-reset-flow{-webkit-box-direction:normal}.es-common-opinions,.es-fenyue-buttons,.es-flow-buttons,.es-flow-title,.es-opinion{padding:0 12px}.es-fenyue-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.es-fenyue-buttons-yj{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-user-defined{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.es-user-defined .el-button--primary{-webkit-box-flex:1;-ms-flex:1;flex:1}.required .el-textarea__inner::-webkit-input-placeholder{color:red}.required .el-textarea__inner::-moz-placeholder{color:red}.required .el-textarea__inner:-ms-input-placeholder{color:red}.required .el-textarea__inner::-ms-input-placeholder{color:red}.required .el-textarea__inner::placeholder{color:red}.no-checked .el-checkbox__input{display:none!important}.es-reset-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.es-reset-flow-form-box{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;margin-bottom:10px}.es-flow-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding-bottom:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.es-flow-index{height:100%}.es-flow-index .em-flow-more-btn{display:block;width:100%}.es-flow-index .el-checkbox-group{display:contents}.es-flow-index .es-eidt-title{font-size:13px;color:#333;line-height:20px}.es-flow-index .es-flow-top .es-flow-title{height:40px;line-height:40px}.es-flow-index .es-flow-top .es-flow-title .es-icon{position:absolute;right:8px;top:4px}.es-flow-index .es-flow-top .es-opinion{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.es-flow-index .es-flow-top .es-opinion .es-opinion-file{cursor:pointer;position:relative}.es-flow-index .es-flow-top .es-opinion .es-opinion-file .es-file-num{color:red}.es-flow-index .es-button-agree{width:calc(43% - 15px)}.es-flow-index .es-button-agree-save{margin-top:10px}.commonOpinion-set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;height:100%}.commonOpinion-set .el-table__body-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}.es-flow-index-shrink{width:24px}.es-flow-index-shrink img{cursor:pointer;width:24px;height:24px}.es-flow-btn:hover{background-color:#f5f5f5;color:#1890ff}.es-flow-btn:hover ::v-deep .el-popover{padding:12px 0!important}.es-flow-form .el-checkbox-group{display:contents}.es-flow-index .el-input-group--prepend>.el-input__inner,.es-flow-index .select-process>.el-input__inner{display:none!important}.es-flow-form .el-textarea:first-child,.es-flow-index .el-textarea{width:100%;margin-bottom:10px!important}.es-flow-form .es-opinions .el-select,.es-flow-index .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-select .el-input{width:100%;height:40px}.es-flow-index .process .el-select{width:calc(100% + 40px)!important}.es-flow-index .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-index .select-process .el-input-group__append{height:40px}.es-flow-index .hide-flow-char .el-input-group__append{padding:0}.es-flow-index button.el-button.sub.el-button--primary.el-button--medium{width:calc(100% - 85px)}.es-flow-index .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-index .demo-dynamic .el-select{width:100%!important}.es-flow-index .demo-dynamic .select-process .el-select,.es-flow-index .demo-dynamic .selectUser,.es-flow-index.task-union-examine .el-select{width:calc(100% + 40px)!important}.es-flow-index .el-input.el-input-group.el-input-group--append.el-input-group--prepend{margin:0!important}.es-flow-index .demo-dynamic{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden;margin-top:10px}.es-flow-index .es-footer-btn{margin-top:10px}.es-flow-index .es-footer-btn .el-button+.el-button{margin:10px 10px 0 0}.es-flow-index .el-input.is-disabled .el-input__inner{color:#606266}.es-flow-index .es-flow-btn{margin-right:10px}.es-flow-index .es-info{padding:0 12px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto;overflow-x:hidden}.es-flow-index .form-left .el-form-item{margin-bottom:22px!important}.es-flow-index .es-info .el-form-item{margin-bottom:0}.es-flow-index .es-info::-webkit-scrollbar{width:5px}.es-flow-index .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;padding:10px 0}.es-flow-index .news .sj,.show{width:10px;height:10px;border-right:1px solid #000;border-bottom:1px solid #000;margin-right:10px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-transition:.5s;transition:.5s}.es-flow-index .news .show{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.es-flow-index .el-checkbox{margin:0 10px 10px 0}.es-flow-index .info::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,.1);-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{right:5px!important}.es-flow-form .input-with-select{width:100%;margin-top:0}.custom-limit-time .el-input.el-input--suffix{width:calc(100% + 40px)!important}.task-union-examine .custom-limit-time .el-input.el-input--suffix{width:unset!important}.custom-limit-time .el-input-group__append{background-color:#1890ff!important;color:#fff!important}.es-flow-form .el-select{width:100%}.es-flow-form .es-opinions .el-select{width:calc(100% + 40px)!important}.select-users .el-input-group__append .el-button span,.select-users .no-icon .el-input-group__append{display:none}.select-users .el-input-group__append{background-color:#1890ff}.select-users .el-input-group__append .el-button i{font-size:18px;color:#fff}.es-flow-form .input-with-select .el-input-group__prepend{background-color:#fff;width:100%}.es-flow-form .el-input-group--prepend>.el-input__inner{display:none!important}.es-flow-form button.el-button.sub.el-button--danger.el-button--medium{width:calc(100% - 85px)}.es-flow-form .el-input-group--prepend>.el-input-group__append{height:40px}.es-flow-form .el-form-item__label{font-weight:700}.es-flow-form .el-input.is-disabled .el-input__inner{color:#000}.select-user{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.select-user .left{width:30%}.select-user .right{padding:3px;width:69%}.select-user .el-checkbox{width:170px;margin-top:11px;margin-bottom:11px}.select-user .all{margin:0!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#1890ff!important;border-color:#1890ff!important}.es-flow-index .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after,.flow-dialog .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#fff}.es-flow-index .el-checkbox__input.is-disabled+span.el-checkbox__label,.flow-dialog .el-checkbox__input.is-disabled+span.el-checkbox__label{color:rgba(0,0,0,.85)}