eoss-ui 0.6.62 → 0.6.64

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 (309) hide show
  1. package/lib/.DS_Store +0 -0
  2. package/lib/button-group.js +41 -30
  3. package/lib/button.js +40 -29
  4. package/lib/calendar.js +2 -2
  5. package/lib/calogin.js +5279 -0
  6. package/lib/card.js +2 -2
  7. package/lib/cascader.js +2 -2
  8. package/lib/checkbox-group.js +45 -34
  9. package/lib/clients.js +5 -5
  10. package/lib/config/api.js +15 -15
  11. package/lib/data-table-form.js +43 -33
  12. package/lib/data-table.js +42 -32
  13. package/lib/date-picker.js +40 -29
  14. package/lib/dialog.js +44 -33
  15. package/lib/enable-drag.js +2 -2
  16. package/lib/enterprise.js +2 -2
  17. package/lib/eoss-ui.common.js +1825 -666
  18. package/lib/error-page.js +2 -2
  19. package/lib/flow-group.js +262 -233
  20. package/lib/flow-list.js +142 -126
  21. package/lib/flow.js +323 -313
  22. package/lib/form.js +59 -44
  23. package/lib/handle-user.js +44 -33
  24. package/lib/handler.js +47 -36
  25. package/lib/icon.js +40 -29
  26. package/lib/icons.js +4 -4
  27. package/lib/index.js +1 -1
  28. package/lib/input-number.js +40 -29
  29. package/lib/input.js +44 -33
  30. package/lib/label.js +2 -2
  31. package/lib/layout.js +4 -4
  32. package/lib/login.js +216 -96
  33. package/lib/main.js +212 -190
  34. package/lib/menu.js +4 -4
  35. package/lib/nav.js +42 -31
  36. package/lib/notify.js +17 -17
  37. package/lib/page.js +40 -29
  38. package/lib/pagination.js +40 -29
  39. package/lib/player.js +50 -39
  40. package/lib/qr-code.js +55 -44
  41. package/lib/radio-group.js +51 -40
  42. package/lib/retrial-auth.js +47 -36
  43. package/lib/select-ganged.js +185 -174
  44. package/lib/select.js +187 -176
  45. package/lib/selector-panel.js +45 -35
  46. package/lib/selector.js +42 -31
  47. package/lib/sizer.js +40 -29
  48. package/lib/steps.js +42 -31
  49. package/lib/switch.js +40 -29
  50. package/lib/table-form.js +49 -38
  51. package/lib/tabs-panel.js +2 -2
  52. package/lib/tabs.js +40 -29
  53. package/lib/theme-chalk/base.css +1 -1
  54. package/lib/theme-chalk/calogin.css +0 -0
  55. package/lib/theme-chalk/index.css +1 -1
  56. package/lib/theme-chalk/login.css +1 -1
  57. package/lib/theme-chalk/main.css +1 -1
  58. package/lib/theme-chalk/menu.css +1 -1
  59. package/lib/theme-chalk/simplicity.css +1 -1
  60. package/lib/theme-chalk/sizer.css +1 -1
  61. package/lib/theme-chalk/upload.css +1 -1
  62. package/lib/tips.js +42 -31
  63. package/lib/toolbar.js +2 -2
  64. package/lib/tree-group.js +40 -29
  65. package/lib/tree.js +42 -31
  66. package/lib/upload.js +48 -37
  67. package/lib/utils/util.js +4 -1
  68. package/lib/wujie.js +47 -36
  69. package/lib/wxlogin.js +40 -29
  70. package/package.json +160 -159
  71. package/packages/.DS_Store +0 -0
  72. package/packages/autocomplete/.DS_Store +0 -0
  73. package/packages/button/index.js +5 -5
  74. package/packages/button/src/main.vue +418 -418
  75. package/packages/button-group/index.js +5 -5
  76. package/packages/button-group/src/main.vue +298 -298
  77. package/packages/calendar/index.js +5 -5
  78. package/packages/calogin/index.js +5 -0
  79. package/packages/calogin/src/main.vue +131 -0
  80. package/packages/calogin/src/plugin.js +748 -0
  81. package/packages/card/index.js +5 -5
  82. package/packages/card/src/main.vue +156 -156
  83. package/packages/cascader/index.js +5 -5
  84. package/packages/cascader/src/main.vue +168 -168
  85. package/packages/checkbox-group/index.js +5 -5
  86. package/packages/checkbox-group/src/main.vue +333 -333
  87. package/packages/clients/index.js +5 -5
  88. package/packages/clients/src/main.vue +151 -151
  89. package/packages/data-table/index.js +5 -5
  90. package/packages/data-table/src/children.vue +39 -39
  91. package/packages/data-table/src/column.vue +989 -989
  92. package/packages/data-table/src/main.vue +1822 -1822
  93. package/packages/data-table/src/sizer.vue +195 -195
  94. package/packages/data-table-form/index.js +5 -5
  95. package/packages/data-table-form/src/checkbox.vue +101 -101
  96. package/packages/data-table-form/src/colgroup.vue +17 -17
  97. package/packages/data-table-form/src/main.vue +181 -181
  98. package/packages/data-table-form/src/radio.vue +65 -65
  99. package/packages/data-table-form/src/table.vue +233 -233
  100. package/packages/data-table-form/src/tbody.vue +336 -336
  101. package/packages/data-table-form/src/thead.vue +68 -68
  102. package/packages/date-picker/.DS_Store +0 -0
  103. package/packages/date-picker/index.js +5 -5
  104. package/packages/date-picker/src/.DS_Store +0 -0
  105. package/packages/date-picker/src/main.vue +236 -236
  106. package/packages/dialog/index.js +5 -5
  107. package/packages/enable-drag/index.js +5 -5
  108. package/packages/enterprise/index.js +5 -5
  109. package/packages/enterprise/src/main.vue +66 -66
  110. package/packages/error-page/index.js +5 -5
  111. package/packages/error-page/src/main.vue +44 -44
  112. package/packages/flow/index.js +5 -5
  113. package/packages/flow/src/component/Circulate.vue +322 -322
  114. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  115. package/packages/flow/src/component/CustomPreset.vue +322 -322
  116. package/packages/flow/src/component/FileList.vue +99 -99
  117. package/packages/flow/src/component/Preset.vue +255 -255
  118. package/packages/flow/src/component/SendMsg.vue +241 -241
  119. package/packages/flow/src/component/TimeLimit.vue +190 -190
  120. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  121. package/packages/flow/src/form.vue +121 -121
  122. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  123. package/packages/flow/src/main.vue +3275 -3275
  124. package/packages/flow/src/processForm.vue +1091 -1091
  125. package/packages/flow/src/processReject.vue +294 -294
  126. package/packages/flow/src/reset.vue +900 -900
  127. package/packages/flow/src/startTaskRead.vue +659 -659
  128. package/packages/flow/src/supervise.vue +149 -149
  129. package/packages/flow/src/table.vue +58 -58
  130. package/packages/flow-group/index.js +5 -5
  131. package/packages/flow-group/src/main.vue +688 -688
  132. package/packages/flow-list/index.js +5 -5
  133. package/packages/flow-list/src/main.vue +1724 -1718
  134. package/packages/form/index.js +5 -5
  135. package/packages/form/src/main.vue +3581 -3583
  136. package/packages/form/src/table.vue +1426 -1426
  137. package/packages/handle-user/index.js +5 -5
  138. package/packages/handle-user/src/main.vue +138 -138
  139. package/packages/handler/index.js +5 -5
  140. package/packages/handler/src/main.vue +493 -493
  141. package/packages/icon/index.js +5 -5
  142. package/packages/icon/src/main.vue +101 -101
  143. package/packages/icons/index.js +5 -5
  144. package/packages/icons/src/main.vue +81 -81
  145. package/packages/input/index.js +5 -5
  146. package/packages/input/src/main.vue +356 -356
  147. package/packages/input-number/index.js +5 -5
  148. package/packages/input-number/src/main.vue +106 -106
  149. package/packages/label/index.js +5 -5
  150. package/packages/label/src/main.vue +457 -457
  151. package/packages/layout/index.js +5 -5
  152. package/packages/layout/src/item.vue +152 -152
  153. package/packages/layout/src/main.vue +31 -31
  154. package/packages/login/index.js +5 -5
  155. package/packages/login/src/main.vue +1976 -1942
  156. package/packages/login/src/resetPassword.vue +562 -562
  157. package/packages/main/.DS_Store +0 -0
  158. package/packages/main/index.js +5 -5
  159. package/packages/main/src/.DS_Store +0 -0
  160. package/packages/main/src/default/message.vue +249 -249
  161. package/packages/main/src/default/notice.vue +157 -157
  162. package/packages/main/src/default/userinfo.vue +503 -503
  163. package/packages/main/src/public/online.vue +89 -89
  164. package/packages/main/src/public/search.vue +462 -462
  165. package/packages/main/src/public/settings.vue +221 -221
  166. package/packages/main/src/simplicity/apps.vue +388 -388
  167. package/packages/main/src/simplicity/avatar.vue +83 -82
  168. package/packages/main/src/simplicity/handler.vue +259 -259
  169. package/packages/main/src/simplicity/index.vue +2089 -2086
  170. package/packages/main/src/simplicity/lists.vue +84 -84
  171. package/packages/main/src/simplicity/menu-list.vue +135 -135
  172. package/packages/main/src/simplicity/message.vue +259 -259
  173. package/packages/main/src/simplicity/notice.vue +190 -190
  174. package/packages/main/src/simplicity/router-page.vue +45 -45
  175. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  176. package/packages/main/src/simplicity/user.vue +257 -257
  177. package/packages/main/src/simplicity/userinfo.vue +312 -312
  178. package/packages/menu/.DS_Store +0 -0
  179. package/packages/menu/index.js +5 -5
  180. package/packages/menu/src/main.vue +584 -584
  181. package/packages/nav/index.js +5 -5
  182. package/packages/nav/src/main.vue +351 -351
  183. package/packages/notify/index.js +5 -5
  184. package/packages/notify/src/main.vue +538 -538
  185. package/packages/page/index.js +5 -5
  186. package/packages/page/src/main.vue +167 -167
  187. package/packages/pagination/index.js +5 -5
  188. package/packages/pagination/src/main.vue +96 -96
  189. package/packages/player/index.js +5 -5
  190. package/packages/player/src/main.vue +194 -194
  191. package/packages/qr-code/index.js +5 -5
  192. package/packages/qr-code/src/main.vue +170 -170
  193. package/packages/radio-group/index.js +6 -6
  194. package/packages/radio-group/src/main.vue +319 -319
  195. package/packages/retrial-auth/index.js +5 -5
  196. package/packages/retrial-auth/src/main.vue +280 -280
  197. package/packages/scrollbar/.DS_Store +0 -0
  198. package/packages/select/.DS_Store +0 -0
  199. package/packages/select/index.js +5 -5
  200. package/packages/select/src/main.vue +778 -778
  201. package/packages/select-ganged/index.js +5 -5
  202. package/packages/select-ganged/src/main.vue +724 -724
  203. package/packages/selector/index.js +5 -5
  204. package/packages/selector/src/main.vue +687 -687
  205. package/packages/selector-panel/index.js +5 -5
  206. package/packages/selector-panel/src/main.vue +1027 -1027
  207. package/packages/selector-panel/src/selection.vue +177 -177
  208. package/packages/selector-panel/src/tree.vue +129 -129
  209. package/packages/sizer/index.js +5 -5
  210. package/packages/sizer/src/main.vue +254 -254
  211. package/packages/steps/index.js +5 -5
  212. package/packages/steps/src/main.vue +181 -181
  213. package/packages/switch/index.js +5 -5
  214. package/packages/switch/src/main.vue +154 -154
  215. package/packages/table-form/index.js +5 -5
  216. package/packages/tabs/index.js +5 -5
  217. package/packages/tabs/src/main.vue +788 -788
  218. package/packages/tabs-panel/index.js +5 -5
  219. package/packages/tabs-panel/src/main.vue +29 -29
  220. package/packages/theme-chalk/lib/base.css +1 -1
  221. package/packages/theme-chalk/lib/calogin.css +0 -0
  222. package/packages/theme-chalk/lib/index.css +1 -1
  223. package/packages/theme-chalk/lib/login.css +1 -1
  224. package/packages/theme-chalk/lib/main.css +1 -1
  225. package/packages/theme-chalk/lib/menu.css +1 -1
  226. package/packages/theme-chalk/lib/simplicity.css +1 -1
  227. package/packages/theme-chalk/lib/sizer.css +1 -1
  228. package/packages/theme-chalk/lib/upload.css +1 -1
  229. package/packages/theme-chalk/src/.DS_Store +0 -0
  230. package/packages/theme-chalk/src/base.scss +261 -260
  231. package/packages/theme-chalk/src/button-group.scss +176 -176
  232. package/packages/theme-chalk/src/button.scss +24 -24
  233. package/packages/theme-chalk/src/calendar.scss +113 -113
  234. package/packages/theme-chalk/src/calogin.scss +0 -0
  235. package/packages/theme-chalk/src/card.scss +99 -99
  236. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  237. package/packages/theme-chalk/src/clients.scss +87 -87
  238. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  239. package/packages/theme-chalk/src/data-table.scss +293 -293
  240. package/packages/theme-chalk/src/date-picker.scss +7 -7
  241. package/packages/theme-chalk/src/dialog.scss +77 -77
  242. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  243. package/packages/theme-chalk/src/enterprise.scss +5 -5
  244. package/packages/theme-chalk/src/error-page.scss +18 -18
  245. package/packages/theme-chalk/src/flow-group.scss +110 -110
  246. package/packages/theme-chalk/src/flow-list.scss +39 -39
  247. package/packages/theme-chalk/src/flow.scss +343 -343
  248. package/packages/theme-chalk/src/form.scss +496 -496
  249. package/packages/theme-chalk/src/handle-user.scss +40 -40
  250. package/packages/theme-chalk/src/handler.scss +143 -143
  251. package/packages/theme-chalk/src/icon.scss +1792 -1792
  252. package/packages/theme-chalk/src/icons.scss +99 -99
  253. package/packages/theme-chalk/src/index.scss +1 -0
  254. package/packages/theme-chalk/src/input.scss +9 -9
  255. package/packages/theme-chalk/src/label.scss +24 -24
  256. package/packages/theme-chalk/src/layout.scss +46 -46
  257. package/packages/theme-chalk/src/login.scss +981 -969
  258. package/packages/theme-chalk/src/main.scss +663 -663
  259. package/packages/theme-chalk/src/menu.scss +222 -222
  260. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  261. package/packages/theme-chalk/src/nav.scss +111 -111
  262. package/packages/theme-chalk/src/page.scss +3 -3
  263. package/packages/theme-chalk/src/pagination.scss +29 -29
  264. package/packages/theme-chalk/src/player.scss +9 -9
  265. package/packages/theme-chalk/src/qr-code.scss +17 -17
  266. package/packages/theme-chalk/src/radio-group.scss +9 -9
  267. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  268. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  269. package/packages/theme-chalk/src/select.scss +8 -8
  270. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  271. package/packages/theme-chalk/src/selector.scss +91 -91
  272. package/packages/theme-chalk/src/simplicity.scss +1355 -1351
  273. package/packages/theme-chalk/src/sizer.scss +36 -36
  274. package/packages/theme-chalk/src/steps.scss +88 -88
  275. package/packages/theme-chalk/src/switch.scss +3 -3
  276. package/packages/theme-chalk/src/table-form.scss +1 -1
  277. package/packages/theme-chalk/src/tabs.scss +87 -87
  278. package/packages/theme-chalk/src/tips.scss +7 -7
  279. package/packages/theme-chalk/src/toolbar.scss +179 -179
  280. package/packages/theme-chalk/src/tree-group.scss +72 -72
  281. package/packages/theme-chalk/src/tree.scss +165 -165
  282. package/packages/theme-chalk/src/upload.scss +168 -168
  283. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  284. package/packages/tips/index.js +5 -5
  285. package/packages/tips/src/main.vue +141 -141
  286. package/packages/toolbar/index.js +5 -5
  287. package/packages/toolbar/src/main.vue +430 -430
  288. package/packages/tree/index.js +5 -5
  289. package/packages/tree-group/index.js +5 -5
  290. package/packages/upload/.DS_Store +0 -0
  291. package/packages/upload/index.js +5 -5
  292. package/packages/upload/src/main.vue +1347 -1347
  293. package/packages/upload/src/picture.js +15 -15
  294. package/packages/wujie/index.js +5 -5
  295. package/packages/wujie/src/main.vue +145 -145
  296. package/packages/wxlogin/index.js +5 -5
  297. package/packages/wxlogin/src/main.vue +128 -128
  298. package/src/.DS_Store +0 -0
  299. package/src/config/api.js +290 -290
  300. package/src/config/image.js +2 -2
  301. package/src/index.js +163 -160
  302. package/src/utils/.DS_Store +0 -0
  303. package/src/utils/bus.js +3 -3
  304. package/src/utils/date-util.js +312 -312
  305. package/src/utils/http.js +50 -50
  306. package/src/utils/rules.js +18 -18
  307. package/src/utils/store.js +21 -21
  308. package/src/utils/util.js +3 -1
  309. package/src/utils/webSocket.js +107 -107
