eoss-ui 0.7.53 → 0.7.55

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 (306) hide show
  1. package/lib/button-group.js +2 -2
  2. package/lib/button.js +2 -2
  3. package/lib/calogin.js +235 -235
  4. package/lib/checkbox-group.js +2 -2
  5. package/lib/config/api.js +1 -1
  6. package/lib/data-table-form.js +2 -2
  7. package/lib/data-table.js +2 -2
  8. package/lib/date-picker.js +2 -2
  9. package/lib/dialog.js +2 -2
  10. package/lib/eoss-ui.common.js +882 -795
  11. package/lib/flow-group.js +2 -2
  12. package/lib/flow-list.js +83 -83
  13. package/lib/flow.js +294 -292
  14. package/lib/form.js +2 -2
  15. package/lib/handle-user.js +2 -2
  16. package/lib/handler.js +2 -2
  17. package/lib/icon.js +2 -2
  18. package/lib/icons.js +1 -1
  19. package/lib/index.js +1 -1
  20. package/lib/input-number.js +2 -2
  21. package/lib/input.js +2 -2
  22. package/lib/login.js +6 -6
  23. package/lib/main.js +238 -153
  24. package/lib/nav.js +2 -2
  25. package/lib/notify.js +2 -2
  26. package/lib/page.js +2 -2
  27. package/lib/pagination.js +2 -2
  28. package/lib/player.js +2 -2
  29. package/lib/qr-code.js +15 -15
  30. package/lib/radio-group.js +2 -2
  31. package/lib/retrial-auth.js +2 -2
  32. package/lib/select-ganged.js +2 -2
  33. package/lib/select.js +2 -2
  34. package/lib/selector-panel.js +2 -2
  35. package/lib/selector.js +2 -2
  36. package/lib/sizer.js +2 -2
  37. package/lib/steps.js +2 -2
  38. package/lib/switch.js +2 -2
  39. package/lib/table-form.js +2 -2
  40. package/lib/tabs.js +2 -2
  41. package/lib/theme-chalk/base.css +1 -1
  42. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  43. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  44. package/lib/theme-chalk/icon.css +1 -1
  45. package/lib/theme-chalk/index.css +1 -1
  46. package/lib/theme-chalk/main.css +1 -1
  47. package/lib/theme-chalk/menu.css +1 -1
  48. package/lib/theme-chalk/simplicity.css +1 -1
  49. package/lib/theme-chalk/sizer.css +1 -1
  50. package/lib/theme-chalk/upload.css +1 -1
  51. package/lib/tips.js +2 -2
  52. package/lib/tree-group.js +2 -2
  53. package/lib/tree.js +2 -2
  54. package/lib/upload.js +15 -15
  55. package/lib/wujie.js +2 -2
  56. package/lib/wxlogin.js +2 -2
  57. package/package.json +160 -160
  58. package/packages/.DS_Store +0 -0
  59. package/packages/button/index.js +5 -5
  60. package/packages/button/src/main.vue +418 -418
  61. package/packages/button-group/index.js +5 -5
  62. package/packages/button-group/src/main.vue +346 -346
  63. package/packages/calendar/index.js +5 -5
  64. package/packages/calogin/.DS_Store +0 -0
  65. package/packages/calogin/index.js +5 -5
  66. package/packages/calogin/src/main.vue +412 -412
  67. package/packages/calogin/src/plugin.js +915 -915
  68. package/packages/card/index.js +5 -5
  69. package/packages/card/src/main.vue +156 -156
  70. package/packages/cascader/index.js +5 -5
  71. package/packages/cascader/src/main.vue +168 -168
  72. package/packages/checkbox-group/index.js +5 -5
  73. package/packages/checkbox-group/src/main.vue +333 -333
  74. package/packages/clients/index.js +5 -5
  75. package/packages/clients/src/main.vue +151 -151
  76. package/packages/data-table/index.js +5 -5
  77. package/packages/data-table/src/children.vue +39 -39
  78. package/packages/data-table/src/column.vue +992 -992
  79. package/packages/data-table/src/main.vue +1840 -1840
  80. package/packages/data-table/src/sizer.vue +195 -195
  81. package/packages/data-table-form/index.js +5 -5
  82. package/packages/data-table-form/src/checkbox.vue +101 -101
  83. package/packages/data-table-form/src/colgroup.vue +17 -17
  84. package/packages/data-table-form/src/main.vue +181 -181
  85. package/packages/data-table-form/src/radio.vue +65 -65
  86. package/packages/data-table-form/src/table.vue +233 -233
  87. package/packages/data-table-form/src/tbody.vue +336 -336
  88. package/packages/data-table-form/src/thead.vue +68 -68
  89. package/packages/date-picker/.DS_Store +0 -0
  90. package/packages/date-picker/index.js +5 -5
  91. package/packages/date-picker/src/.DS_Store +0 -0
  92. package/packages/date-picker/src/main.vue +236 -236
  93. package/packages/dialog/.DS_Store +0 -0
  94. package/packages/dialog/index.js +5 -5
  95. package/packages/enable-drag/index.js +5 -5
  96. package/packages/enterprise/index.js +5 -5
  97. package/packages/enterprise/src/main.vue +66 -66
  98. package/packages/error-page/index.js +5 -5
  99. package/packages/error-page/src/main.vue +44 -44
  100. package/packages/flow/.DS_Store +0 -0
  101. package/packages/flow/index.js +5 -5
  102. package/packages/flow/src/.DS_Store +0 -0
  103. package/packages/flow/src/component/Circulate.vue +413 -413
  104. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  105. package/packages/flow/src/component/CustomPreset.vue +322 -322
  106. package/packages/flow/src/component/FileList.vue +97 -97
  107. package/packages/flow/src/component/FreeCirculation.vue +241 -240
  108. package/packages/flow/src/component/Preset.vue +255 -255
  109. package/packages/flow/src/component/SendMsg.vue +242 -242
  110. package/packages/flow/src/component/TimeLimit.vue +190 -190
  111. package/packages/flow/src/component/taskUnionExamine.vue +756 -756
  112. package/packages/flow/src/form.vue +121 -121
  113. package/packages/flow/src/freeStartFlow.vue +2846 -2846
  114. package/packages/flow/src/main.vue +3878 -3878
  115. package/packages/flow/src/processForm.vue +1365 -1365
  116. package/packages/flow/src/processReject.vue +309 -309
  117. package/packages/flow/src/reset.vue +942 -942
  118. package/packages/flow/src/startTaskRead.vue +692 -692
  119. package/packages/flow/src/supervise.vue +159 -159
  120. package/packages/flow/src/table.vue +58 -58
  121. package/packages/flow-group/index.js +5 -5
  122. package/packages/flow-group/src/main.vue +717 -717
  123. package/packages/flow-list/.DS_Store +0 -0
  124. package/packages/flow-list/index.js +5 -5
  125. package/packages/flow-list/src/main.vue +1801 -1801
  126. package/packages/form/.DS_Store +0 -0
  127. package/packages/form/index.js +5 -5
  128. package/packages/form/src/main.vue +3901 -3901
  129. package/packages/form/src/table.vue +1512 -1512
  130. package/packages/handle-user/index.js +5 -5
  131. package/packages/handle-user/src/main.vue +137 -137
  132. package/packages/handler/index.js +5 -5
  133. package/packages/handler/src/main.vue +496 -496
  134. package/packages/icon/.DS_Store +0 -0
  135. package/packages/icon/index.js +5 -5
  136. package/packages/icon/src/main.vue +104 -104
  137. package/packages/icons/index.js +5 -5
  138. package/packages/icons/src/icon.json +1 -1
  139. package/packages/icons/src/main.vue +81 -81
  140. package/packages/input/index.js +5 -5
  141. package/packages/input/src/main.vue +356 -356
  142. package/packages/input-number/index.js +5 -5
  143. package/packages/input-number/src/main.vue +106 -106
  144. package/packages/label/index.js +5 -5
  145. package/packages/label/src/main.vue +457 -457
  146. package/packages/layout/index.js +5 -5
  147. package/packages/layout/src/item.vue +152 -152
  148. package/packages/layout/src/main.vue +31 -31
  149. package/packages/login/.DS_Store +0 -0
  150. package/packages/login/index.js +5 -5
  151. package/packages/login/src/main.vue +2082 -2082
  152. package/packages/login/src/resetPassword.vue +557 -557
  153. package/packages/main/.DS_Store +0 -0
  154. package/packages/main/index.js +5 -5
  155. package/packages/main/src/.DS_Store +0 -0
  156. package/packages/main/src/default/message.vue +249 -249
  157. package/packages/main/src/default/notice.vue +157 -157
  158. package/packages/main/src/default/userinfo.vue +503 -503
  159. package/packages/main/src/public/online.vue +89 -89
  160. package/packages/main/src/public/search.vue +464 -464
  161. package/packages/main/src/public/settings.vue +227 -227
  162. package/packages/main/src/simplicity/apps.vue +388 -388
  163. package/packages/main/src/simplicity/avatar.vue +82 -82
  164. package/packages/main/src/simplicity/handler.vue +160 -160
  165. package/packages/main/src/simplicity/index.vue +2307 -2277
  166. package/packages/main/src/simplicity/lists.vue +84 -84
  167. package/packages/main/src/simplicity/menu-list.vue +135 -135
  168. package/packages/main/src/simplicity/message.vue +293 -293
  169. package/packages/main/src/simplicity/notice.vue +222 -222
  170. package/packages/main/src/simplicity/router-page.vue +45 -45
  171. package/packages/main/src/simplicity/sub-menu.vue +274 -274
  172. package/packages/main/src/simplicity/user.vue +259 -259
  173. package/packages/main/src/simplicity/userinfo.vue +401 -401
  174. package/packages/menu/.DS_Store +0 -0
  175. package/packages/menu/index.js +5 -5
  176. package/packages/menu/src/main.vue +595 -595
  177. package/packages/nav/index.js +5 -5
  178. package/packages/nav/src/main.vue +351 -351
  179. package/packages/notify/index.js +5 -5
  180. package/packages/notify/src/main.vue +538 -538
  181. package/packages/page/index.js +5 -5
  182. package/packages/page/src/main.vue +167 -167
  183. package/packages/pagination/index.js +5 -5
  184. package/packages/pagination/src/main.vue +96 -96
  185. package/packages/player/index.js +5 -5
  186. package/packages/player/src/main.vue +194 -194
  187. package/packages/qr-code/index.js +5 -5
  188. package/packages/qr-code/src/main.vue +170 -170
  189. package/packages/radio-group/index.js +6 -6
  190. package/packages/radio-group/src/main.vue +319 -319
  191. package/packages/retrial-auth/index.js +5 -5
  192. package/packages/retrial-auth/src/main.vue +280 -280
  193. package/packages/select/.DS_Store +0 -0
  194. package/packages/select/index.js +5 -5
  195. package/packages/select/src/main.vue +782 -782
  196. package/packages/select-ganged/index.js +5 -5
  197. package/packages/select-ganged/src/main.vue +724 -724
  198. package/packages/selector/.DS_Store +0 -0
  199. package/packages/selector/index.js +5 -5
  200. package/packages/selector/src/main.vue +761 -761
  201. package/packages/selector-panel/.DS_Store +0 -0
  202. package/packages/selector-panel/index.js +5 -5
  203. package/packages/selector-panel/src/main.vue +1027 -1027
  204. package/packages/selector-panel/src/selection.vue +170 -170
  205. package/packages/selector-panel/src/tree.vue +129 -129
  206. package/packages/sizer/index.js +5 -5
  207. package/packages/sizer/src/main.vue +254 -254
  208. package/packages/steps/index.js +5 -5
  209. package/packages/steps/src/main.vue +181 -181
  210. package/packages/switch/index.js +5 -5
  211. package/packages/switch/src/main.vue +170 -170
  212. package/packages/table-form/index.js +5 -5
  213. package/packages/tabs/index.js +5 -5
  214. package/packages/tabs/src/main.vue +788 -788
  215. package/packages/tabs-panel/index.js +5 -5
  216. package/packages/tabs-panel/src/main.vue +29 -29
  217. package/packages/theme-chalk/lib/base.css +1 -1
  218. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  219. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  220. package/packages/theme-chalk/lib/icon.css +1 -1
  221. package/packages/theme-chalk/lib/index.css +1 -1
  222. package/packages/theme-chalk/lib/main.css +1 -1
  223. package/packages/theme-chalk/lib/menu.css +1 -1
  224. package/packages/theme-chalk/lib/simplicity.css +1 -1
  225. package/packages/theme-chalk/lib/sizer.css +1 -1
  226. package/packages/theme-chalk/lib/upload.css +1 -1
  227. package/packages/theme-chalk/src/.DS_Store +0 -0
  228. package/packages/theme-chalk/src/base.scss +261 -261
  229. package/packages/theme-chalk/src/button-group.scss +176 -176
  230. package/packages/theme-chalk/src/button.scss +24 -24
  231. package/packages/theme-chalk/src/calendar.scss +113 -113
  232. package/packages/theme-chalk/src/card.scss +99 -99
  233. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  234. package/packages/theme-chalk/src/clients.scss +87 -87
  235. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  236. package/packages/theme-chalk/src/data-table.scss +297 -297
  237. package/packages/theme-chalk/src/date-picker.scss +7 -7
  238. package/packages/theme-chalk/src/dialog.scss +77 -77
  239. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  240. package/packages/theme-chalk/src/enterprise.scss +5 -5
  241. package/packages/theme-chalk/src/error-page.scss +18 -18
  242. package/packages/theme-chalk/src/flow-group.scss +110 -110
  243. package/packages/theme-chalk/src/flow-list.scss +39 -39
  244. package/packages/theme-chalk/src/flow.scss +351 -351
  245. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  246. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  247. package/packages/theme-chalk/src/form.scss +501 -501
  248. package/packages/theme-chalk/src/handle-user.scss +40 -40
  249. package/packages/theme-chalk/src/handler.scss +148 -148
  250. package/packages/theme-chalk/src/icon.scss +1608 -1540
  251. package/packages/theme-chalk/src/icons.scss +99 -99
  252. package/packages/theme-chalk/src/input.scss +9 -9
  253. package/packages/theme-chalk/src/label.scss +24 -24
  254. package/packages/theme-chalk/src/layout.scss +46 -46
  255. package/packages/theme-chalk/src/login.scss +1006 -1006
  256. package/packages/theme-chalk/src/main.scss +663 -663
  257. package/packages/theme-chalk/src/menu.scss +224 -224
  258. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  259. package/packages/theme-chalk/src/nav.scss +111 -111
  260. package/packages/theme-chalk/src/page.scss +3 -3
  261. package/packages/theme-chalk/src/pagination.scss +29 -29
  262. package/packages/theme-chalk/src/player.scss +9 -9
  263. package/packages/theme-chalk/src/qr-code.scss +17 -17
  264. package/packages/theme-chalk/src/radio-group.scss +9 -9
  265. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  266. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  267. package/packages/theme-chalk/src/select.scss +8 -8
  268. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  269. package/packages/theme-chalk/src/selector.scss +114 -114
  270. package/packages/theme-chalk/src/simplicity.scss +1404 -1395
  271. package/packages/theme-chalk/src/sizer.scss +36 -36
  272. package/packages/theme-chalk/src/steps.scss +88 -88
  273. package/packages/theme-chalk/src/switch.scss +3 -3
  274. package/packages/theme-chalk/src/table-form.scss +1 -1
  275. package/packages/theme-chalk/src/tabs.scss +87 -87
  276. package/packages/theme-chalk/src/tips.scss +7 -7
  277. package/packages/theme-chalk/src/toolbar.scss +179 -179
  278. package/packages/theme-chalk/src/tree-group.scss +72 -72
  279. package/packages/theme-chalk/src/tree.scss +165 -165
  280. package/packages/theme-chalk/src/upload.scss +172 -172
  281. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  282. package/packages/tips/index.js +5 -5
  283. package/packages/tips/src/main.vue +141 -141
  284. package/packages/toolbar/index.js +5 -5
  285. package/packages/toolbar/src/main.vue +430 -430
  286. package/packages/tree/index.js +5 -5
  287. package/packages/tree-group/index.js +5 -5
  288. package/packages/upload/.DS_Store +0 -0
  289. package/packages/upload/index.js +5 -5
  290. package/packages/upload/src/main.vue +1344 -1344
  291. package/packages/upload/src/picture.js +15 -15
  292. package/packages/wujie/index.js +5 -5
  293. package/packages/wujie/src/main.vue +145 -145
  294. package/packages/wxlogin/index.js +5 -5
  295. package/packages/wxlogin/src/main.vue +128 -128
  296. package/src/.DS_Store +0 -0
  297. package/src/config/api.js +317 -317
  298. package/src/config/image.js +2 -2
  299. package/src/index.js +163 -163
  300. package/src/utils/.DS_Store +0 -0
  301. package/src/utils/bus.js +3 -3
  302. package/src/utils/date-util.js +312 -312
  303. package/src/utils/http.js +50 -50
  304. package/src/utils/rules.js +18 -18
  305. package/src/utils/store.js +21 -21
  306. package/src/utils/webSocket.js +107 -107