package/lib/flow-list.js CHANGED
@@ -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 = 47);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 49);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -100,8 +100,10 @@ module.exports =
100
100
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7);
101
101
  /* harmony import */ var json_bigint__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(json_bigint__WEBPACK_IMPORTED_MODULE_4__);
102
102
  /* harmony import */ var _webSocket__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8);
103
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2);
104
- /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_6__);
103
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(11);
104
+ /* harmony import */ var ua_parser_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(ua_parser_js__WEBPACK_IMPORTED_MODULE_6__);
105
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2);
106
+ /* harmony import */ var eoss_element__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(eoss_element__WEBPACK_IMPORTED_MODULE_7__);
105
107
 
106
108
 
107
109
  var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
@@ -120,16 +122,17 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in ob
120
122
  **/
121
123
 
122
124
  /* eslint-disable indent */
123
- var sm2 = __webpack_require__(12).sm2;
124
- var lodash = __webpack_require__(11);
125
+ var sm2 = __webpack_require__(13).sm2;
126
+ var lodash = __webpack_require__(12);
125
127
 
126
128
 
127
129
 
128
130
 
129
131
 
130
132
 
131
- var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
132
133
 
134
+ var win = window.__WUJIE_RAW_WINDOW__ ? window.__WUJIE_RAW_WINDOW__ : window;
135
+ var parser = new ua_parser_js__WEBPACK_IMPORTED_MODULE_6__["UAParser"]();
133
136
  var $hueStep = 2;
134
137
  var $saturationStep1 = 0.16;
135
138
  var $saturationStep2 = 0.05;
@@ -266,7 +269,7 @@ var ajax = function ajax(_ref) {
266
269
  clearTimeout(loginMsg);
267
270
  loginMsg = setTimeout(function () {
268
271
  sessionStorage.setItem('remind', 1);
269
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
272
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].confirm(response.data.rCode === 69 ? '该账号在其他地方已登陆!' : '登录已过期,请重新登录!', '提示', response.data.rCode === 69 ? {
270
273
  confirmButtonText: '确定',
271
274
  closeOnClickModal: false,
272
275
  type: 'warning'
@@ -317,7 +320,7 @@ var ajax = function ajax(_ref) {
317
320
  } else if (response.data.rCode === 61) {
318
321
  clearTimeout(initAuth);
319
322
  initAuth = setTimeout(function () {
320
- Object(eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"])({
323
+ Object(eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"])({
321
324
  title: '请进行二次鉴权',
322
325
  closeOnClickModal: false,
323
326
  closeOnPressEscape: false,
@@ -2406,7 +2409,7 @@ var isLogined = function () {
2406
2409
  break;
2407
2410
  }
2408
2411
 
2409
- loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2412
+ loadingInstance = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service({ text: '页面加载中', spinner: 'el-icon-loading', background: 'rgba(0, 0, 0, 0.65)' });
2410
2413
  _context.next = 17;
2411
2414
  return ajax({
2412
2415
  method: 'post',
@@ -2462,7 +2465,7 @@ var isLogined = function () {
2462
2465
  }
2463
2466
  break;
2464
2467
  case 4:
2465
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2468
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(results.msg ? results.msg : '账号未绑定,账号密码登录后自动绑定!', '提示', {
2466
2469
  confirmButtonText: '确定',
2467
2470
  type: 'error',
2468
2471
  callback: function callback() {
@@ -2486,7 +2489,7 @@ var isLogined = function () {
2486
2489
  default:
2487
2490
  }
2488
2491
  } else {
2489
- eoss_element__WEBPACK_IMPORTED_MODULE_6__["MessageBox"].alert(res.msg, '提示', {
2492
+ eoss_element__WEBPACK_IMPORTED_MODULE_7__["MessageBox"].alert(res.msg, '提示', {
2490
2493
  confirmButtonText: '确定',
2491
2494
  type: 'error',
2492
2495
  callback: function callback() {
@@ -2657,7 +2660,7 @@ var loadJs = function loadJs(_ref13) {
2657
2660
  **/
2658
2661
  var loading = function loading($loading, res) {
2659
2662
  if (!$loading) {
2660
- $loading = eoss_element__WEBPACK_IMPORTED_MODULE_6__["Loading"].service;
2663
+ $loading = eoss_element__WEBPACK_IMPORTED_MODULE_7__["Loading"].service;
2661
2664
  }
2662
2665
  if (isObject(res)) {
2663
2666
  var config = extend({}, {
@@ -3497,6 +3500,7 @@ var watermark = function watermark(option) {
3497
3500
  trimWhitespace: trimWhitespace,
3498
3501
  toFixed: toFixed,
3499
3502
  toFunction: toFunction,
3503
+ parser: parser,
3500
3504
  updateTheme: updateTheme,
3501
3505
  upperCase: upperCase,
3502
3506
  urlJoinParams: urlJoinParams,
@@ -3799,15 +3803,15 @@ var toStartTaskRead = '/bpm/bpmBackend/toStartTaskRead';
3799
3803
  // 获取分阅办理页面
3800
3804
  var toStartTaskReadIndex = '/bpm/bpmBackend/toTaskReadIndex';
3801
3805
  // 分阅提交
3802
- var taskReadHtml = 'bpm/task/taskHandle/taskRead.dhtml';
3806
+ var taskReadHtml = flowPendingPrefix + '/task/taskHandle/taskRead.dhtml';
3803
3807
  // 驳回并办结
3804
- var rejectAndEnd = '/bpm/task/taskHandle/rejectAndEnd.dhtml';
3808
+ var rejectAndEnd = flowPendingPrefix + '/task/taskHandle/rejectAndEnd.dhtml';
3805
3809
  // 核稿通知
3806
3810
  var toSendMsg = '/bpm/bpmBackend/toSendMsgIndex';
3807
3811
  // 核稿通知提交
3808
- var sendMsg = 'bpm/task/taskHandle/sendMsg.dhtml';
3812
+ var sendMsg = flowPendingPrefix + '/task/taskHandle/sendMsg.dhtml';
3809
3813
  // 直接办结
3810
- var endFlowHtml = '/bpm/task/taskHandle/endFlow.dhtml';
3814
+ var endFlowHtml = flowPendingPrefix + '/task/taskHandle/endFlow.dhtml';
3811
3815
  // 获取用户信息
3812
3816
  // export const findUserBaseInfos = '/api/v1/mecpSys/findUserBaseInfo.dhtml';
3813
3817
  // 搜索用户信息
@@ -3826,11 +3830,11 @@ var getPresetNodeInfo = flowPendingPrefix + '/task/taskHandle/getPresetNodeInfo.
3826
3830
  // 获取转办页面数据
3827
3831
  var toTaskTransferIndex = '/bpm/bpmBackend/toTaskTransferIndex';
3828
3832
  // 转办提交按钮
3829
- var taskTransfer = '/bpm/task/taskHandle/taskTransfer.dhtml';
3833
+ var taskTransfer = flowPendingPrefix + '/task/taskHandle/taskTransfer.dhtml';
3830
3834
  // 流程预设列表
3831
3835
  var toPresetInfoListIndex = '/bpm/bpmBackend/toPresetInfoListIndex';
3832
3836
  // 流程预设置为失效
3833
- var deletePresetInfo = '/bpm/task/taskHandle/deletePresetInfo.dhtml';
3837
+ var deletePresetInfo = flowPendingPrefix + '/task/taskHandle/deletePresetInfo.dhtml';
3834
3838
  // 流程列表
3835
3839
  var historyListJson = flowPendingPrefix + '/pendedhistoryManager/historyListJson.dhtml';
3836
3840
  // 获取流程列表配置
@@ -3840,15 +3844,15 @@ var pressListJson = flowPendingPrefix + '/wfUrgeRecord/listJson.dhtml';
3840
3844
  // 删除流程列表节点
3841
3845
  var deleteFlow = flowPendingPrefix + '/pendedhistoryManager/delete.dhtml';
3842
3846
  // 是否允许启动子流程(必经节点)
3843
- var isCanStartSubFlow = '/bpm/task/taskHandle/isCanStartSubFlow.dhtml';
3847
+ var isCanStartSubFlow = flowPendingPrefix + '/task/taskHandle/isCanStartSubFlow.dhtml';
3844
3848
  // 联合审核
3845
3849
  var toTaskUnionExamine = '/bpm/bpmBackend/toTaskUnionExamine';
3846
3850
  // 联合审核提交
3847
- var taskUnionExamine = '/bpm/task/taskHandle/taskUnionExamine.dhtml';
3851
+ var taskUnionExamine = flowPendingPrefix + '/task/taskHandle/taskUnionExamine.dhtml';
3848
3852
  // 征求意见
3849
3853
  var toTaskTakeAdvice = '/bpm/bpmBackend/toTaskTakeAdvice';
3850
3854
  // 征求意见提交
3851
- var taskTakeAdvice = '/bpm/task/taskHandle/taskTakeAdvice.dhtml';
3855
+ var taskTakeAdvice = flowPendingPrefix + '/task/taskHandle/taskTakeAdvice.dhtml';
3852
3856
  // 稿件递送
3853
3857
  var toTaskStartDraft = '/bpm/bpmBackend/totaskStartDraft';
3854
3858
  // 获取督办页面信息
@@ -3857,7 +3861,7 @@ var toTaskSupervise = '/bpm/bpmBackend/toTaskSupervise';
3857
3861
  var toTaskSuperviseSub = '/bpm/bpmBackend/taskSupervise';
3858
3862
  // 稿件递送提交接口
3859
3863
  // export const taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3860
- var taskStartDraft = '/bpm/task/taskHandle/taskStartDraft.dhtml';
3864
+ var taskStartDraft = flowPendingPrefix + '/task/taskHandle/taskStartDraft.dhtml';
3861
3865
  // 复核
3862
3866
  var toTaskReview = '/bpm/bpmBackend/toTaskReview';
3863
3867
  // 复核提交
@@ -3865,19 +3869,19 @@ var taskReview = flowPendingPrefix + '/task/taskHandle/taskReview.dhtml';
3865
3869
  // 联合用印
3866
3870
  var toTaskUnionSeal = '/bpm/bpmBackend/toTaskUnionSeal';
3867
3871
  // 联合用印提交
3868
- var taskUnionSeal = '/bpm/task/taskHandle/taskUnionSeal.dhtml';
3872
+ var taskUnionSeal = flowPendingPrefix + '/task/taskHandle/taskUnionSeal.dhtml';
3869
3873
  // 报送两办
3870
3874
  var toTwoOfficesDispatch = '/bpm/bpmBackend/toTwoOfficesDispatch';
3871
3875
  // 报送两办提交
3872
- var twoOfficesDispatch = '/bpm/task/taskHandle/twoOfficesDispatch.dhtml';
3876
+ var twoOfficesDispatch = flowPendingPrefix + '/task/taskHandle/twoOfficesDispatch.dhtml';
3873
3877
  // 重设流程
3874
3878
  var toResetProcessIndex = '/bpm/bpmBackend/toResetProcessIndex';
3875
3879
  // 提交重设流程
3876
- var resetProcess = '/bpm/task/taskHandle/resetProcess.dhtml';
3880
+ var resetProcess = flowPendingPrefix + '/task/taskHandle/resetProcess.dhtml';
3877
3881
  // 续办流程
3878
3882
  var toTaskContinuationIndex = '/bpm/bpmBackend/toTaskContinuationIndex';
3879
3883
  // 续办提交
3880
- var taskContinuation = '/bpm/task/taskHandle/taskContinuation.dhtml';
3884
+ var taskContinuation = flowPendingPrefix + '/task/taskHandle/taskContinuation.dhtml';
3881
3885
  // 自由发起流程获取配置参数
3882
3886
  var getFreeStartFlowParams = '/bpm/bpmBackend/getFreeStartFlowParams';
3883
3887
  // 自由发起流程提交
@@ -3910,7 +3914,7 @@ var sendBatch = '/notify2/sendRecord/reSendNotifyMessageBatch';
3910
3914
 
3911
3915
  var formContents = '/lowcode/admin/online/onlineForm/getOnlineFormFromCache';
3912
3916
  var directStartTaskCircularRead = '/bpm/bpmBackend/directStartTaskCircularRead';
3913
- var getNodeInfoForStart = '/bpm/task/taskHandle/getNodeInfoForStart.dhtml';
3917
+ var getNodeInfoForStart = flowPendingPrefix + '/task/taskHandle/getNodeInfoForStart.dhtml';
3914
3918
 
3915
3919
  /***/ }),
3916
3920
  /* 2 */
@@ -4204,20 +4208,26 @@ module.exports = require("stompjs");
4204
4208
  /* 11 */
4205
4209
  /***/ (function(module, exports) {
4206
4210
 
4207
- module.exports = require("lodash");
4211
+ module.exports = require("ua-parser-js");
4208
4212
 
4209
4213
  /***/ }),
4210
4214
  /* 12 */
4211
4215
  /***/ (function(module, exports) {
4212
4216
 
4217
+ module.exports = require("lodash");
4218
+
4219
+ /***/ }),
4220
+ /* 13 */
4221
+ /***/ (function(module, exports) {
4222
+
4213
4223
  module.exports = require("sm-crypto");
4214
4224
 
4215
4225
  /***/ }),
4216
- /* 13 */,
4217
4226
  /* 14 */,
4218
4227
  /* 15 */,
4219
4228
  /* 16 */,
4220
- /* 17 */
4229
+ /* 17 */,
4230
+ /* 18 */
4221
4231
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4222
4232
 
4223
4233
  "use strict";
@@ -4393,7 +4403,6 @@ var component = Object(componentNormalizer["a" /* default */])(
4393
4403
  /* harmony default export */ var FileList = __webpack_exports__["a"] = (component.exports);
4394
4404
 
4395
4405
  /***/ }),
4396
- /* 18 */,
4397
4406
  /* 19 */,
4398
4407
  /* 20 */,
4399
4408
  /* 21 */,
@@ -4422,15 +4431,17 @@ var component = Object(componentNormalizer["a" /* default */])(
4422
4431
  /* 44 */,
4423
4432
  /* 45 */,
4424
4433
  /* 46 */,
4425
- /* 47 */
4434
+ /* 47 */,
4435
+ /* 48 */,
4436
+ /* 49 */
4426
4437
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4427
4438
 
4428
4439
  "use strict";
4429
4440
  // ESM COMPAT FLAG
4430
4441
  __webpack_require__.r(__webpack_exports__);
4431
4442
 
4432
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=e8968cb2&
4433
- var mainvue_type_template_id_e8968cb2_render = function () {
4443
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
4444
+ var mainvue_type_template_id_1b0fe550_render = function () {
4434
4445
  var _vm = this
4435
4446
  var _h = _vm.$createElement
4436
4447
  var _c = _vm._self._c || _h
@@ -4483,9 +4494,8 @@ var mainvue_type_template_id_e8968cb2_render = function () {
4483
4494
  },
4484
4495
  attrs: {
4485
4496
  display: _vm.display,
4486
- number: "",
4487
- full: "",
4488
- height: _vm.getHeight(item.type),
4497
+ numbers: _vm.numbers,
4498
+ full: _vm.height !== "auto",
4489
4499
  data: _vm.returnData(item.type),
4490
4500
  },
4491
4501
  on: {
@@ -4635,10 +4645,10 @@ var mainvue_type_template_id_e8968cb2_render = function () {
4635
4645
  )
4636
4646
  }
4637
4647
  var staticRenderFns = []
4638
- mainvue_type_template_id_e8968cb2_render._withStripped = true
4648
+ mainvue_type_template_id_1b0fe550_render._withStripped = true
4639
4649
 
4640
4650
 
4641
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=e8968cb2&
4651
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=1b0fe550&
4642
4652
 
4643
4653
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4644
4654
  var regenerator_ = __webpack_require__(4);
@@ -4648,7 +4658,7 @@ var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
4648
4658
  var api = __webpack_require__(1);
4649
4659
 
4650
4660
  // EXTERNAL MODULE: ./packages/flow/src/component/FileList.vue + 4 modules
4651
- var FileList = __webpack_require__(17);
4661
+ var FileList = __webpack_require__(18);
4652
4662
 
4653
4663
  // EXTERNAL MODULE: ./src/utils/util.js
4654
4664
  var util = __webpack_require__(0);
@@ -4756,7 +4766,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
4756
4766
  //
4757
4767
  //
4758
4768
  //
4759
- //
4760
4769
 
4761
4770
 
4762
4771
 
@@ -4777,6 +4786,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
4777
4786
  type: String,
4778
4787
  default: ''
4779
4788
  },
4789
+ hideBtn: {
4790
+ type: Boolean,
4791
+ default: false
4792
+ },
4780
4793
  params: {
4781
4794
  type: Object,
4782
4795
  default: function _default() {
@@ -4801,6 +4814,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
4801
4814
  return ['flow', 'splitReading', 'preset'];
4802
4815
  }
4803
4816
  },
4817
+ numbers: {
4818
+ type: Boolean,
4819
+ default: false
4820
+ },
4804
4821
  height: {
4805
4822
  type: String,
4806
4823
  default: ''
@@ -5137,6 +5154,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5137
5154
  type: 'handle',
5138
5155
  width: this.modify ? '130' : '100',
5139
5156
  template: '',
5157
+ hide: this.hideBtn,
5140
5158
  events: [{
5141
5159
  text: '删除',
5142
5160
  rules: function rules(rows) {
@@ -5264,6 +5282,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5264
5282
  type: 'handle',
5265
5283
  width: '100',
5266
5284
  template: '',
5285
+ hide: this.hideBtn,
5267
5286
  events: [{
5268
5287
  text: '删除',
5269
5288
  rules: function rules(rows) {
@@ -5669,9 +5688,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5669
5688
 
5670
5689
 
5671
5690
  methods: {
5672
- getHeight: function getHeight(type) {
5673
- return this[type + 'Height'];
5674
- },
5675
5691
  recallReadFun: function recallReadFun() {
5676
5692
  var _this6 = this;
5677
5693
 
@@ -5827,12 +5843,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5827
5843
  }
5828
5844
  },
5829
5845
 
5830
- /**
5831
- * handleFormSubmit
5832
- * @desc:删除节点点击事件
5833
- * @param {Object} formData 点击删除的form数据
5834
- * @author liufan
5835
- * @date 2022年11月29日
5846
+ /**
5847
+ * handleFormSubmit
5848
+ * @desc:删除节点点击事件
5849
+ * @param {Object} formData 点击删除的form数据
5850
+ * @author liufan
5851
+ * @date 2022年11月29日
5836
5852
  **/
5837
5853
  handleFormSubmit: function handleFormSubmit(formData) {
5838
5854
  var _this9 = this;
@@ -5863,48 +5879,48 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5863
5879
  });
5864
5880
  },
5865
5881
 
5866
- /**
5867
- * del
5868
- * @desc:展示删除弹窗
5869
- * @param {String} id 当前点击数据id
5870
- * @author liufan
5871
- * @date 2022年11月29日
5882
+ /**
5883
+ * del
5884
+ * @desc:展示删除弹窗
5885
+ * @param {String} id 当前点击数据id
5886
+ * @author liufan
5887
+ * @date 2022年11月29日
5872
5888
  **/
5873
5889
  del: function del(id) {
5874
5890
  this.historyId = id;
5875
5891
  this.showDel = true;
5876
5892
  },
5877
5893
 
5878
- /**
5879
- * handleCurrentChange
5880
- * @desc:监听页码变化
5881
- * @param {String} val 当前页
5882
- * @author liufan
5883
- * @date 2022年11月29日
5894
+ /**
5895
+ * handleCurrentChange
5896
+ * @desc:监听页码变化
5897
+ * @param {String} val 当前页
5898
+ * @author liufan
5899
+ * @date 2022年11月29日
5884
5900
  **/
5885
5901
  handleCurrentChange: function handleCurrentChange(val) {
5886
5902
  this.currentPage = val;
5887
5903
  this.getPressList();
5888
5904
  },
5889
5905
 
5890
- /**
5891
- * handleSizeChange
5892
- * @desc:监听每页数据显示数量变化
5893
- * @param {String} val 每页展示数量
5894
- * @author liufan
5895
- * @date 2022年11月29日
5906
+ /**
5907
+ * handleSizeChange
5908
+ * @desc:监听每页数据显示数量变化
5909
+ * @param {String} val 每页展示数量
5910
+ * @author liufan
5911
+ * @date 2022年11月29日
5896
5912
  **/
5897
5913
  handleSizeChange: function handleSizeChange(val) {
5898
5914
  this.pageSize = val;
5899
5915
  this.getPressList();
5900
5916
  },
5901
5917
 
5902
- /**
5903
- * sortChange
5904
- * @desc:监听排序变化
5905
- * @param {Object} info 需要排序的字段及排序方式
5906
- * @author liufan
5907
- * @date 2022年11月29日
5918
+ /**
5919
+ * sortChange
5920
+ * @desc:监听排序变化
5921
+ * @param {Object} info 需要排序的字段及排序方式
5922
+ * @author liufan
5923
+ * @date 2022年11月29日
5908
5924
  **/
5909
5925
  sortChange: function sortChange(info) {
5910
5926
  var prop = info.prop,
@@ -5915,11 +5931,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5915
5931
  this.getPressList();
5916
5932
  },
5917
5933
 
5918
- /**
5919
- * getPressList
5920
- * @desc:催办列表数据
5921
- * @author liufan
5922
- * @date 2022年11月29日
5934
+ /**
5935
+ * getPressList
5936
+ * @desc:催办列表数据
5937
+ * @author liufan
5938
+ * @date 2022年11月29日
5923
5939
  **/
5924
5940
  getPressList: function getPressList() {
5925
5941
  var _this10 = this;
@@ -5949,12 +5965,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5949
5965
  });
5950
5966
  },
5951
5967
 
5952
- /**
5953
- * goPress
5954
- * @desc:催办列表查看
5955
- * @param {String} id 催办列表id
5956
- * @author liufan
5957
- * @date 2022年11月29日
5968
+ /**
5969
+ * goPress
5970
+ * @desc:催办列表查看
5971
+ * @param {String} id 催办列表id
5972
+ * @author liufan
5973
+ * @date 2022年11月29日
5958
5974
  **/
5959
5975
  goPress: function goPress(id) {
5960
5976
  this.historyId = id;
@@ -5962,23 +5978,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5962
5978
  this.getPressList();
5963
5979
  },
5964
5980
 
5965
- /**
5966
- * showFile
5967
- * @desc:附件查看
5968
- * @param {String} ownId 附件id
5969
- * @author liufan
5970
- * @date 2022年11月29日
5981
+ /**
5982
+ * showFile
5983
+ * @desc:附件查看
5984
+ * @param {String} ownId 附件id
5985
+ * @author liufan
5986
+ * @date 2022年11月29日
5971
5987
  **/
5972
5988
  showFile: function showFile(ownId) {
5973
5989
  this.wfpendingid = ownId;
5974
5990
  this.showFileList = true;
5975
5991
  },
5976
5992
 
5977
- /**
5978
- * handleChange
5979
- * @desc:切换排序方式
5980
- * @author liufan
5981
- * @date 2022年11月22日
5993
+ /**
5994
+ * handleChange
5995
+ * @desc:切换排序方式
5996
+ * @author liufan
5997
+ * @date 2022年11月22日
5982
5998
  **/
5983
5999
  handleChange: function handleChange(key, value) {
5984
6000
  if (value) {
@@ -6022,11 +6038,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6022
6038
  }))();
6023
6039
  },
6024
6040
 
6025
- /**
6026
- * getFlowList
6027
- * @desc:获取流程列表
6028
- * @author liufan
6029
- * @date 2022年11月22日
6041
+ /**
6042
+ * getFlowList
6043
+ * @desc:获取流程列表
6044
+ * @author liufan
6045
+ * @date 2022年11月22日
6030
6046
  **/
6031
6047
  getFlowList: function getFlowList() {
6032
6048
  var _this12 = this;
@@ -6094,12 +6110,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6094
6110
  });
6095
6111
  },
6096
6112
 
6097
- /**
6098
- * handleClick
6099
- * @desc:表单点击事件
6100
- * @param {Object} val 当前点击行数据及按钮
6101
- * @author liufan
6102
- * @date 2022年11月10日
6113
+ /**
6114
+ * handleClick
6115
+ * @desc:表单点击事件
6116
+ * @param {Object} val 当前点击行数据及按钮
6117
+ * @author liufan
6118
+ * @date 2022年11月10日
6103
6119
  **/
6104
6120
  handleClick: function handleClick(val) {
6105
6121
  var _this13 = this;
@@ -6145,13 +6161,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6145
6161
  }
6146
6162
  },
6147
6163
 
6148
- /**
6149
- * getCodeValue
6150
- * @desc:获取代码表过滤后的值
6151
- * @param {String} value 展示数据的代码值
6152
- * @param {String} type 代码表类型
6153
- * @author liufan
6154
- * @date 2022年11月10日
6164
+ /**
6165
+ * getCodeValue
6166
+ * @desc:获取代码表过滤后的值
6167
+ * @param {String} value 展示数据的代码值
6168
+ * @param {String} type 代码表类型
6169
+ * @author liufan
6170
+ * @date 2022年11月10日
6155
6171
  **/
6156
6172
  getCodeValue: function getCodeValue(value, type) {
6157
6173
  var val = this[type].filter(function (item) {
@@ -6160,12 +6176,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6160
6176
  return val[0].shortName;
6161
6177
  },
6162
6178
 
6163
- /**
6164
- * getSysInfo
6165
- * @desc:获取代码表
6166
- * @param {String} code 编码code值
6167
- * @author liufan
6168
- * @date 2022年11月10日
6179
+ /**
6180
+ * getSysInfo
6181
+ * @desc:获取代码表
6182
+ * @param {String} code 编码code值
6183
+ * @author liufan
6184
+ * @date 2022年11月10日
6169
6185
  **/
6170
6186
  getSysInfo: function getSysInfo(code) {
6171
6187
  var _this14 = this;
@@ -6187,11 +6203,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6187
6203
  }).catch(function (e) {});
6188
6204
  },
6189
6205
 
6190
- /**
6191
- * getListInfo
6192
- * @desc:获取预设列表数据
6193
- * @author liufan
6194
- * @date 2022年11月10日
6206
+ /**
6207
+ * getListInfo
6208
+ * @desc:获取预设列表数据
6209
+ * @author liufan
6210
+ * @date 2022年11月10日
6195
6211
  **/
6196
6212
  getListInfo: function getListInfo() {
6197
6213
  var _this15 = this;
@@ -6242,7 +6258,7 @@ var componentNormalizer = __webpack_require__(3);
6242
6258
 
6243
6259
  var component = Object(componentNormalizer["a" /* default */])(
6244
6260
  src_mainvue_type_script_lang_js_,
6245
- mainvue_type_template_id_e8968cb2_render,
6261
+ mainvue_type_template_id_1b0fe550_render,
6246
6262
  staticRenderFns,
6247
6263
  false,
6248
6264
  null,