package/lib/main.js CHANGED
@@ -3897,7 +3897,7 @@ var winTopOpen = function winTopOpen(config) {
3897
3897
  /* unused harmony export updateCode */
3898
3898
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return getModifyPassCode; });
3899
3899
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return codeModifyPass; });
3900
- /* unused harmony export loginModifyPasswomodifyrd */
3900
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pb", function() { return loginModifyPassword; });
3901
3901
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return authCenter; });
3902
3902
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lb", function() { return initModifyPassword; });
3903
3903
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return doWechatQrLogin; });
@@ -4051,7 +4051,7 @@ var doCodeLogin = '/sso2/signIn/auth/doCodeLogin'; // 短信、邮箱验证码
4051
4051
  var updateCode = '/sso2/signIn/assembly/getSmsModifyPassVerificationCode'; // 获取短信验证码(修改密码)
4052
4052
  var getModifyPassCode = '/sso2/signIn/assembly/getModifyPassCode'; // 获取修改密码的短信、邮箱验证码
4053
4053
  var codeModifyPass = '/sso2/signIn/assembly/codeModifyPass'; // 验证码重置密码
4054
- var loginModifyPasswomodifyrd = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
4054
+ var loginModifyPassword = '/sso2/signIn/auth/loginModifyPassword'; // 原始密码重置密码
4055
4055
  var authCenter = '/sso2/authCenter/login'; // 单点登录认证中心
4056
4056
  var initModifyPassword = '/sso2/signIn/assembly/initModifyPassword'; // 初始化密码修改信息
4057
4057
  var doWechatQrLogin = '/sso2/signIn/auth/doWechatQrLogin'; // 微信扫码登录
@@ -4668,8 +4668,8 @@ render._withStripped = true
4668
4668
  // EXTERNAL MODULE: ./src/config/image.js
4669
4669
  var config_image = __webpack_require__(19);
4670
4670
 
4671
- // 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=cbbb7c28&scoped=true&
4672
- var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
4671
+ // 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=1f3392e8&scoped=true&
4672
+ var simplicityvue_type_template_id_1f3392e8_scoped_true_render = function () {
4673
4673
  var _vm = this
4674
4674
  var _h = _vm.$createElement
4675
4675
  var _c = _vm._self._c || _h
@@ -4711,6 +4711,7 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
4711
4711
  },
4712
4712
  [
4713
4713
  _c("user", {
4714
+ ref: "user",
4714
4715
  attrs: {
4715
4716
  user: _vm.user,
4716
4717
  notifyList: _vm.notifyList,
@@ -4742,9 +4743,6 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
4742
4743
  ],
4743
4744
  attrs: { user: _vm.user, size: 56, "show-name": true },
4744
4745
  }),
4745
- _c("div", { staticClass: "es-simplicity-username" }, [
4746
- _vm._v(_vm._s(_vm.user.username)),
4747
- ]),
4748
4746
  _c(
4749
4747
  "div",
4750
4748
  {
@@ -4760,12 +4758,68 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
4760
4758
  },
4761
4759
  [_vm._v("\n " + _vm._s(_vm.greeting) + "\n ")]
4762
4760
  ),
4761
+ _c("div", { staticClass: "es-simplicity-username" }, [
4762
+ _vm._v(_vm._s(_vm.user.username)),
4763
+ ]),
4763
4764
  ],
4764
4765
  1
4765
4766
  ),
4766
4767
  ],
4767
4768
  1
4768
4769
  ),
4770
+ _vm.user.identityList && _vm.user.identityList.length
4771
+ ? _c(
4772
+ "el-dropdown",
4773
+ {
4774
+ attrs: { trigger: "click", placement: "bottom-start" },
4775
+ on: { command: _vm.handleDepSelect },
4776
+ },
4777
+ [
4778
+ _c(
4779
+ "div",
4780
+ { staticClass: "es-simplicity-dep-post" },
4781
+ [
4782
+ _c("span", { staticClass: "es-simplicity-dep-name" }, [
4783
+ _vm._v(" " + _vm._s(_vm.user.depName)),
4784
+ ]),
4785
+ _vm.user.postName
4786
+ ? [
4787
+ _vm._v("\n |\n "),
4788
+ _c(
4789
+ "span",
4790
+ { staticClass: "es-simplicity-post-name" },
4791
+ [
4792
+ _vm._v(
4793
+ _vm._s(_vm.user.position || _vm.user.postName)
4794
+ ),
4795
+ ]
4796
+ ),
4797
+ ]
4798
+ : _vm._e(),
4799
+ _c("i", { staticClass: "es-icon-qiehuangangwei" }),
4800
+ ],
4801
+ 2
4802
+ ),
4803
+ _c(
4804
+ "el-dropdown-menu",
4805
+ { attrs: { slot: "dropdown" }, slot: "dropdown" },
4806
+ _vm._l(_vm.user.identityList, function (item) {
4807
+ return _c(
4808
+ "el-dropdown-item",
4809
+ {
4810
+ key: item.id,
4811
+ class: { "is-active": _vm.user.identityId == item.id },
4812
+ attrs: { command: item },
4813
+ },
4814
+ [_vm._v(_vm._s(item.name))]
4815
+ )
4816
+ }),
4817
+ 1
4818
+ ),
4819
+ ],
4820
+ 1
4821
+ )
4822
+ : _vm._e(),
4769
4823
  _c(
4770
4824
  "div",
4771
4825
  { staticClass: "es-simplicity-side-Application" },
@@ -5379,11 +5433,11 @@ var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
5379
5433
  ),
5380
5434
  ])
5381
5435
  }
5382
- var simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns = []
5383
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render._withStripped = true
5436
+ var simplicityvue_type_template_id_1f3392e8_scoped_true_staticRenderFns = []
5437
+ simplicityvue_type_template_id_1f3392e8_scoped_true_render._withStripped = true
5384
5438
 
5385
5439
 
5386
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=cbbb7c28&scoped=true&
5440
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1f3392e8&scoped=true&
5387
5441
 
5388
5442
  // 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&
5389
5443
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -7452,10 +7506,10 @@ var external_throttle_debounce_ = __webpack_require__(13);
7452
7506
  this.$emit('click', res);
7453
7507
  },
7454
7508
 
7455
- /**
7456
- * @desc:获取气泡提醒
7457
- * @author huangbo
7458
- * @date 2024年9月7日
7509
+ /**
7510
+ * @desc:获取气泡提醒
7511
+ * @author huangbo
7512
+ * @date 2024年9月7日
7459
7513
  **/
7460
7514
  getBadge: function getBadge(res) {
7461
7515
  var num = res.tips || 0;
@@ -11270,6 +11324,33 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
11270
11324
  //
11271
11325
  //
11272
11326
  //
11327
+ //
11328
+ //
11329
+ //
11330
+ //
11331
+ //
11332
+ //
11333
+ //
11334
+ //
11335
+ //
11336
+ //
11337
+ //
11338
+ //
11339
+ //
11340
+ //
11341
+ //
11342
+ //
11343
+ //
11344
+ //
11345
+ //
11346
+ //
11347
+ //
11348
+ //
11349
+ //
11350
+ //
11351
+ //
11352
+ //
11353
+ //
11273
11354
 
11274
11355
 
11275
11356
 
@@ -11732,10 +11813,14 @@ var events = [function (tabs, index, that) {
11732
11813
  },
11733
11814
 
11734
11815
  methods: {
11735
- /**
11736
- * @desc:匹配路由
11737
- * @author huangbo
11738
- * @date 2024年9月7日
11816
+ handleDepSelect: function handleDepSelect(res) {
11817
+ this.$refs.user.handleSelect(res);
11818
+ },
11819
+
11820
+ /**
11821
+ * @desc:匹配路由
11822
+ * @author huangbo
11823
+ * @date 2024年9月7日
11739
11824
  **/
11740
11825
  hasRouter: function hasRouter(res, url, code) {
11741
11826
  if (!url) {
@@ -11779,10 +11864,10 @@ var events = [function (tabs, index, that) {
11779
11864
  return false;
11780
11865
  },
11781
11866
 
11782
- /**
11783
- * @desc:获取初始数据
11784
- * @author huangbo
11785
- * @date 2024年9月7日
11867
+ /**
11868
+ * @desc:获取初始数据
11869
+ * @author huangbo
11870
+ * @date 2024年9月7日
11786
11871
  **/
11787
11872
  init: function init(results, first) {
11788
11873
  this.setConfig(results);
@@ -11791,10 +11876,10 @@ var events = [function (tabs, index, that) {
11791
11876
  }
11792
11877
  },
11793
11878
 
11794
- /**
11795
- * @desc:设置用户配置及信息
11796
- * @author huangbo
11797
- * @date 2024年9月7日
11879
+ /**
11880
+ * @desc:设置用户配置及信息
11881
+ * @author huangbo
11882
+ * @date 2024年9月7日
11798
11883
  **/
11799
11884
  setConfig: function setConfig(results) {
11800
11885
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -11958,10 +12043,10 @@ var events = [function (tabs, index, that) {
11958
12043
  }
11959
12044
  },
11960
12045
 
11961
- /**
11962
- * @desc:获取所有应用
11963
- * @author huangbo
11964
- * @date 2024年9月7日
12046
+ /**
12047
+ * @desc:获取所有应用
12048
+ * @author huangbo
12049
+ * @date 2024年9月7日
11965
12050
  **/
11966
12051
  getApplications: function getApplications() {
11967
12052
  var _this2 = this;
@@ -12009,10 +12094,10 @@ var events = [function (tabs, index, that) {
12009
12094
  });
12010
12095
  },
12011
12096
 
12012
- /**
12013
- * @desc:获取菜单列表
12014
- * @author huangbo
12015
- * @date 2024年9月7日
12097
+ /**
12098
+ * @desc:获取菜单列表
12099
+ * @author huangbo
12100
+ * @date 2024年9月7日
12016
12101
  **/
12017
12102
  getMenus: function getMenus(loading) {
12018
12103
  var _this3 = this;
@@ -12045,10 +12130,10 @@ var events = [function (tabs, index, that) {
12045
12130
  });
12046
12131
  },
12047
12132
 
12048
- /**
12049
- * @desc:处理菜单列表
12050
- * @author huangbo
12051
- * @date 2024年9月7日
12133
+ /**
12134
+ * @desc:处理菜单列表
12135
+ * @author huangbo
12136
+ * @date 2024年9月7日
12052
12137
  **/
12053
12138
  renderMenus: function renderMenus(res) {
12054
12139
  this.menus = res;
@@ -12144,10 +12229,10 @@ var events = [function (tabs, index, that) {
12144
12229
  }
12145
12230
  },
12146
12231
 
12147
- /**
12148
- * @desc:设置页面加载类型
12149
- * @author huangbo
12150
- * @date 2024年9月7日
12232
+ /**
12233
+ * @desc:设置页面加载类型
12234
+ * @author huangbo
12235
+ * @date 2024年9月7日
12151
12236
  **/
12152
12237
  setIframeType: function setIframeType(res) {
12153
12238
  var url = res.url;
@@ -12203,10 +12288,10 @@ var events = [function (tabs, index, that) {
12203
12288
  return res;
12204
12289
  },
12205
12290
 
12206
- /**
12207
- * @desc:获取菜单
12208
- * @author huangbo
12209
- * @date 2024年9月7日
12291
+ /**
12292
+ * @desc:获取菜单
12293
+ * @author huangbo
12294
+ * @date 2024年9月7日
12210
12295
  **/
12211
12296
  getMenu: function getMenu(menus, res, key) {
12212
12297
  if (Array.isArray(menus)) {
@@ -12235,10 +12320,10 @@ var events = [function (tabs, index, that) {
12235
12320
  return false;
12236
12321
  },
12237
12322
 
12238
- /**
12239
- * @desc:获取菜单第一条数据
12240
- * @author huangbo
12241
- * @date 2024年9月7日
12323
+ /**
12324
+ * @desc:获取菜单第一条数据
12325
+ * @author huangbo
12326
+ * @date 2024年9月7日
12242
12327
  **/
12243
12328
  getFirst: function getFirst(obj) {
12244
12329
  if (!obj) {
@@ -12257,10 +12342,10 @@ var events = [function (tabs, index, that) {
12257
12342
  }
12258
12343
  },
12259
12344
 
12260
- /**
12261
- * @desc:遍历设置菜单气泡提醒
12262
- * @author huangbo
12263
- * @date 2024年9月7日
12345
+ /**
12346
+ * @desc:遍历设置菜单气泡提醒
12347
+ * @author huangbo
12348
+ * @date 2024年9月7日
12264
12349
  **/
12265
12350
  setTips: function setTips(obj) {
12266
12351
  var _this4 = this;
@@ -12323,10 +12408,10 @@ var events = [function (tabs, index, that) {
12323
12408
  }
12324
12409
  },
12325
12410
 
12326
- /**
12327
- * @desc:获取气泡提醒
12328
- * @author huangbo
12329
- * @date 2024年9月7日
12411
+ /**
12412
+ * @desc:获取气泡提醒
12413
+ * @author huangbo
12414
+ * @date 2024年9月7日
12330
12415
  **/
12331
12416
  getBadge: function getBadge(res) {
12332
12417
  var num = res.tips || 0;
@@ -12340,10 +12425,10 @@ var events = [function (tabs, index, that) {
12340
12425
  };
12341
12426
  },
12342
12427
 
12343
- /**
12344
- * @desc:开启weosocket
12345
- * @author huangbo
12346
- * @date 2024年9月7日
12428
+ /**
12429
+ * @desc:开启weosocket
12430
+ * @author huangbo
12431
+ * @date 2024年9月7日
12347
12432
  **/
12348
12433
  initWebSocket: function initWebSocket() {
12349
12434
  var _this6 = this;
@@ -12392,10 +12477,10 @@ var events = [function (tabs, index, that) {
12392
12477
  });
12393
12478
  },
12394
12479
 
12395
- /**
12396
- * @desc:显示用户信息
12397
- * @author huangbo
12398
- * @date 2024年9月7日
12480
+ /**
12481
+ * @desc:显示用户信息
12482
+ * @author huangbo
12483
+ * @date 2024年9月7日
12399
12484
  **/
12400
12485
  showUserInfo: function showUserInfo() {
12401
12486
  if (this.showUser === false) {
@@ -12403,19 +12488,19 @@ var events = [function (tabs, index, that) {
12403
12488
  }
12404
12489
  },
12405
12490
 
12406
- /**
12407
- * @desc:删除更多应用菜单点击
12408
- * @author huangbo
12409
- * @date 2024年9月7日
12491
+ /**
12492
+ * @desc:删除更多应用菜单点击
12493
+ * @author huangbo
12494
+ * @date 2024年9月7日
12410
12495
  **/
12411
12496
  handleDelete: function handleDelete(index) {
12412
12497
  this.newApps.splice(index, 1);
12413
12498
  },
12414
12499
 
12415
- /**
12416
- * @desc:储存更多应用菜单点击
12417
- * @author huangbo
12418
- * @date 2024年9月7日
12500
+ /**
12501
+ * @desc:储存更多应用菜单点击
12502
+ * @author huangbo
12503
+ * @date 2024年9月7日
12419
12504
  **/
12420
12505
  handlerClickApps: function handlerClickApps(res) {
12421
12506
  if (res.permission === false) {
@@ -12428,10 +12513,10 @@ var events = [function (tabs, index, that) {
12428
12513
  this.handlerClickApp(res);
12429
12514
  },
12430
12515
 
12431
- /**
12432
- * @desc:侧边应用菜单点击
12433
- * @author huangbo
12434
- * @date 2024年9月7日
12516
+ /**
12517
+ * @desc:侧边应用菜单点击
12518
+ * @author huangbo
12519
+ * @date 2024年9月7日
12435
12520
  **/
12436
12521
  handlerClickApp: function handlerClickApp(res) {
12437
12522
  this.showMsg = false;
@@ -12520,10 +12605,10 @@ var events = [function (tabs, index, that) {
12520
12605
  }
12521
12606
  },
12522
12607
 
12523
- /**
12524
- * @desc:显示Drawer界面
12525
- * @author huangbo
12526
- * @date 2024年9月7日
12608
+ /**
12609
+ * @desc:显示Drawer界面
12610
+ * @author huangbo
12611
+ * @date 2024年9月7日
12527
12612
  **/
12528
12613
  handlerSetDrawer: function handlerSetDrawer(res, type) {
12529
12614
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -12543,19 +12628,19 @@ var events = [function (tabs, index, that) {
12543
12628
  }
12544
12629
  },
12545
12630
 
12546
- /**
12547
- * @desc:关闭Drawer界面
12548
- * @author huangbo
12549
- * @date 2024年9月7日
12631
+ /**
12632
+ * @desc:关闭Drawer界面
12633
+ * @author huangbo
12634
+ * @date 2024年9月7日
12550
12635
  **/
12551
12636
  handleCloseDrawer: function handleCloseDrawer() {
12552
12637
  this.drawer = { visible: false };
12553
12638
  },
12554
12639
 
12555
- /**
12556
- * @desc:菜单点击
12557
- * @author huangbo
12558
- * @date 2024年9月7日
12640
+ /**
12641
+ * @desc:菜单点击
12642
+ * @author huangbo
12643
+ * @date 2024年9月7日
12559
12644
  **/
12560
12645
  handlerClickMenu: function handlerClickMenu(res) {
12561
12646
  util["a" /* default */].ajax({
@@ -12604,19 +12689,19 @@ var events = [function (tabs, index, that) {
12604
12689
  },
12605
12690
 
12606
12691
 
12607
- /**
12608
- * @desc:用户详情请求成功
12609
- * @author huangbo
12610
- * @date 2024年9月7日
12692
+ /**
12693
+ * @desc:用户详情请求成功
12694
+ * @author huangbo
12695
+ * @date 2024年9月7日
12611
12696
  **/
12612
12697
  handleSuccess: function handleSuccess(res) {
12613
12698
  this.simpleUserInfo = res.simpleUserInfo;
12614
12699
  },
12615
12700
 
12616
- /**
12617
- * @desc:修改用户配置
12618
- * @author huangbo
12619
- * @date 2024年9月7日
12701
+ /**
12702
+ * @desc:修改用户配置
12703
+ * @author huangbo
12704
+ * @date 2024年9月7日
12620
12705
  **/
12621
12706
  handleChangeConfig: function handleChangeConfig(name, res) {
12622
12707
  if (name == 'userHeadUrl') {
@@ -12632,10 +12717,10 @@ var events = [function (tabs, index, that) {
12632
12717
  }
12633
12718
  },
12634
12719
 
12635
- /**
12636
- * @desc:关闭webSocket
12637
- * @author huangbo
12638
- * @date 2024年9月7日
12720
+ /**
12721
+ * @desc:关闭webSocket
12722
+ * @author huangbo
12723
+ * @date 2024年9月7日
12639
12724
  **/
12640
12725
  handlerClose: function handlerClose() {
12641
12726
  if (this.webSocket) {
@@ -12643,10 +12728,10 @@ var events = [function (tabs, index, that) {
12643
12728
  }
12644
12729
  },
12645
12730
 
12646
- /**
12647
- * @desc:刷新选中iframe页签
12648
- * @author huangbo
12649
- * @date 2024年9月7日
12731
+ /**
12732
+ * @desc:刷新选中iframe页签
12733
+ * @author huangbo
12734
+ * @date 2024年9月7日
12650
12735
  **/
12651
12736
  handleRefresh: function handleRefresh(arg) {
12652
12737
  var i = arg && arg != true && arg !== 'pageData' ? util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -12683,10 +12768,10 @@ var events = [function (tabs, index, that) {
12683
12768
  }
12684
12769
  },
12685
12770
 
12686
- /**
12687
- * @desc:删除iframe
12688
- * @author huangbo
12689
- * @date 2024年9月7日
12771
+ /**
12772
+ * @desc:删除iframe
12773
+ * @author huangbo
12774
+ * @date 2024年9月7日
12690
12775
  **/
12691
12776
  handleRemove: function handleRemove(name) {
12692
12777
  var len = this.tabs.length - 1;
@@ -12703,10 +12788,10 @@ var events = [function (tabs, index, that) {
12703
12788
  }
12704
12789
  },
12705
12790
 
12706
- /**
12707
- * @desc:tabs鼠标右键事件
12708
- * @author huangbo
12709
- * @date 2024年9月7日
12791
+ /**
12792
+ * @desc:tabs鼠标右键事件
12793
+ * @author huangbo
12794
+ * @date 2024年9月7日
12710
12795
  **/
12711
12796
  handleContextmenu: function handleContextmenu(tabs, e) {
12712
12797
  var disabled = {};
@@ -12731,10 +12816,10 @@ var events = [function (tabs, index, that) {
12731
12816
  window.addEventListener('click', this.closeTabsEvents);
12732
12817
  },
12733
12818
 
12734
- /**
12735
- * @desc:tabs页签事件
12736
- * @author huangbo
12737
- * @date 2024年9月7日
12819
+ /**
12820
+ * @desc:tabs页签事件
12821
+ * @author huangbo
12822
+ * @date 2024年9月7日
12738
12823
  **/
12739
12824
  handleTabsEvents: function handleTabsEvents(num) {
12740
12825
  if (this.pane !== null) {
@@ -12745,10 +12830,10 @@ var events = [function (tabs, index, that) {
12745
12830
  },
12746
12831
 
12747
12832
 
12748
- /**
12749
- * @desc:关闭页签事件面板
12750
- * @author huangbo
12751
- * @date 2024年9月7日
12833
+ /**
12834
+ * @desc:关闭页签事件面板
12835
+ * @author huangbo
12836
+ * @date 2024年9月7日
12752
12837
  **/
12753
12838
  closeTabsEvents: function closeTabsEvents(e) {
12754
12839
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -12758,10 +12843,10 @@ var events = [function (tabs, index, that) {
12758
12843
  },
12759
12844
 
12760
12845
 
12761
- /**
12762
- * @desc:tabs页签点击事件
12763
- * @author huangbo
12764
- * @date 2024年9月7日
12846
+ /**
12847
+ * @desc:tabs页签点击事件
12848
+ * @author huangbo
12849
+ * @date 2024年9月7日
12765
12850
  **/
12766
12851
  handleTabClick: function handleTabClick() {
12767
12852
  this.active = '';
@@ -12769,10 +12854,10 @@ var events = [function (tabs, index, that) {
12769
12854
  this.showMenu = false;
12770
12855
  },
12771
12856
 
12772
- /**
12773
- * @desc:handler工具栏点击事件
12774
- * @author huangbo
12775
- * @date 2024年9月7日
12857
+ /**
12858
+ * @desc:handler工具栏点击事件
12859
+ * @author huangbo
12860
+ * @date 2024年9月7日
12776
12861
  **/
12777
12862
  handleClick: function handleClick(res) {
12778
12863
  var type = res.type,
@@ -12853,10 +12938,10 @@ var events = [function (tabs, index, that) {
12853
12938
  this.$emit('handler-click', res);
12854
12939
  },
12855
12940
 
12856
- /**
12857
- * @desc:退出登录
12858
- * @author huangbo
12859
- * @date 2024年9月7日
12941
+ /**
12942
+ * @desc:退出登录
12943
+ * @author huangbo
12944
+ * @date 2024年9月7日
12860
12945
  **/
12861
12946
  handleQuit: function handleQuit() {
12862
12947
  var _this7 = this;
@@ -12931,10 +13016,10 @@ var events = [function (tabs, index, that) {
12931
13016
  }).catch(function (e) {});
12932
13017
  },
12933
13018
 
12934
- /**
12935
- * @desc:主题、消息回调
12936
- * @author huangbo
12937
- * @date 2024年9月7日
13019
+ /**
13020
+ * @desc:主题、消息回调
13021
+ * @author huangbo
13022
+ * @date 2024年9月7日
12938
13023
  **/
12939
13024
  handleChange: function handleChange(res) {
12940
13025
  var type = res.type,
@@ -12950,10 +13035,10 @@ var events = [function (tabs, index, that) {
12950
13035
  }
12951
13036
  },
12952
13037
 
12953
- /**
12954
- * @desc:菜单布局样式切换
12955
- * @author huangbo
12956
- * @date 2024年9月7日
13038
+ /**
13039
+ * @desc:菜单布局样式切换
13040
+ * @author huangbo
13041
+ * @date 2024年9月7日
12957
13042
  **/
12958
13043
  handleLayout: function handleLayout(res, active) {
12959
13044
  if (active) {
@@ -12962,10 +13047,10 @@ var events = [function (tabs, index, that) {
12962
13047
  this.$emit('chang-layout', res, active);
12963
13048
  },
12964
13049
 
12965
- /**
12966
- * @desc:消息修改总数
12967
- * @author huangbo
12968
- * @date 2024年9月7日
13050
+ /**
13051
+ * @desc:消息修改总数
13052
+ * @author huangbo
13053
+ * @date 2024年9月7日
12969
13054
  **/
12970
13055
  handleMenuTips: function handleMenuTips(id, num) {
12971
13056
  if (num) {
@@ -12976,10 +13061,10 @@ var events = [function (tabs, index, that) {
12976
13061
  }
12977
13062
  },
12978
13063
 
12979
- /**
12980
- * @desc:处理即时消息
12981
- * @author huangbo
12982
- * @date 2024年9月7日
13064
+ /**
13065
+ * @desc:处理即时消息
13066
+ * @author huangbo
13067
+ * @date 2024年9月7日
12983
13068
  **/
12984
13069
  handleOpened: function handleOpened(res) {
12985
13070
  var _this8 = this;
@@ -13106,11 +13191,11 @@ var events = [function (tabs, index, that) {
13106
13191
 
13107
13192
  var simplicity_component = Object(componentNormalizer["a" /* default */])(
13108
13193
  src_simplicityvue_type_script_lang_js_,
13109
- simplicityvue_type_template_id_cbbb7c28_scoped_true_render,
13110
- simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns,
13194
+ simplicityvue_type_template_id_1f3392e8_scoped_true_render,
13195
+ simplicityvue_type_template_id_1f3392e8_scoped_true_staticRenderFns,
13111
13196
  false,
13112
13197
  null,
13113
- "cbbb7c28",
13198
+ "1f3392e8",
13114
13199
  null
13115
13200
 
13116
13201
  )