eoss-ui 0.6.87 → 0.6.88

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 (244) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +13 -17
  3. package/lib/eoss-ui.common.js +793 -821
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +280 -280
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +172 -196
  8. package/lib/qr-code.js +13 -13
  9. package/package.json +160 -160
  10. package/packages/.DS_Store +0 -0
  11. package/packages/autocomplete/.DS_Store +0 -0
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +298 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/.DS_Store +0 -0
  18. package/packages/calogin/index.js +5 -5
  19. package/packages/calogin/src/main.vue +412 -412
  20. package/packages/calogin/src/plugin.js +915 -915
  21. package/packages/card/index.js +5 -5
  22. package/packages/card/src/main.vue +156 -156
  23. package/packages/cascader/index.js +5 -5
  24. package/packages/cascader/src/main.vue +168 -168
  25. package/packages/checkbox-group/index.js +5 -5
  26. package/packages/checkbox-group/src/main.vue +333 -333
  27. package/packages/clients/index.js +5 -5
  28. package/packages/clients/src/main.vue +151 -151
  29. package/packages/data-table/index.js +5 -5
  30. package/packages/data-table/src/children.vue +39 -39
  31. package/packages/data-table/src/column.vue +990 -989
  32. package/packages/data-table/src/main.vue +1822 -1822
  33. package/packages/data-table/src/sizer.vue +195 -195
  34. package/packages/data-table-form/index.js +5 -5
  35. package/packages/data-table-form/src/checkbox.vue +101 -101
  36. package/packages/data-table-form/src/colgroup.vue +17 -17
  37. package/packages/data-table-form/src/main.vue +181 -181
  38. package/packages/data-table-form/src/radio.vue +65 -65
  39. package/packages/data-table-form/src/table.vue +233 -233
  40. package/packages/data-table-form/src/tbody.vue +336 -336
  41. package/packages/data-table-form/src/thead.vue +68 -68
  42. package/packages/date-picker/.DS_Store +0 -0
  43. package/packages/date-picker/index.js +5 -5
  44. package/packages/date-picker/src/.DS_Store +0 -0
  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/.DS_Store +0 -0
  53. package/packages/flow/index.js +5 -5
  54. package/packages/flow/src/.DS_Store +0 -0
  55. package/packages/flow/src/component/Circulate.vue +400 -400
  56. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  57. package/packages/flow/src/component/CustomPreset.vue +322 -322
  58. package/packages/flow/src/component/FileList.vue +99 -99
  59. package/packages/flow/src/component/Preset.vue +255 -255
  60. package/packages/flow/src/component/SendMsg.vue +241 -241
  61. package/packages/flow/src/component/TimeLimit.vue +190 -190
  62. package/packages/flow/src/component/taskUnionExamine.vue +640 -640
  63. package/packages/flow/src/form.vue +121 -121
  64. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  65. package/packages/flow/src/main.vue +3657 -3657
  66. package/packages/flow/src/processForm.vue +1245 -1245
  67. package/packages/flow/src/processReject.vue +296 -296
  68. package/packages/flow/src/reset.vue +918 -918
  69. package/packages/flow/src/startTaskRead.vue +684 -684
  70. package/packages/flow/src/supervise.vue +152 -152
  71. package/packages/flow/src/table.vue +58 -58
  72. package/packages/flow-group/index.js +5 -5
  73. package/packages/flow-group/src/main.vue +692 -692
  74. package/packages/flow-list/.DS_Store +0 -0
  75. package/packages/flow-list/index.js +5 -5
  76. package/packages/flow-list/src/main.vue +1770 -1770
  77. package/packages/form/.DS_Store +0 -0
  78. package/packages/form/index.js +5 -5
  79. package/packages/form/src/main.vue +3814 -3814
  80. package/packages/form/src/table.vue +1508 -1508
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +138 -138
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +493 -493
  85. package/packages/icon/index.js +5 -5
  86. package/packages/icon/src/main.vue +101 -101
  87. package/packages/icons/index.js +5 -5
  88. package/packages/icons/src/main.vue +81 -81
  89. package/packages/input/index.js +5 -5
  90. package/packages/input/src/main.vue +356 -356
  91. package/packages/input-number/index.js +5 -5
  92. package/packages/input-number/src/main.vue +106 -106
  93. package/packages/label/index.js +5 -5
  94. package/packages/label/src/main.vue +457 -457
  95. package/packages/layout/index.js +5 -5
  96. package/packages/layout/src/item.vue +152 -152
  97. package/packages/layout/src/main.vue +31 -31
  98. package/packages/login/.DS_Store +0 -0
  99. package/packages/login/index.js +5 -5
  100. package/packages/login/src/main.vue +1998 -1998
  101. package/packages/login/src/resetPassword.vue +562 -562
  102. package/packages/main/.DS_Store +0 -0
  103. package/packages/main/index.js +5 -5
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/main/src/default/message.vue +249 -249
  106. package/packages/main/src/default/notice.vue +157 -157
  107. package/packages/main/src/default/userinfo.vue +503 -503
  108. package/packages/main/src/public/online.vue +89 -89
  109. package/packages/main/src/public/search.vue +458 -458
  110. package/packages/main/src/public/settings.vue +221 -221
  111. package/packages/main/src/simplicity/apps.vue +388 -388
  112. package/packages/main/src/simplicity/avatar.vue +82 -82
  113. package/packages/main/src/simplicity/handler.vue +259 -259
  114. package/packages/main/src/simplicity/index.vue +2102 -2102
  115. package/packages/main/src/simplicity/lists.vue +84 -84
  116. package/packages/main/src/simplicity/menu-list.vue +135 -135
  117. package/packages/main/src/simplicity/message.vue +259 -259
  118. package/packages/main/src/simplicity/notice.vue +190 -190
  119. package/packages/main/src/simplicity/router-page.vue +45 -45
  120. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  121. package/packages/main/src/simplicity/user.vue +260 -260
  122. package/packages/main/src/simplicity/userinfo.vue +308 -312
  123. package/packages/menu/.DS_Store +0 -0
  124. package/packages/menu/index.js +5 -5
  125. package/packages/menu/src/main.vue +584 -584
  126. package/packages/nav/index.js +5 -5
  127. package/packages/nav/src/main.vue +351 -351
  128. package/packages/notify/index.js +5 -5
  129. package/packages/notify/src/main.vue +538 -538
  130. package/packages/page/index.js +5 -5
  131. package/packages/page/src/main.vue +167 -167
  132. package/packages/pagination/index.js +5 -5
  133. package/packages/pagination/src/main.vue +96 -96
  134. package/packages/player/index.js +5 -5
  135. package/packages/player/src/main.vue +194 -194
  136. package/packages/qr-code/index.js +5 -5
  137. package/packages/qr-code/src/main.vue +170 -170
  138. package/packages/radio-group/index.js +6 -6
  139. package/packages/radio-group/src/main.vue +319 -319
  140. package/packages/retrial-auth/index.js +5 -5
  141. package/packages/retrial-auth/src/main.vue +280 -280
  142. package/packages/scrollbar/.DS_Store +0 -0
  143. package/packages/select/.DS_Store +0 -0
  144. package/packages/select/index.js +5 -5
  145. package/packages/select/src/main.vue +778 -778
  146. package/packages/select-ganged/index.js +5 -5
  147. package/packages/select-ganged/src/main.vue +724 -724
  148. package/packages/selector/.DS_Store +0 -0
  149. package/packages/selector/index.js +5 -5
  150. package/packages/selector/src/main.vue +745 -745
  151. package/packages/selector-panel/.DS_Store +0 -0
  152. package/packages/selector-panel/index.js +5 -5
  153. package/packages/selector-panel/src/main.vue +1027 -1027
  154. package/packages/selector-panel/src/selection.vue +170 -170
  155. package/packages/selector-panel/src/tree.vue +129 -129
  156. package/packages/sizer/index.js +5 -5
  157. package/packages/sizer/src/main.vue +254 -254
  158. package/packages/steps/index.js +5 -5
  159. package/packages/steps/src/main.vue +181 -181
  160. package/packages/switch/index.js +5 -5
  161. package/packages/switch/src/main.vue +154 -154
  162. package/packages/table-form/index.js +5 -5
  163. package/packages/tabs/index.js +5 -5
  164. package/packages/tabs/src/main.vue +788 -788
  165. package/packages/tabs-panel/index.js +5 -5
  166. package/packages/tabs-panel/src/main.vue +29 -29
  167. package/packages/theme-chalk/src/.DS_Store +0 -0
  168. package/packages/theme-chalk/src/base.scss +261 -261
  169. package/packages/theme-chalk/src/button-group.scss +176 -176
  170. package/packages/theme-chalk/src/button.scss +24 -24
  171. package/packages/theme-chalk/src/calendar.scss +113 -113
  172. package/packages/theme-chalk/src/card.scss +99 -99
  173. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  174. package/packages/theme-chalk/src/clients.scss +87 -87
  175. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  176. package/packages/theme-chalk/src/data-table.scss +293 -293
  177. package/packages/theme-chalk/src/date-picker.scss +7 -7
  178. package/packages/theme-chalk/src/dialog.scss +77 -77
  179. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  180. package/packages/theme-chalk/src/enterprise.scss +5 -5
  181. package/packages/theme-chalk/src/error-page.scss +18 -18
  182. package/packages/theme-chalk/src/flow-group.scss +110 -110
  183. package/packages/theme-chalk/src/flow-list.scss +39 -39
  184. package/packages/theme-chalk/src/flow.scss +348 -348
  185. package/packages/theme-chalk/src/form.scss +499 -499
  186. package/packages/theme-chalk/src/handle-user.scss +40 -40
  187. package/packages/theme-chalk/src/handler.scss +143 -143
  188. package/packages/theme-chalk/src/icon.scss +1817 -1817
  189. package/packages/theme-chalk/src/icons.scss +99 -99
  190. package/packages/theme-chalk/src/input.scss +9 -9
  191. package/packages/theme-chalk/src/label.scss +24 -24
  192. package/packages/theme-chalk/src/layout.scss +46 -46
  193. package/packages/theme-chalk/src/login.scss +984 -984
  194. package/packages/theme-chalk/src/main.scss +663 -663
  195. package/packages/theme-chalk/src/menu.scss +222 -222
  196. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  197. package/packages/theme-chalk/src/nav.scss +111 -111
  198. package/packages/theme-chalk/src/page.scss +3 -3
  199. package/packages/theme-chalk/src/pagination.scss +29 -29
  200. package/packages/theme-chalk/src/player.scss +9 -9
  201. package/packages/theme-chalk/src/qr-code.scss +17 -17
  202. package/packages/theme-chalk/src/radio-group.scss +9 -9
  203. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  204. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  205. package/packages/theme-chalk/src/select.scss +8 -8
  206. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  207. package/packages/theme-chalk/src/selector.scss +91 -91
  208. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  209. package/packages/theme-chalk/src/sizer.scss +36 -36
  210. package/packages/theme-chalk/src/steps.scss +88 -88
  211. package/packages/theme-chalk/src/switch.scss +3 -3
  212. package/packages/theme-chalk/src/table-form.scss +1 -1
  213. package/packages/theme-chalk/src/tabs.scss +87 -87
  214. package/packages/theme-chalk/src/tips.scss +7 -7
  215. package/packages/theme-chalk/src/toolbar.scss +179 -179
  216. package/packages/theme-chalk/src/tree-group.scss +72 -72
  217. package/packages/theme-chalk/src/tree.scss +165 -165
  218. package/packages/theme-chalk/src/upload.scss +172 -172
  219. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  220. package/packages/tips/index.js +5 -5
  221. package/packages/tips/src/main.vue +141 -141
  222. package/packages/toolbar/index.js +5 -5
  223. package/packages/toolbar/src/main.vue +430 -430
  224. package/packages/tree/index.js +5 -5
  225. package/packages/tree-group/index.js +5 -5
  226. package/packages/upload/.DS_Store +0 -0
  227. package/packages/upload/index.js +5 -5
  228. package/packages/upload/src/main.vue +1348 -1348
  229. package/packages/upload/src/picture.js +15 -15
  230. package/packages/wujie/index.js +5 -5
  231. package/packages/wujie/src/main.vue +145 -145
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/.DS_Store +0 -0
  235. package/src/config/api.js +294 -294
  236. package/src/config/image.js +2 -2
  237. package/src/index.js +163 -163
  238. package/src/utils/.DS_Store +0 -0
  239. package/src/utils/bus.js +3 -3
  240. package/src/utils/date-util.js +312 -312
  241. package/src/utils/http.js +50 -50
  242. package/src/utils/rules.js +18 -18
  243. package/src/utils/store.js +21 -21
  244. package/src/utils/webSocket.js +107 -107
@@ -5961,8 +5961,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5961
5961
 
5962
5962
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5963
5963
 
5964
- /**
5965
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5964
+ /**
5965
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5966
5966
  */
5967
5967
  var CA_ExtInterface = function () {
5968
5968
  function CA_ExtInterface() {
@@ -5975,11 +5975,11 @@ var CA_ExtInterface = function () {
5975
5975
  this.init();
5976
5976
  }
5977
5977
 
5978
- /**
5979
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
- * @param {Object} target - 目标对象
5982
- * @param {Object} options - 新的选项对象
5978
+ /**
5979
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5980
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5981
+ * @param {Object} target - 目标对象
5982
+ * @param {Object} options - 新的选项对象
5983
5983
  */
5984
5984
 
5985
5985
 
@@ -5994,8 +5994,8 @@ var CA_ExtInterface = function () {
5994
5994
  }
5995
5995
  };
5996
5996
 
5997
- /**
5998
- * 检查当前会话的 WebSocket URL
5997
+ /**
5998
+ * 检查当前会话的 WebSocket URL
5999
5999
  */
6000
6000
 
6001
6001
 
@@ -6009,8 +6009,8 @@ var CA_ExtInterface = function () {
6009
6009
  }
6010
6010
  };
6011
6011
 
6012
- /**
6013
- * 检查是否使用 ActiveX
6012
+ /**
6013
+ * 检查是否使用 ActiveX
6014
6014
  */
6015
6015
 
6016
6016
 
@@ -6022,11 +6022,11 @@ var CA_ExtInterface = function () {
6022
6022
  }
6023
6023
  };
6024
6024
 
6025
- /**
6026
- * 扩展发送消息并等待响应
6027
- * @param {string} operatorCmd - 操作命令
6028
- * @param {string} sendMsg - 发送的消息
6029
- * @returns {string} 响应消息
6025
+ /**
6026
+ * 扩展发送消息并等待响应
6027
+ * @param {string} operatorCmd - 操作命令
6028
+ * @param {string} sendMsg - 发送的消息
6029
+ * @returns {string} 响应消息
6030
6030
  */
6031
6031
 
6032
6032
 
@@ -6036,11 +6036,11 @@ var CA_ExtInterface = function () {
6036
6036
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6037
6037
  };
6038
6038
 
6039
- /**
6040
- * 发送消息并等待响应
6041
- * @param {string} wsurl - WebSocket URL
6042
- * @param {string} sendMsg - 发送的消息
6043
- * @returns {string} 响应消息
6039
+ /**
6040
+ * 发送消息并等待响应
6041
+ * @param {string} wsurl - WebSocket URL
6042
+ * @param {string} sendMsg - 发送的消息
6043
+ * @returns {string} 响应消息
6044
6044
  */
6045
6045
 
6046
6046
 
@@ -6064,9 +6064,9 @@ var CA_ExtInterface = function () {
6064
6064
  return ResultMsg;
6065
6065
  };
6066
6066
 
6067
- /**
6068
- * 配置选项
6069
- * @param {Object} extendOption - 扩展选项
6067
+ /**
6068
+ * 配置选项
6069
+ * @param {Object} extendOption - 扩展选项
6070
6070
  */
6071
6071
 
6072
6072
 
@@ -6076,8 +6076,8 @@ var CA_ExtInterface = function () {
6076
6076
  }
6077
6077
  };
6078
6078
 
6079
- /**
6080
- * 初始化
6079
+ /**
6080
+ * 初始化
6081
6081
  */
6082
6082
 
6083
6083
 
@@ -6085,9 +6085,9 @@ var CA_ExtInterface = function () {
6085
6085
  this.isUseActioveX();
6086
6086
  };
6087
6087
 
6088
- /**
6089
- * 返回客户端的版本
6090
- * @returns {string} 客户端版本
6088
+ /**
6089
+ * 返回客户端的版本
6090
+ * @returns {string} 客户端版本
6091
6091
  */
6092
6092
 
6093
6093
 
@@ -6100,13 +6100,13 @@ var CA_ExtInterface = function () {
6100
6100
  }
6101
6101
  };
6102
6102
 
6103
- /**
6104
- * 下载客户端程序并安装
6105
- * @param {string} bstrURL - 下载地址
6106
- * @param {string} bstrHashValue - 哈希值
6107
- * @param {boolean} bSync - 是否同步安装
6108
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
- * @returns {number} 安装结果
6103
+ /**
6104
+ * 下载客户端程序并安装
6105
+ * @param {string} bstrURL - 下载地址
6106
+ * @param {string} bstrHashValue - 哈希值
6107
+ * @param {boolean} bSync - 是否同步安装
6108
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6109
+ * @returns {number} 安装结果
6110
6110
  */
6111
6111
 
6112
6112
 
@@ -6120,11 +6120,11 @@ var CA_ExtInterface = function () {
6120
6120
  }
6121
6121
  };
6122
6122
 
6123
- /**
6124
- * 获取硬件指纹信息
6125
- * @param {number} dwSign - 签名
6126
- * @param {string} strGateWayIP - 网关 IP
6127
- * @returns {string} 硬件指纹信息
6123
+ /**
6124
+ * 获取硬件指纹信息
6125
+ * @param {number} dwSign - 签名
6126
+ * @param {string} strGateWayIP - 网关 IP
6127
+ * @returns {string} 硬件指纹信息
6128
6128
  */
6129
6129
 
6130
6130
 
@@ -6138,12 +6138,12 @@ var CA_ExtInterface = function () {
6138
6138
  }
6139
6139
  };
6140
6140
 
6141
- /**
6142
- * 设置转发策略和代填策略
6143
- * @param {string} strProxyPolicy - 转发策略
6144
- * @param {string} strSSOPolicy - 代填策略
6145
- * @param {string} strGatewayAddress - 网关地址
6146
- * @returns {number} 设置结果
6141
+ /**
6142
+ * 设置转发策略和代填策略
6143
+ * @param {string} strProxyPolicy - 转发策略
6144
+ * @param {string} strSSOPolicy - 代填策略
6145
+ * @param {string} strGatewayAddress - 网关地址
6146
+ * @returns {number} 设置结果
6147
6147
  */
6148
6148
 
6149
6149
 
@@ -6157,11 +6157,11 @@ var CA_ExtInterface = function () {
6157
6157
  }
6158
6158
  };
6159
6159
 
6160
- /**
6161
- * 启动认证信息模块
6162
- * @param {string} strFileName - 文件名
6163
- * @param {string} strXmlData - XML 数据
6164
- * @returns {string} 认证信息
6160
+ /**
6161
+ * 启动认证信息模块
6162
+ * @param {string} strFileName - 文件名
6163
+ * @param {string} strXmlData - XML 数据
6164
+ * @returns {string} 认证信息
6165
6165
  */
6166
6166
 
6167
6167
 
@@ -6175,10 +6175,10 @@ var CA_ExtInterface = function () {
6175
6175
  }
6176
6176
  };
6177
6177
 
6178
- /**
6179
- * 打开 BS 应用
6180
- * @param {string} strUrl - 应用 URL
6181
- * @returns {number} 打开结果
6178
+ /**
6179
+ * 打开 BS 应用
6180
+ * @param {string} strUrl - 应用 URL
6181
+ * @returns {number} 打开结果
6182
6182
  */
6183
6183
 
6184
6184
 
@@ -6192,12 +6192,12 @@ var CA_ExtInterface = function () {
6192
6192
  }
6193
6193
  };
6194
6194
 
6195
- /**
6196
- * 打开 CS 应用
6197
- * @param {string} strGatewayAddress - 网关地址
6198
- * @param {string} strAppFlag - 应用标识
6199
- * @param {string} strAppPath - 应用路径
6200
- * @returns {number} 打开结果
6195
+ /**
6196
+ * 打开 CS 应用
6197
+ * @param {string} strGatewayAddress - 网关地址
6198
+ * @param {string} strAppFlag - 应用标识
6199
+ * @param {string} strAppPath - 应用路径
6200
+ * @returns {number} 打开结果
6201
6201
  */
6202
6202
 
6203
6203
 
@@ -6211,13 +6211,13 @@ var CA_ExtInterface = function () {
6211
6211
  }
6212
6212
  };
6213
6213
 
6214
- /**
6215
- * 设置自动更新策略
6216
- * @param {string} strGatewayAddress - 网关地址
6217
- * @param {number} nGatewayPort - 网关端口
6218
- * @param {string} strUserToken - 用户令牌
6219
- * @param {number} updatedelay - 更新延迟
6220
- * @returns {number} 设置结果
6214
+ /**
6215
+ * 设置自动更新策略
6216
+ * @param {string} strGatewayAddress - 网关地址
6217
+ * @param {number} nGatewayPort - 网关端口
6218
+ * @param {string} strUserToken - 用户令牌
6219
+ * @param {number} updatedelay - 更新延迟
6220
+ * @returns {number} 设置结果
6221
6221
  */
6222
6222
 
6223
6223
 
@@ -6231,10 +6231,10 @@ var CA_ExtInterface = function () {
6231
6231
  }
6232
6232
  };
6233
6233
 
6234
- /**
6235
- * 获取客户端 IP
6236
- * @param {string} strGatewayIP - 网关 IP
6237
- * @returns {string} 客户端 IP
6234
+ /**
6235
+ * 获取客户端 IP
6236
+ * @param {string} strGatewayIP - 网关 IP
6237
+ * @returns {string} 客户端 IP
6238
6238
  */
6239
6239
 
6240
6240
 
@@ -6248,10 +6248,10 @@ var CA_ExtInterface = function () {
6248
6248
  }
6249
6249
  };
6250
6250
 
6251
- /**
6252
- * 登出网关
6253
- * @param {string} strServerIP - 服务器 IP
6254
- * @returns {number} 登出结果
6251
+ /**
6252
+ * 登出网关
6253
+ * @param {string} strServerIP - 服务器 IP
6254
+ * @returns {number} 登出结果
6255
6255
  */
6256
6256
 
6257
6257
 
@@ -6265,11 +6265,11 @@ var CA_ExtInterface = function () {
6265
6265
  }
6266
6266
  };
6267
6267
 
6268
- /**
6269
- * 运行安装包
6270
- * @param {number} lRunType - 运行类型
6271
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
- * @returns {number} 运行结果
6268
+ /**
6269
+ * 运行安装包
6270
+ * @param {number} lRunType - 运行类型
6271
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6272
+ * @returns {number} 运行结果
6273
6273
  */
6274
6274
 
6275
6275
 
@@ -6283,9 +6283,9 @@ var CA_ExtInterface = function () {
6283
6283
  }
6284
6284
  };
6285
6285
 
6286
- /**
6287
- * 获取下载进度
6288
- * @returns {number} 下载进度
6286
+ /**
6287
+ * 获取下载进度
6288
+ * @returns {number} 下载进度
6289
6289
  */
6290
6290
 
6291
6291
 
@@ -6299,9 +6299,9 @@ var CA_ExtInterface = function () {
6299
6299
  }
6300
6300
  };
6301
6301
 
6302
- /**
6303
- * 是否安装完成
6304
- * @returns {boolean} 安装完成状态
6302
+ /**
6303
+ * 是否安装完成
6304
+ * @returns {boolean} 安装完成状态
6305
6305
  */
6306
6306
 
6307
6307
 
@@ -6315,11 +6315,11 @@ var CA_ExtInterface = function () {
6315
6315
  }
6316
6316
  };
6317
6317
 
6318
- /**
6319
- * 初始化签包对象
6320
- * @param {string} strAlgType - 算法类型
6321
- * @param {string} strAuxParam - 辅助参数
6322
- * @returns {number} 初始化结果
6318
+ /**
6319
+ * 初始化签包对象
6320
+ * @param {string} strAlgType - 算法类型
6321
+ * @param {string} strAuxParam - 辅助参数
6322
+ * @returns {number} 初始化结果
6323
6323
  */
6324
6324
 
6325
6325
 
@@ -6333,10 +6333,10 @@ var CA_ExtInterface = function () {
6333
6333
  }
6334
6334
  };
6335
6335
 
6336
- /**
6337
- * 设置摘要算法
6338
- * @param {string} strDigestAlg - 摘要算法
6339
- * @returns {number} 设置结果
6336
+ /**
6337
+ * 设置摘要算法
6338
+ * @param {string} strDigestAlg - 摘要算法
6339
+ * @returns {number} 设置结果
6340
6340
  */
6341
6341
 
6342
6342
 
@@ -6350,10 +6350,10 @@ var CA_ExtInterface = function () {
6350
6350
  }
6351
6351
  };
6352
6352
 
6353
- /**
6354
- * 设置单证书是否弹出对话框
6355
- * @param {number} isChoose - 是否弹出对话框
6356
- * @returns {number} 设置结果
6353
+ /**
6354
+ * 设置单证书是否弹出对话框
6355
+ * @param {number} isChoose - 是否弹出对话框
6356
+ * @returns {number} 设置结果
6357
6357
  */
6358
6358
 
6359
6359
 
@@ -6367,11 +6367,11 @@ var CA_ExtInterface = function () {
6367
6367
  }
6368
6368
  };
6369
6369
 
6370
- /**
6371
- * 添加证书过滤条件
6372
- * @param {number} ulType - 过滤类型
6373
- * @param {string} strValue - 过滤值
6374
- * @returns {number} 添加结果
6370
+ /**
6371
+ * 添加证书过滤条件
6372
+ * @param {number} ulType - 过滤类型
6373
+ * @param {string} strValue - 过滤值
6374
+ * @returns {number} 添加结果
6375
6375
  */
6376
6376
 
6377
6377
 
@@ -6385,9 +6385,9 @@ var CA_ExtInterface = function () {
6385
6385
  }
6386
6386
  };
6387
6387
 
6388
- /**
6389
- * 清除所有过滤条件
6390
- * @returns {number} 清除结果
6388
+ /**
6389
+ * 清除所有过滤条件
6390
+ * @returns {number} 清除结果
6391
6391
  */
6392
6392
 
6393
6393
 
@@ -6401,10 +6401,10 @@ var CA_ExtInterface = function () {
6401
6401
  }
6402
6402
  };
6403
6403
 
6404
- /**
6405
- * P1 签名
6406
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
- * @returns {string} 签名结果
6404
+ /**
6405
+ * P1 签名
6406
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6407
+ * @returns {string} 签名结果
6408
6408
  */
6409
6409
 
6410
6410
 
@@ -6418,10 +6418,10 @@ var CA_ExtInterface = function () {
6418
6418
  }
6419
6419
  };
6420
6420
 
6421
- /**
6422
- * P1 签名字符串
6423
- * @param {string} strValue - 待签名的字符串
6424
- * @returns {string} 签名结果
6421
+ /**
6422
+ * P1 签名字符串
6423
+ * @param {string} strValue - 待签名的字符串
6424
+ * @returns {string} 签名结果
6425
6425
  */
6426
6426
 
6427
6427
 
@@ -6435,12 +6435,12 @@ var CA_ExtInterface = function () {
6435
6435
  }
6436
6436
  };
6437
6437
 
6438
- /**
6439
- * P7 签名
6440
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
- * @param {boolean} isDetach - 是否分离签名
6442
- * @param {boolean} isIncludeCert - 是否包含证书
6443
- * @returns {string} 签名结果
6438
+ /**
6439
+ * P7 签名
6440
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6441
+ * @param {boolean} isDetach - 是否分离签名
6442
+ * @param {boolean} isIncludeCert - 是否包含证书
6443
+ * @returns {string} 签名结果
6444
6444
  */
6445
6445
 
6446
6446
 
@@ -6454,12 +6454,12 @@ var CA_ExtInterface = function () {
6454
6454
  }
6455
6455
  };
6456
6456
 
6457
- /**
6458
- * P7 签名字符串
6459
- * @param {string} strValue - 待签名的字符串
6460
- * @param {boolean} isDetach - 是否分离签名
6461
- * @param {boolean} isIncludeCert - 是否包含证书
6462
- * @returns {string} 签名结果
6457
+ /**
6458
+ * P7 签名字符串
6459
+ * @param {string} strValue - 待签名的字符串
6460
+ * @param {boolean} isDetach - 是否分离签名
6461
+ * @param {boolean} isIncludeCert - 是否包含证书
6462
+ * @returns {string} 签名结果
6463
6463
  */
6464
6464
 
6465
6465
 
@@ -6473,9 +6473,9 @@ var CA_ExtInterface = function () {
6473
6473
  }
6474
6474
  };
6475
6475
 
6476
- /**
6477
- * 释放签名对象
6478
- * @returns {number} 释放结果
6476
+ /**
6477
+ * 释放签名对象
6478
+ * @returns {number} 释放结果
6479
6479
  */
6480
6480
 
6481
6481
 
@@ -6489,9 +6489,9 @@ var CA_ExtInterface = function () {
6489
6489
  }
6490
6490
  };
6491
6491
 
6492
- /**
6493
- * 获取签名版本
6494
- * @returns {string} 签名版本
6492
+ /**
6493
+ * 获取签名版本
6494
+ * @returns {string} 签名版本
6495
6495
  */
6496
6496
 
6497
6497
 
@@ -6505,9 +6505,9 @@ var CA_ExtInterface = function () {
6505
6505
  }
6506
6506
  };
6507
6507
 
6508
- /**
6509
- * 获取签名证书
6510
- * @returns {string} 签名证书
6508
+ /**
6509
+ * 获取签名证书
6510
+ * @returns {string} 签名证书
6511
6511
  */
6512
6512
 
6513
6513
 
@@ -6521,9 +6521,9 @@ var CA_ExtInterface = function () {
6521
6521
  }
6522
6522
  };
6523
6523
 
6524
- /**
6525
- * 获取错误码
6526
- * @returns {number} 错误码
6524
+ /**
6525
+ * 获取错误码
6526
+ * @returns {number} 错误码
6527
6527
  */
6528
6528
 
6529
6529
 
@@ -6537,9 +6537,9 @@ var CA_ExtInterface = function () {
6537
6537
  }
6538
6538
  };
6539
6539
 
6540
- /**
6541
- * 获取错误信息
6542
- * @returns {string} 错误信息
6540
+ /**
6541
+ * 获取错误信息
6542
+ * @returns {string} 错误信息
6543
6543
  */
6544
6544
 
6545
6545
 
@@ -6553,9 +6553,9 @@ var CA_ExtInterface = function () {
6553
6553
  }
6554
6554
  };
6555
6555
 
6556
- /**
6557
- * 销毁认证对象
6558
- * @returns {number} 销毁结果
6556
+ /**
6557
+ * 销毁认证对象
6558
+ * @returns {number} 销毁结果
6559
6559
  */
6560
6560
 
6561
6561
 
@@ -6569,9 +6569,9 @@ var CA_ExtInterface = function () {
6569
6569
  }
6570
6570
  };
6571
6571
 
6572
- /**
6573
- * 获取证书类型
6574
- * @returns {string} 证书类型
6572
+ /**
6573
+ * 获取证书类型
6574
+ * @returns {string} 证书类型
6575
6575
  */
6576
6576
 
6577
6577
 
@@ -6585,9 +6585,9 @@ var CA_ExtInterface = function () {
6585
6585
  }
6586
6586
  };
6587
6587
 
6588
- /**
6589
- * 获取签名摘要算法
6590
- * @returns {string} 签名摘要算法
6588
+ /**
6589
+ * 获取签名摘要算法
6590
+ * @returns {string} 签名摘要算法
6591
6591
  */
6592
6592
 
6593
6593
 
@@ -6601,11 +6601,11 @@ var CA_ExtInterface = function () {
6601
6601
  }
6602
6602
  };
6603
6603
 
6604
- /**
6605
- * 使能调用序列
6606
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
- * @returns {number} 使能结果
6604
+ /**
6605
+ * 使能调用序列
6606
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6607
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6608
+ * @returns {number} 使能结果
6609
6609
  */
6610
6610
 
6611
6611
 
@@ -6619,9 +6619,9 @@ var CA_ExtInterface = function () {
6619
6619
  }
6620
6620
  };
6621
6621
 
6622
- /**
6623
- * 清空调用序列结果
6624
- * @returns {number} 清空调用序列结果
6622
+ /**
6623
+ * 清空调用序列结果
6624
+ * @returns {number} 清空调用序列结果
6625
6625
  */
6626
6626
 
6627
6627
 
@@ -6635,9 +6635,9 @@ var CA_ExtInterface = function () {
6635
6635
  }
6636
6636
  };
6637
6637
 
6638
- /**
6639
- * 获取调用序列结果
6640
- * @returns {string} 调用序列结果
6638
+ /**
6639
+ * 获取调用序列结果
6640
+ * @returns {string} 调用序列结果
6641
6641
  */
6642
6642
 
6643
6643
 
@@ -6651,12 +6651,12 @@ var CA_ExtInterface = function () {
6651
6651
  }
6652
6652
  };
6653
6653
 
6654
- /**
6655
- * 客户端安全策略检查
6656
- * @param {string} strGatewayAddress - 网关地址
6657
- * @param {number} usGatewayPort - 网关端口
6658
- * @param {string} strSecurityPolicys - 安全策略
6659
- * @returns {boolean} 检查结果
6654
+ /**
6655
+ * 客户端安全策略检查
6656
+ * @param {string} strGatewayAddress - 网关地址
6657
+ * @param {number} usGatewayPort - 网关端口
6658
+ * @param {string} strSecurityPolicys - 安全策略
6659
+ * @returns {boolean} 检查结果
6660
6660
  */
6661
6661
 
6662
6662
 
@@ -6670,9 +6670,9 @@ var CA_ExtInterface = function () {
6670
6670
  }
6671
6671
  };
6672
6672
 
6673
- /**
6674
- * 获取通讯协议版本
6675
- * @returns {string} 通讯协议版本
6673
+ /**
6674
+ * 获取通讯协议版本
6675
+ * @returns {string} 通讯协议版本
6676
6676
  */
6677
6677
 
6678
6678
 
@@ -6686,13 +6686,13 @@ var CA_ExtInterface = function () {
6686
6686
  }
6687
6687
  };
6688
6688
 
6689
- /**
6690
- * 修改 Key 的 Pin 码
6691
- * @param {string} strCertSn - 证书序列号
6692
- * @param {number} lPinCodeType - Pin 码类型
6693
- * @param {string} strCurPinCode - 当前 Pin 码
6694
- * @param {string} strNewPinCode - 新 Pin 码
6695
- * @returns {number} 修改结果
6689
+ /**
6690
+ * 修改 Key 的 Pin 码
6691
+ * @param {string} strCertSn - 证书序列号
6692
+ * @param {number} lPinCodeType - Pin 码类型
6693
+ * @param {string} strCurPinCode - 当前 Pin 码
6694
+ * @param {string} strNewPinCode - 新 Pin 码
6695
+ * @returns {number} 修改结果
6696
6696
  */
6697
6697
 
6698
6698
 
@@ -6706,10 +6706,10 @@ var CA_ExtInterface = function () {
6706
6706
  }
6707
6707
  };
6708
6708
 
6709
- /**
6710
- * 等待策略设置完毕
6711
- * @param {string} strGatewayAddress - 网关地址
6712
- * @returns {number} 等待结果
6709
+ /**
6710
+ * 等待策略设置完毕
6711
+ * @param {string} strGatewayAddress - 网关地址
6712
+ * @returns {number} 等待结果
6713
6713
  */
6714
6714
 
6715
6715
 
@@ -6723,10 +6723,10 @@ var CA_ExtInterface = function () {
6723
6723
  }
6724
6724
  };
6725
6725
 
6726
- /**
6727
- * 获取会话 Token
6728
- * @param {string} strGatewayAddress - 网关地址
6729
- * @returns {string} 会话 Token
6726
+ /**
6727
+ * 获取会话 Token
6728
+ * @param {string} strGatewayAddress - 网关地址
6729
+ * @returns {string} 会话 Token
6730
6730
  */
6731
6731
 
6732
6732
 
@@ -6740,9 +6740,9 @@ var CA_ExtInterface = function () {
6740
6740
  }
6741
6741
  };
6742
6742
 
6743
- /**
6744
- * 获取控件版本
6745
- * @returns {string} 控件版本
6743
+ /**
6744
+ * 获取控件版本
6745
+ * @returns {string} 控件版本
6746
6746
  */
6747
6747
 
6748
6748
 
@@ -6756,10 +6756,10 @@ var CA_ExtInterface = function () {
6756
6756
  }
6757
6757
  };
6758
6758
 
6759
- /**
6760
- * 设置语言资源
6761
- * @param {string} strLanguage - 语言资源
6762
- * @returns {number} 设置结果
6759
+ /**
6760
+ * 设置语言资源
6761
+ * @param {string} strLanguage - 语言资源
6762
+ * @returns {number} 设置结果
6763
6763
  */
6764
6764
 
6765
6765
 
@@ -6773,12 +6773,12 @@ var CA_ExtInterface = function () {
6773
6773
  }
6774
6774
  };
6775
6775
 
6776
- /**
6777
- * 获取用户属性
6778
- * @param {string} strGatewayAddress - 网关地址
6779
- * @param {string} strAppFlag - 应用标识
6780
- * @param {string} strAttributeName - 属性名称
6781
- * @returns {string} 用户属性值
6776
+ /**
6777
+ * 获取用户属性
6778
+ * @param {string} strGatewayAddress - 网关地址
6779
+ * @param {string} strAppFlag - 应用标识
6780
+ * @param {string} strAttributeName - 属性名称
6781
+ * @returns {string} 用户属性值
6782
6782
  */
6783
6783
 
6784
6784
 
@@ -6792,9 +6792,9 @@ var CA_ExtInterface = function () {
6792
6792
  }
6793
6793
  };
6794
6794
 
6795
- /**
6796
- * 获取签名加密 PIN 码
6797
- * @returns {string} 签名加密 PIN 码
6795
+ /**
6796
+ * 获取签名加密 PIN 码
6797
+ * @returns {string} 签名加密 PIN 码
6798
6798
  */
6799
6799
 
6800
6800
 
@@ -6807,20 +6807,20 @@ var CA_ExtInterface = function () {
6807
6807
  return result.value;
6808
6808
  }
6809
6809
  };
6810
- /*
6811
- *曙光四川CA
6812
- *'SOF_GetUserList' 证书列表
6813
- *'SOF_ExportUserCert' 导出证书
6814
- *'SOF_GetCertInfo': 获取证书信息
6815
- *'SOF_GenRandom': 生成随机数
6816
- *'SOF_SignData': 获取证书签名
6817
- *'SOF_Login': 登录证书
6818
- *'SOF_GetPinRetryCount': 剩余次数
6810
+ /*
6811
+ *曙光四川CA
6812
+ *'SOF_GetUserList' 证书列表
6813
+ *'SOF_ExportUserCert' 导出证书
6814
+ *'SOF_GetCertInfo': 获取证书信息
6815
+ *'SOF_GenRandom': 生成随机数
6816
+ *'SOF_SignData': 获取证书签名
6817
+ *'SOF_Login': 登录证书
6818
+ *'SOF_GetPinRetryCount': 剩余次数
6819
6819
  */
6820
- /**
6821
- *
6822
- * 获取webSocket消息
6823
- * @returns {string}
6820
+ /**
6821
+ *
6822
+ * 获取webSocket消息
6823
+ * @returns {string}
6824
6824
  */
6825
6825
 
6826
6826
 
@@ -6856,10 +6856,10 @@ var CA_ExtInterface = function () {
6856
6856
  };
6857
6857
  });
6858
6858
  };
6859
- /**
6860
- *
6861
- * base64解码
6862
- * @returns {string} base64解码后的字符串
6859
+ /**
6860
+ *
6861
+ * base64解码
6862
+ * @returns {string} base64解码后的字符串
6863
6863
  */
6864
6864
 
6865
6865
 
@@ -6894,10 +6894,10 @@ var CA_ExtInterface = function () {
6894
6894
  val = this.utf8_decode(val);
6895
6895
  return val;
6896
6896
  };
6897
- /**
6898
- *
6899
- * base64编码
6900
- * @returns {string} base64编码后的字符串
6897
+ /**
6898
+ *
6899
+ * base64编码
6900
+ * @returns {string} base64编码后的字符串
6901
6901
  */
6902
6902
 
6903
6903
 
@@ -6930,10 +6930,10 @@ var CA_ExtInterface = function () {
6930
6930
  }
6931
6931
  return val;
6932
6932
  };
6933
- /**
6934
- *
6935
- * utf8解码
6936
- * @returns {string} utf8解码后的字符串
6933
+ /**
6934
+ *
6935
+ * utf8解码
6936
+ * @returns {string} utf8解码后的字符串
6937
6937
  */
6938
6938
 
6939
6939
 
@@ -6962,10 +6962,10 @@ var CA_ExtInterface = function () {
6962
6962
  }
6963
6963
  return string;
6964
6964
  };
6965
- /**
6966
- *
6967
- * utf8编码
6968
- * @returns {string} utf8编码后的字符串
6965
+ /**
6966
+ *
6967
+ * utf8编码
6968
+ * @returns {string} utf8编码后的字符串
6969
6969
  */
6970
6970
 
6971
6971
 
@@ -9322,8 +9322,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
9322
9322
 
9323
9323
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
9324
9324
 
9325
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
9326
- var columnvue_type_template_id_4d1a48b2_render = function () {
9325
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
9326
+ var columnvue_type_template_id_ad697a04_render = function () {
9327
9327
  var _vm = this
9328
9328
  var _h = _vm.$createElement
9329
9329
  var _c = _vm._self._c || _h
@@ -10080,15 +10080,10 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
10080
10080
  innerHTML: _vm._s(_vm.format(scope.row, true)),
10081
10081
  },
10082
10082
  })
10083
- : _c(
10084
- "span",
10085
- {
10086
- style: _vm.styles
10087
- ? _vm.styles[scope.row[_vm.prop]]
10088
- : {},
10089
- },
10090
- [_vm._v(_vm._s(_vm.format(scope.row)))]
10091
- ),
10083
+ : _c("span", {
10084
+ style: _vm.styles ? _vm.styles[scope.row[_vm.prop]] : {},
10085
+ domProps: { innerHTML: _vm._s(_vm.format(scope.row)) },
10086
+ }),
10092
10087
  _vm.type === "handle" && !scope.row.hideHandle
10093
10088
  ? _c(
10094
10089
  "es-button-group",
@@ -10138,11 +10133,11 @@ var columnvue_type_template_id_4d1a48b2_render = function () {
10138
10133
  2
10139
10134
  )
10140
10135
  }
10141
- var columnvue_type_template_id_4d1a48b2_staticRenderFns = []
10142
- columnvue_type_template_id_4d1a48b2_render._withStripped = true
10136
+ var columnvue_type_template_id_ad697a04_staticRenderFns = []
10137
+ columnvue_type_template_id_ad697a04_render._withStripped = true
10143
10138
 
10144
10139
 
10145
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=4d1a48b2&
10140
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=ad697a04&
10146
10141
 
10147
10142
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
10148
10143
  var regenerator_ = __webpack_require__(2);
@@ -10625,7 +10620,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10625
10620
  //
10626
10621
  //
10627
10622
  //
10628
- //
10629
10623
 
10630
10624
 
10631
10625
 
@@ -10933,6 +10927,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
10933
10927
  var _this2 = this;
10934
10928
 
10935
10929
  var field = this.field || this.prop;
10930
+ console.log('field', field);
10931
+ console.log('rows', rows);
10936
10932
  var data = this.option;
10937
10933
  var str = '';
10938
10934
  if (utils_util["a" /* default */].isObject(rows[field])) {
@@ -11083,8 +11079,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
11083
11079
 
11084
11080
  var column_component = normalizeComponent(
11085
11081
  src_columnvue_type_script_lang_js_,
11086
- columnvue_type_template_id_4d1a48b2_render,
11087
- columnvue_type_template_id_4d1a48b2_staticRenderFns,
11082
+ columnvue_type_template_id_ad697a04_render,
11083
+ columnvue_type_template_id_ad697a04_staticRenderFns,
11088
11084
  false,
11089
11085
  null,
11090
11086
  null,
@@ -30863,21 +30859,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30863
30859
  return validSate;
30864
30860
  },
30865
30861
 
30866
- /**
30867
- * changeOpinion
30868
- * @desc:监听意见变化
30869
- * @author liufan
30870
- * @date 2022年10月28日
30862
+ /**
30863
+ * changeOpinion
30864
+ * @desc:监听意见变化
30865
+ * @author liufan
30866
+ * @date 2022年10月28日
30871
30867
  **/
30872
30868
  changeOpinion: function changeOpinion() {
30873
30869
  this.$emit('change', this.form.value);
30874
30870
  },
30875
30871
 
30876
- /**
30877
- * getCommonOpion
30878
- * @desc:获取意见
30879
- * @author liufan
30880
- * @date 2022年5月25日
30872
+ /**
30873
+ * getCommonOpion
30874
+ * @desc:获取意见
30875
+ * @author liufan
30876
+ * @date 2022年5月25日
30881
30877
  **/
30882
30878
  getCommonOpion: function getCommonOpion() {
30883
30879
  var _this = this;
@@ -30906,24 +30902,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30906
30902
  });
30907
30903
  },
30908
30904
 
30909
- /**
30910
- * upDate
30911
- * @desc:修改常用语
30912
- * @author liufan
30913
- * @param {Object} val 修改值
30914
- * @date 2022年5月25日
30905
+ /**
30906
+ * upDate
30907
+ * @desc:修改常用语
30908
+ * @author liufan
30909
+ * @param {Object} val 修改值
30910
+ * @date 2022年5月25日
30915
30911
  **/
30916
30912
  upDate: function upDate(val) {
30917
30913
  this.FormData.id = val.id;
30918
30914
  this.addVisible = true;
30919
30915
  },
30920
30916
 
30921
- /**
30922
- * selectChange
30923
- * @desc:常用语选择
30924
- * @author liufan
30925
- * @param {String} val 选中值
30926
- * @date 2022年5月25日
30917
+ /**
30918
+ * selectChange
30919
+ * @desc:常用语选择
30920
+ * @author liufan
30921
+ * @param {String} val 选中值
30922
+ * @date 2022年5月25日
30927
30923
  **/
30928
30924
  selectChange: function selectChange(val) {
30929
30925
  var _this2 = this;
@@ -30942,12 +30938,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30942
30938
  });
30943
30939
  },
30944
30940
 
30945
- /**
30946
- * del
30947
- * @desc:删除常用语
30948
- * @author liufan
30949
- * @param {Object} val 删除的数据
30950
- * @date 2022年5月25日
30941
+ /**
30942
+ * del
30943
+ * @desc:删除常用语
30944
+ * @author liufan
30945
+ * @param {Object} val 删除的数据
30946
+ * @date 2022年5月25日
30951
30947
  **/
30952
30948
  del: function del(val) {
30953
30949
  var _this3 = this;
@@ -30989,12 +30985,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30989
30985
  }).catch(function (e) {});
30990
30986
  },
30991
30987
 
30992
- /**
30993
- * submit
30994
- * @desc:新增/编辑意见保存
30995
- * @author liufan
30996
- * @param {Object} val 保存数据
30997
- * @date 2022年5月25日
30988
+ /**
30989
+ * submit
30990
+ * @desc:新增/编辑意见保存
30991
+ * @author liufan
30992
+ * @param {Object} val 保存数据
30993
+ * @date 2022年5月25日
30998
30994
  **/
30999
30995
  submit: function submit(val) {
31000
30996
  var _this4 = this;
@@ -34324,11 +34320,11 @@ var processFormvue_type_script_lang_js_components;
34324
34320
  });
34325
34321
  },
34326
34322
 
34327
- /**
34328
- * isMultiple
34329
- * @desc:是否多选
34330
- * @author liufan
34331
- * @date 2022年9月13日
34323
+ /**
34324
+ * isMultiple
34325
+ * @desc:是否多选
34326
+ * @author liufan
34327
+ * @date 2022年9月13日
34332
34328
  **/
34333
34329
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34334
34330
  var multiple = false;
@@ -38432,11 +38428,11 @@ var resetvue_type_script_lang_js_components;
38432
38428
  });
38433
38429
  },
38434
38430
 
38435
- /**
38436
- * isMultiple
38437
- * @desc:是否多选
38438
- * @author liufan
38439
- * @date 2022年9月13日
38431
+ /**
38432
+ * isMultiple
38433
+ * @desc:是否多选
38434
+ * @author liufan
38435
+ * @date 2022年9月13日
38440
38436
  **/
38441
38437
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38442
38438
  var multiple = false;
@@ -42838,11 +42834,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42838
42834
  });
42839
42835
  },
42840
42836
 
42841
- /**
42842
- * saveInfo
42843
- * @desc:暂存
42844
- * @author liufan
42845
- * @date 2022年9月9日
42837
+ /**
42838
+ * saveInfo
42839
+ * @desc:暂存
42840
+ * @author liufan
42841
+ * @date 2022年9月9日
42846
42842
  **/
42847
42843
  saveInfo: function saveInfo(type, btn) {
42848
42844
  var _this6 = this;
@@ -42904,11 +42900,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42904
42900
  });
42905
42901
  },
42906
42902
 
42907
- /**
42908
- * rejectBtn
42909
- * @desc:点击驳回
42910
- * @author liufan
42911
- * @date 2022年5月25日
42903
+ /**
42904
+ * rejectBtn
42905
+ * @desc:点击驳回
42906
+ * @author liufan
42907
+ * @date 2022年5月25日
42912
42908
  **/
42913
42909
  rejectBtn: function rejectBtn() {
42914
42910
  var _this8 = this;
@@ -42926,11 +42922,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42926
42922
  }
42927
42923
  },
42928
42924
 
42929
- /**
42930
- * taskReadBtn
42931
- * @desc:点击分阅
42932
- * @author liufan
42933
- * @date 2022年5月25日
42925
+ /**
42926
+ * taskReadBtn
42927
+ * @desc:点击分阅
42928
+ * @author liufan
42929
+ * @date 2022年5月25日
42934
42930
  **/
42935
42931
  taskReadBtn: function taskReadBtn() {
42936
42932
  var _this9 = this;
@@ -42949,11 +42945,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
42949
42945
  }
42950
42946
  },
42951
42947
 
42952
- /**
42953
- * getFind
42954
- * @desc:获取通知方式
42955
- * @author liufan
42956
- * @date 2022年5月25日
42948
+ /**
42949
+ * getFind
42950
+ * @desc:获取通知方式
42951
+ * @author liufan
42952
+ * @date 2022年5月25日
42957
42953
  **/
42958
42954
  getFind: function getFind() {
42959
42955
  var _this10 = this;
@@ -43008,12 +43004,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43008
43004
  });
43009
43005
  },
43010
43006
 
43011
- /**
43012
- * endFlows
43013
- * @desc:直接办结
43014
- * @author liufan
43015
- * @param {Object} res 直接办结数据
43016
- * @date 2022年5月25日
43007
+ /**
43008
+ * endFlows
43009
+ * @desc:直接办结
43010
+ * @author liufan
43011
+ * @param {Object} res 直接办结数据
43012
+ * @date 2022年5月25日
43017
43013
  **/
43018
43014
  endFlows: function endFlows(res) {
43019
43015
  var _this12 = this;
@@ -43067,12 +43063,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43067
43063
  }).catch(function (e) {});
43068
43064
  },
43069
43065
 
43070
- /**
43071
- * goView
43072
- * @desc:更多流程按钮操作
43073
- * @author liufan
43074
- * @param {Object} res 当前点击操作按钮数据
43075
- * @date 2022年5月25日
43066
+ /**
43067
+ * goView
43068
+ * @desc:更多流程按钮操作
43069
+ * @author liufan
43070
+ * @param {Object} res 当前点击操作按钮数据
43071
+ * @date 2022年5月25日
43076
43072
  **/
43077
43073
  goView: function goView(res) {
43078
43074
  // 驳回并办结:rejectAndEndHtml
@@ -43157,11 +43153,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43157
43153
  // isCanStartSubFlow
43158
43154
  },
43159
43155
 
43160
- /**
43161
- * toTakeAdvice
43162
- * @desc:征求意见
43163
- * @author liufan
43164
- * @date 2022年9月29日
43156
+ /**
43157
+ * toTakeAdvice
43158
+ * @desc:征求意见
43159
+ * @author liufan
43160
+ * @date 2022年9月29日
43165
43161
  **/
43166
43162
  toTakeAdvice: function toTakeAdvice(res) {
43167
43163
  var _this14 = this;
@@ -43205,11 +43201,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43205
43201
  });
43206
43202
  },
43207
43203
 
43208
- /**
43209
- * toStartDraf
43210
- * @desc: 稿件递送、联合审核、复核
43211
- * @author liufan
43212
- * @date 2022年9月29日
43204
+ /**
43205
+ * toStartDraf
43206
+ * @desc: 稿件递送、联合审核、复核
43207
+ * @author liufan
43208
+ * @date 2022年9月29日
43213
43209
  **/
43214
43210
  toStartDraf: function toStartDraf(res) {
43215
43211
  var _this16 = this;
@@ -43223,11 +43219,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43223
43219
  }
43224
43220
  },
43225
43221
 
43226
- /**
43227
- * toSendMsg
43228
- * @desc:核稿通知
43229
- * @author liufan
43230
- * @date 2022年9月29日
43222
+ /**
43223
+ * toSendMsg
43224
+ * @desc:核稿通知
43225
+ * @author liufan
43226
+ * @date 2022年9月29日
43231
43227
  **/
43232
43228
  toSendMsg: function toSendMsg(res) {
43233
43229
  var _this17 = this;
@@ -43241,11 +43237,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43241
43237
  }
43242
43238
  },
43243
43239
 
43244
- /**
43245
- * toTaskReadAndEnd
43246
- * @desc:分阅并办结
43247
- * @author liufan
43248
- * @date 2022年9月29日
43240
+ /**
43241
+ * toTaskReadAndEnd
43242
+ * @desc:分阅并办结
43243
+ * @author liufan
43244
+ * @date 2022年9月29日
43249
43245
  **/
43250
43246
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43251
43247
  var _this18 = this;
@@ -43263,11 +43259,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43263
43259
  }
43264
43260
  },
43265
43261
 
43266
- /**
43267
- * rejectAndEnd
43268
- * @desc:驳回并办结
43269
- * @author liufan
43270
- * @date 2022年9月29日
43262
+ /**
43263
+ * rejectAndEnd
43264
+ * @desc:驳回并办结
43265
+ * @author liufan
43266
+ * @date 2022年9月29日
43271
43267
  **/
43272
43268
  rejectAndEnd: function rejectAndEnd(res) {
43273
43269
  var _this19 = this;
@@ -43322,11 +43318,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43322
43318
  });
43323
43319
  },
43324
43320
 
43325
- /**
43326
- * toTransfer
43327
- * @desc:转办
43328
- * @author liufan
43329
- * @date 2022年9月29日
43321
+ /**
43322
+ * toTransfer
43323
+ * @desc:转办
43324
+ * @author liufan
43325
+ * @date 2022年9月29日
43330
43326
  **/
43331
43327
  toTransfer: function toTransfer(res) {
43332
43328
  var _this21 = this;
@@ -43342,11 +43338,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43342
43338
  }
43343
43339
  },
43344
43340
 
43345
- /**
43346
- * getNodeInfo
43347
- * @desc:获取节点信息
43348
- * @author liufan
43349
- * @date 2022年5月25日
43341
+ /**
43342
+ * getNodeInfo
43343
+ * @desc:获取节点信息
43344
+ * @author liufan
43345
+ * @date 2022年5月25日
43350
43346
  **/
43351
43347
  getNodeInfo: function getNodeInfo() {
43352
43348
  var _this22 = this;
@@ -43445,12 +43441,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43445
43441
  });
43446
43442
  },
43447
43443
 
43448
- /**
43449
- * selecNext
43450
- * @desc:下步节点变化时更新数据
43451
- * @author liufan
43452
- * @param {String} val 当前选中值
43453
- * @date 2022年5月25日
43444
+ /**
43445
+ * selecNext
43446
+ * @desc:下步节点变化时更新数据
43447
+ * @author liufan
43448
+ * @param {String} val 当前选中值
43449
+ * @date 2022年5月25日
43454
43450
  **/
43455
43451
  selecNext: function selecNext(val, type, isDef) {
43456
43452
  var _this23 = this;
@@ -43559,11 +43555,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43559
43555
  if (isDef !== true) this.getNodeInfo();
43560
43556
  },
43561
43557
 
43562
- /**
43563
- * isMultiple
43564
- * @desc:是否多选
43565
- * @author liufan
43566
- * @date 2022年9月13日
43558
+ /**
43559
+ * isMultiple
43560
+ * @desc:是否多选
43561
+ * @author liufan
43562
+ * @date 2022年9月13日
43567
43563
  **/
43568
43564
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43569
43565
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43595,11 +43591,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43595
43591
  }
43596
43592
  },
43597
43593
 
43598
- /**
43599
- * getHedInfo
43600
- * @desc:获取审核页面数据
43601
- * @author liufan
43602
- * @date 2022年5月25日
43594
+ /**
43595
+ * getHedInfo
43596
+ * @desc:获取审核页面数据
43597
+ * @author liufan
43598
+ * @date 2022年5月25日
43603
43599
  **/
43604
43600
  getHedInfo: function getHedInfo() {
43605
43601
  var _this24 = this;
@@ -43835,13 +43831,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43835
43831
  });
43836
43832
  },
43837
43833
 
43838
- /**
43839
- * closeProcess
43840
- * @desc:关闭弹窗
43841
- * @author liufan
43842
- * @param {boolean} val 当前是否办理流程
43843
- * @param {String} type 当前点击的弹窗类型
43844
- * @date 2022年5月25日
43834
+ /**
43835
+ * closeProcess
43836
+ * @desc:关闭弹窗
43837
+ * @author liufan
43838
+ * @param {boolean} val 当前是否办理流程
43839
+ * @param {String} type 当前点击的弹窗类型
43840
+ * @date 2022年5月25日
43845
43841
  **/
43846
43842
  closeProcess: function closeProcess(val, type, closeParent) {
43847
43843
  if (closeParent) {
@@ -43858,23 +43854,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43858
43854
  }
43859
43855
  },
43860
43856
 
43861
- /**
43862
- * selectChange
43863
- * @desc:常用语选择
43864
- * @author liufan
43865
- * @param {String} val 选中值
43866
- * @date 2022年5月25日
43857
+ /**
43858
+ * selectChange
43859
+ * @desc:常用语选择
43860
+ * @author liufan
43861
+ * @param {String} val 选中值
43862
+ * @date 2022年5月25日
43867
43863
  **/
43868
43864
  selectChange: function selectChange(val) {
43869
43865
  this.value = val;
43870
43866
  },
43871
43867
 
43872
- /**
43873
- * upDate
43874
- * @desc:修改常用语
43875
- * @author liufan
43876
- * @param {Object} val 修改值
43877
- * @date 2022年5月25日
43868
+ /**
43869
+ * upDate
43870
+ * @desc:修改常用语
43871
+ * @author liufan
43872
+ * @param {Object} val 修改值
43873
+ * @date 2022年5月25日
43878
43874
  **/
43879
43875
  upDate: function upDate(val) {
43880
43876
  this.FormData.id = val.id;
@@ -43882,11 +43878,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43882
43878
  },
43883
43879
 
43884
43880
 
43885
- /**
43886
- * getProcess
43887
- * @desc:获取选择流程
43888
- * @author liufan
43889
- * @date 2022年5月25日
43881
+ /**
43882
+ * getProcess
43883
+ * @desc:获取选择流程
43884
+ * @author liufan
43885
+ * @date 2022年5月25日
43890
43886
  **/
43891
43887
  getProcess: function getProcess() {
43892
43888
  var _this25 = this;
@@ -43940,11 +43936,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43940
43936
  });
43941
43937
  },
43942
43938
 
43943
- /**
43944
- * getPendedhistoryList
43945
- * @desc:获取流程列表
43946
- * @author liufan
43947
- * @date 2022年5月25日
43939
+ /**
43940
+ * getPendedhistoryList
43941
+ * @desc:获取流程列表
43942
+ * @author liufan
43943
+ * @date 2022年5月25日
43948
43944
  **/
43949
43945
  getPendedhistoryList: function getPendedhistoryList() {
43950
43946
  var _this26 = this;
@@ -43976,12 +43972,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43976
43972
  },
43977
43973
 
43978
43974
  // 提交流程
43979
- /**
43980
- * subProcess
43981
- * @desc:提交流程
43982
- * @author liufan
43983
- * @param {String} formName 当前form表单ref值
43984
- * @date 2022年5月25日
43975
+ /**
43976
+ * subProcess
43977
+ * @desc:提交流程
43978
+ * @author liufan
43979
+ * @param {String} formName 当前form表单ref值
43980
+ * @date 2022年5月25日
43985
43981
  **/
43986
43982
  subProcess: function subProcess(val) {
43987
43983
  var _this27 = this;
@@ -47060,11 +47056,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47060
47056
  });
47061
47057
  },
47062
47058
 
47063
- /**
47064
- * saveInfo
47065
- * @desc:暂存
47066
- * @author liufan
47067
- * @date 2022年9月9日
47059
+ /**
47060
+ * saveInfo
47061
+ * @desc:暂存
47062
+ * @author liufan
47063
+ * @date 2022年9月9日
47068
47064
  **/
47069
47065
  saveInfo: function saveInfo(type, btn) {
47070
47066
  var _this9 = this;
@@ -47126,11 +47122,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47126
47122
  });
47127
47123
  },
47128
47124
 
47129
- /**
47130
- * rejectBtn
47131
- * @desc:点击驳回
47132
- * @author liufan
47133
- * @date 2022年5月25日
47125
+ /**
47126
+ * rejectBtn
47127
+ * @desc:点击驳回
47128
+ * @author liufan
47129
+ * @date 2022年5月25日
47134
47130
  **/
47135
47131
  rejectBtn: function rejectBtn() {
47136
47132
  var _this11 = this;
@@ -47148,11 +47144,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47148
47144
  }
47149
47145
  },
47150
47146
 
47151
- /**
47152
- * taskReadBtn
47153
- * @desc:点击分阅
47154
- * @author liufan
47155
- * @date 2022年5月25日
47147
+ /**
47148
+ * taskReadBtn
47149
+ * @desc:点击分阅
47150
+ * @author liufan
47151
+ * @date 2022年5月25日
47156
47152
  **/
47157
47153
  taskReadBtn: function taskReadBtn() {
47158
47154
  var _this12 = this;
@@ -47171,11 +47167,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47171
47167
  }
47172
47168
  },
47173
47169
 
47174
- /**
47175
- * getFind
47176
- * @desc:获取通知方式
47177
- * @author liufan
47178
- * @date 2022年5月25日
47170
+ /**
47171
+ * getFind
47172
+ * @desc:获取通知方式
47173
+ * @author liufan
47174
+ * @date 2022年5月25日
47179
47175
  **/
47180
47176
  getFind: function getFind() {
47181
47177
  var _this13 = this;
@@ -47241,12 +47237,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47241
47237
  });
47242
47238
  },
47243
47239
 
47244
- /**
47245
- * endFlows
47246
- * @desc:直接办结
47247
- * @author liufan
47248
- * @param {Object} res 直接办结数据
47249
- * @date 2022年5月25日
47240
+ /**
47241
+ * endFlows
47242
+ * @desc:直接办结
47243
+ * @author liufan
47244
+ * @param {Object} res 直接办结数据
47245
+ * @date 2022年5月25日
47250
47246
  **/
47251
47247
  endFlows: function endFlows(res) {
47252
47248
  var _this15 = this;
@@ -47301,12 +47297,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47301
47297
  }).catch(function (e) {});
47302
47298
  },
47303
47299
 
47304
- /**
47305
- * goView
47306
- * @desc:更多流程按钮操作
47307
- * @author liufan
47308
- * @param {Object} res 当前点击操作按钮数据
47309
- * @date 2022年5月25日
47300
+ /**
47301
+ * goView
47302
+ * @desc:更多流程按钮操作
47303
+ * @author liufan
47304
+ * @param {Object} res 当前点击操作按钮数据
47305
+ * @date 2022年5月25日
47310
47306
  **/
47311
47307
  goView: function goView(res) {
47312
47308
  // 驳回并办结:rejectAndEndHtml
@@ -47391,11 +47387,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47391
47387
  // isCanStartSubFlow
47392
47388
  },
47393
47389
 
47394
- /**
47395
- * toTakeAdvice
47396
- * @desc:征求意见
47397
- * @author liufan
47398
- * @date 2022年9月29日
47390
+ /**
47391
+ * toTakeAdvice
47392
+ * @desc:征求意见
47393
+ * @author liufan
47394
+ * @date 2022年9月29日
47399
47395
  **/
47400
47396
  toTakeAdvice: function toTakeAdvice(res) {
47401
47397
  var _this17 = this;
@@ -47439,11 +47435,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47439
47435
  });
47440
47436
  },
47441
47437
 
47442
- /**
47443
- * toStartDraf
47444
- * @desc: 稿件递送、联合审核、复核
47445
- * @author liufan
47446
- * @date 2022年9月29日
47438
+ /**
47439
+ * toStartDraf
47440
+ * @desc: 稿件递送、联合审核、复核
47441
+ * @author liufan
47442
+ * @date 2022年9月29日
47447
47443
  **/
47448
47444
  toStartDraf: function toStartDraf(res) {
47449
47445
  var _this19 = this;
@@ -47457,11 +47453,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47457
47453
  }
47458
47454
  },
47459
47455
 
47460
- /**
47461
- * toSendMsg
47462
- * @desc:核稿通知
47463
- * @author liufan
47464
- * @date 2022年9月29日
47456
+ /**
47457
+ * toSendMsg
47458
+ * @desc:核稿通知
47459
+ * @author liufan
47460
+ * @date 2022年9月29日
47465
47461
  **/
47466
47462
  toSendMsg: function toSendMsg(res) {
47467
47463
  var _this20 = this;
@@ -47475,11 +47471,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47475
47471
  }
47476
47472
  },
47477
47473
 
47478
- /**
47479
- * toTaskReadAndEnd
47480
- * @desc:分阅并办结
47481
- * @author liufan
47482
- * @date 2022年9月29日
47474
+ /**
47475
+ * toTaskReadAndEnd
47476
+ * @desc:分阅并办结
47477
+ * @author liufan
47478
+ * @date 2022年9月29日
47483
47479
  **/
47484
47480
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47485
47481
  var _this21 = this;
@@ -47497,11 +47493,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47497
47493
  }
47498
47494
  },
47499
47495
 
47500
- /**
47501
- * rejectAndEnd
47502
- * @desc:驳回并办结
47503
- * @author liufan
47504
- * @date 2022年9月29日
47496
+ /**
47497
+ * rejectAndEnd
47498
+ * @desc:驳回并办结
47499
+ * @author liufan
47500
+ * @date 2022年9月29日
47505
47501
  **/
47506
47502
  rejectAndEnd: function rejectAndEnd(res) {
47507
47503
  var _this22 = this;
@@ -47557,11 +47553,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47557
47553
  });
47558
47554
  },
47559
47555
 
47560
- /**
47561
- * toTransfer
47562
- * @desc:转办
47563
- * @author liufan
47564
- * @date 2022年9月29日
47556
+ /**
47557
+ * toTransfer
47558
+ * @desc:转办
47559
+ * @author liufan
47560
+ * @date 2022年9月29日
47565
47561
  **/
47566
47562
  toTransfer: function toTransfer(res) {
47567
47563
  var _this24 = this;
@@ -47577,11 +47573,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47577
47573
  }
47578
47574
  },
47579
47575
 
47580
- /**
47581
- * getNodeInfo
47582
- * @desc:获取节点信息
47583
- * @author liufan
47584
- * @date 2022年5月25日
47576
+ /**
47577
+ * getNodeInfo
47578
+ * @desc:获取节点信息
47579
+ * @author liufan
47580
+ * @date 2022年5月25日
47585
47581
  **/
47586
47582
  getNodeInfo: function getNodeInfo() {
47587
47583
  var _this25 = this;
@@ -47685,12 +47681,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47685
47681
  });
47686
47682
  },
47687
47683
 
47688
- /**
47689
- * selecNext
47690
- * @desc:下步节点变化时更新数据
47691
- * @author liufan
47692
- * @param {String} val 当前选中值
47693
- * @date 2022年5月25日
47684
+ /**
47685
+ * selecNext
47686
+ * @desc:下步节点变化时更新数据
47687
+ * @author liufan
47688
+ * @param {String} val 当前选中值
47689
+ * @date 2022年5月25日
47694
47690
  **/
47695
47691
  selecNext: function selecNext(val, type, isDef) {
47696
47692
  var _this26 = this;
@@ -47822,11 +47818,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47822
47818
  this.getNodeInfo();
47823
47819
  },
47824
47820
 
47825
- /**
47826
- * isMultiple
47827
- * @desc:是否多选
47828
- * @author liufan
47829
- * @date 2022年9月13日
47821
+ /**
47822
+ * isMultiple
47823
+ * @desc:是否多选
47824
+ * @author liufan
47825
+ * @date 2022年9月13日
47830
47826
  **/
47831
47827
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
47832
47828
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -47858,11 +47854,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47858
47854
  }
47859
47855
  },
47860
47856
 
47861
- /**
47862
- * getHedInfo
47863
- * @desc:获取审核页面数据
47864
- * @author liufan
47865
- * @date 2022年5月25日
47857
+ /**
47858
+ * getHedInfo
47859
+ * @desc:获取审核页面数据
47860
+ * @author liufan
47861
+ * @date 2022年5月25日
47866
47862
  **/
47867
47863
  getHedInfo: function getHedInfo() {
47868
47864
  var _this27 = this;
@@ -48149,13 +48145,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48149
48145
  });
48150
48146
  },
48151
48147
 
48152
- /**
48153
- * closeProcess
48154
- * @desc:关闭弹窗
48155
- * @author liufan
48156
- * @param {boolean} val 当前是否办理流程
48157
- * @param {String} type 当前点击的弹窗类型
48158
- * @date 2022年5月25日
48148
+ /**
48149
+ * closeProcess
48150
+ * @desc:关闭弹窗
48151
+ * @author liufan
48152
+ * @param {boolean} val 当前是否办理流程
48153
+ * @param {String} type 当前点击的弹窗类型
48154
+ * @date 2022年5月25日
48159
48155
  **/
48160
48156
  closeProcess: function closeProcess(val, type, closeParent) {
48161
48157
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48175,23 +48171,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48175
48171
  }
48176
48172
  },
48177
48173
 
48178
- /**
48179
- * selectChange
48180
- * @desc:常用语选择
48181
- * @author liufan
48182
- * @param {String} val 选中值
48183
- * @date 2022年5月25日
48174
+ /**
48175
+ * selectChange
48176
+ * @desc:常用语选择
48177
+ * @author liufan
48178
+ * @param {String} val 选中值
48179
+ * @date 2022年5月25日
48184
48180
  **/
48185
48181
  selectChange: function selectChange(val) {
48186
48182
  this.value = val;
48187
48183
  },
48188
48184
 
48189
- /**
48190
- * upDate
48191
- * @desc:修改常用语
48192
- * @author liufan
48193
- * @param {Object} val 修改值
48194
- * @date 2022年5月25日
48185
+ /**
48186
+ * upDate
48187
+ * @desc:修改常用语
48188
+ * @author liufan
48189
+ * @param {Object} val 修改值
48190
+ * @date 2022年5月25日
48195
48191
  **/
48196
48192
  upDate: function upDate(val) {
48197
48193
  this.FormData.id = val.id;
@@ -48199,11 +48195,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48199
48195
  },
48200
48196
 
48201
48197
 
48202
- /**
48203
- * getProcess
48204
- * @desc:获取选择流程
48205
- * @author liufan
48206
- * @date 2022年5月25日
48198
+ /**
48199
+ * getProcess
48200
+ * @desc:获取选择流程
48201
+ * @author liufan
48202
+ * @date 2022年5月25日
48207
48203
  **/
48208
48204
  getProcess: function getProcess(val) {
48209
48205
  var _this28 = this;
@@ -48259,11 +48255,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48259
48255
  });
48260
48256
  },
48261
48257
 
48262
- /**
48263
- * getPendedhistoryList
48264
- * @desc:获取流程列表
48265
- * @author liufan
48266
- * @date 2022年5月25日
48258
+ /**
48259
+ * getPendedhistoryList
48260
+ * @desc:获取流程列表
48261
+ * @author liufan
48262
+ * @date 2022年5月25日
48267
48263
  **/
48268
48264
  getPendedhistoryList: function getPendedhistoryList() {
48269
48265
  var _this29 = this;
@@ -48331,12 +48327,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48331
48327
  },
48332
48328
 
48333
48329
  // 提交流程
48334
- /**
48335
- * subProcess
48336
- * @desc:提交流程
48337
- * @author liufan
48338
- * @param {String} formName 当前form表单ref值
48339
- * @date 2022年5月25日
48330
+ /**
48331
+ * subProcess
48332
+ * @desc:提交流程
48333
+ * @author liufan
48334
+ * @param {String} formName 当前form表单ref值
48335
+ * @date 2022年5月25日
48340
48336
  **/
48341
48337
  subProcess: function subProcess(val, type) {
48342
48338
  var _this31 = this;
@@ -52092,12 +52088,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52092
52088
  }
52093
52089
  },
52094
52090
 
52095
- /**
52096
- * handleFormSubmit
52097
- * @desc:删除节点点击事件
52098
- * @param {Object} formData 点击删除的form数据
52099
- * @author liufan
52100
- * @date 2022年11月29日
52091
+ /**
52092
+ * handleFormSubmit
52093
+ * @desc:删除节点点击事件
52094
+ * @param {Object} formData 点击删除的form数据
52095
+ * @author liufan
52096
+ * @date 2022年11月29日
52101
52097
  **/
52102
52098
  handleFormSubmit: function handleFormSubmit(formData) {
52103
52099
  var _this9 = this;
@@ -52128,48 +52124,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52128
52124
  });
52129
52125
  },
52130
52126
 
52131
- /**
52132
- * del
52133
- * @desc:展示删除弹窗
52134
- * @param {String} id 当前点击数据id
52135
- * @author liufan
52136
- * @date 2022年11月29日
52127
+ /**
52128
+ * del
52129
+ * @desc:展示删除弹窗
52130
+ * @param {String} id 当前点击数据id
52131
+ * @author liufan
52132
+ * @date 2022年11月29日
52137
52133
  **/
52138
52134
  del: function del(id) {
52139
52135
  this.historyId = id;
52140
52136
  this.showDel = true;
52141
52137
  },
52142
52138
 
52143
- /**
52144
- * handleCurrentChange
52145
- * @desc:监听页码变化
52146
- * @param {String} val 当前页
52147
- * @author liufan
52148
- * @date 2022年11月29日
52139
+ /**
52140
+ * handleCurrentChange
52141
+ * @desc:监听页码变化
52142
+ * @param {String} val 当前页
52143
+ * @author liufan
52144
+ * @date 2022年11月29日
52149
52145
  **/
52150
52146
  handleCurrentChange: function handleCurrentChange(val) {
52151
52147
  this.currentPage = val;
52152
52148
  this.getPressList();
52153
52149
  },
52154
52150
 
52155
- /**
52156
- * handleSizeChange
52157
- * @desc:监听每页数据显示数量变化
52158
- * @param {String} val 每页展示数量
52159
- * @author liufan
52160
- * @date 2022年11月29日
52151
+ /**
52152
+ * handleSizeChange
52153
+ * @desc:监听每页数据显示数量变化
52154
+ * @param {String} val 每页展示数量
52155
+ * @author liufan
52156
+ * @date 2022年11月29日
52161
52157
  **/
52162
52158
  handleSizeChange: function handleSizeChange(val) {
52163
52159
  this.pageSize = val;
52164
52160
  this.getPressList();
52165
52161
  },
52166
52162
 
52167
- /**
52168
- * sortChange
52169
- * @desc:监听排序变化
52170
- * @param {Object} info 需要排序的字段及排序方式
52171
- * @author liufan
52172
- * @date 2022年11月29日
52163
+ /**
52164
+ * sortChange
52165
+ * @desc:监听排序变化
52166
+ * @param {Object} info 需要排序的字段及排序方式
52167
+ * @author liufan
52168
+ * @date 2022年11月29日
52173
52169
  **/
52174
52170
  sortChange: function sortChange(info) {
52175
52171
  var prop = info.prop,
@@ -52180,11 +52176,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52180
52176
  this.getPressList();
52181
52177
  },
52182
52178
 
52183
- /**
52184
- * getPressList
52185
- * @desc:催办列表数据
52186
- * @author liufan
52187
- * @date 2022年11月29日
52179
+ /**
52180
+ * getPressList
52181
+ * @desc:催办列表数据
52182
+ * @author liufan
52183
+ * @date 2022年11月29日
52188
52184
  **/
52189
52185
  getPressList: function getPressList() {
52190
52186
  var _this10 = this;
@@ -52214,12 +52210,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52214
52210
  });
52215
52211
  },
52216
52212
 
52217
- /**
52218
- * goPress
52219
- * @desc:催办列表查看
52220
- * @param {String} id 催办列表id
52221
- * @author liufan
52222
- * @date 2022年11月29日
52213
+ /**
52214
+ * goPress
52215
+ * @desc:催办列表查看
52216
+ * @param {String} id 催办列表id
52217
+ * @author liufan
52218
+ * @date 2022年11月29日
52223
52219
  **/
52224
52220
  goPress: function goPress(id) {
52225
52221
  this.historyId = id;
@@ -52227,23 +52223,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52227
52223
  this.getPressList();
52228
52224
  },
52229
52225
 
52230
- /**
52231
- * showFile
52232
- * @desc:附件查看
52233
- * @param {String} ownId 附件id
52234
- * @author liufan
52235
- * @date 2022年11月29日
52226
+ /**
52227
+ * showFile
52228
+ * @desc:附件查看
52229
+ * @param {String} ownId 附件id
52230
+ * @author liufan
52231
+ * @date 2022年11月29日
52236
52232
  **/
52237
52233
  showFile: function showFile(ownId) {
52238
52234
  this.wfpendingid = ownId;
52239
52235
  this.showFileList = true;
52240
52236
  },
52241
52237
 
52242
- /**
52243
- * handleChange
52244
- * @desc:切换排序方式
52245
- * @author liufan
52246
- * @date 2022年11月22日
52238
+ /**
52239
+ * handleChange
52240
+ * @desc:切换排序方式
52241
+ * @author liufan
52242
+ * @date 2022年11月22日
52247
52243
  **/
52248
52244
  handleChange: function handleChange(key, value) {
52249
52245
  if (value) {
@@ -52293,11 +52289,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52293
52289
  }))();
52294
52290
  },
52295
52291
 
52296
- /**
52297
- * getFlowList
52298
- * @desc:获取流程列表
52299
- * @author liufan
52300
- * @date 2022年11月22日
52292
+ /**
52293
+ * getFlowList
52294
+ * @desc:获取流程列表
52295
+ * @author liufan
52296
+ * @date 2022年11月22日
52301
52297
  **/
52302
52298
  getFlowList: function getFlowList() {
52303
52299
  var _this12 = this;
@@ -52369,12 +52365,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52369
52365
  });
52370
52366
  },
52371
52367
 
52372
- /**
52373
- * handleClick
52374
- * @desc:表单点击事件
52375
- * @param {Object} val 当前点击行数据及按钮
52376
- * @author liufan
52377
- * @date 2022年11月10日
52368
+ /**
52369
+ * handleClick
52370
+ * @desc:表单点击事件
52371
+ * @param {Object} val 当前点击行数据及按钮
52372
+ * @author liufan
52373
+ * @date 2022年11月10日
52378
52374
  **/
52379
52375
  handleClick: function handleClick(val) {
52380
52376
  var _this13 = this;
@@ -52420,13 +52416,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52420
52416
  }
52421
52417
  },
52422
52418
 
52423
- /**
52424
- * getCodeValue
52425
- * @desc:获取代码表过滤后的值
52426
- * @param {String} value 展示数据的代码值
52427
- * @param {String} type 代码表类型
52428
- * @author liufan
52429
- * @date 2022年11月10日
52419
+ /**
52420
+ * getCodeValue
52421
+ * @desc:获取代码表过滤后的值
52422
+ * @param {String} value 展示数据的代码值
52423
+ * @param {String} type 代码表类型
52424
+ * @author liufan
52425
+ * @date 2022年11月10日
52430
52426
  **/
52431
52427
  getCodeValue: function getCodeValue(value, type) {
52432
52428
  var val = this[type].filter(function (item) {
@@ -52435,12 +52431,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52435
52431
  return val[0].shortName;
52436
52432
  },
52437
52433
 
52438
- /**
52439
- * getSysInfo
52440
- * @desc:获取代码表
52441
- * @param {String} code 编码code值
52442
- * @author liufan
52443
- * @date 2022年11月10日
52434
+ /**
52435
+ * getSysInfo
52436
+ * @desc:获取代码表
52437
+ * @param {String} code 编码code值
52438
+ * @author liufan
52439
+ * @date 2022年11月10日
52444
52440
  **/
52445
52441
  getSysInfo: function getSysInfo(code) {
52446
52442
  var _this14 = this;
@@ -52462,11 +52458,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52462
52458
  }).catch(function (e) {});
52463
52459
  },
52464
52460
 
52465
- /**
52466
- * getListInfo
52467
- * @desc:获取预设列表数据
52468
- * @author liufan
52469
- * @date 2022年11月10日
52461
+ /**
52462
+ * getListInfo
52463
+ * @desc:获取预设列表数据
52464
+ * @author liufan
52465
+ * @date 2022年11月10日
52470
52466
  **/
52471
52467
  getListInfo: function getListInfo() {
52472
52468
  var _this15 = this;
@@ -61693,10 +61689,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61693
61689
  this.$emit('click', res);
61694
61690
  },
61695
61691
 
61696
- /**
61697
- * @desc:获取气泡提醒
61698
- * @author huangbo
61699
- * @date 2024年9月7日
61692
+ /**
61693
+ * @desc:获取气泡提醒
61694
+ * @author huangbo
61695
+ * @date 2024年9月7日
61700
61696
  **/
61701
61697
  getBadge: function getBadge(res) {
61702
61698
  var num = res.tips || 0;
@@ -61733,8 +61729,8 @@ var apps_component = normalizeComponent(
61733
61729
  )
61734
61730
 
61735
61731
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
61736
- // 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/user.vue?vue&type=template&id=d789fc64&scoped=true&
61737
- var uservue_type_template_id_d789fc64_scoped_true_render = function () {
61732
+ // 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/user.vue?vue&type=template&id=cf46141e&scoped=true&
61733
+ var uservue_type_template_id_cf46141e_scoped_true_render = function () {
61738
61734
  var _vm = this
61739
61735
  var _h = _vm.$createElement
61740
61736
  var _c = _vm._self._c || _h
@@ -61838,28 +61834,6 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
61838
61834
  1
61839
61835
  )
61840
61836
  : _vm._e(),
61841
- _c(
61842
- "div",
61843
- { staticClass: "es-simplicity-notice-type" },
61844
- [
61845
- _c("div", { staticClass: "es-simplicity-notice-title" }, [
61846
- _vm._v("接收消息类型:"),
61847
- ]),
61848
- _c("es-checkbox-group", {
61849
- staticClass: "es-simplicity-notice-list",
61850
- attrs: { min: 1, data: _vm.notifyList },
61851
- on: { change: _vm.handleCheckboxChange },
61852
- model: {
61853
- value: _vm.checked,
61854
- callback: function ($$v) {
61855
- _vm.checked = $$v
61856
- },
61857
- expression: "checked",
61858
- },
61859
- }),
61860
- ],
61861
- 1
61862
- ),
61863
61837
  _c(
61864
61838
  "div",
61865
61839
  {
@@ -61895,14 +61869,14 @@ var uservue_type_template_id_d789fc64_scoped_true_render = function () {
61895
61869
  1
61896
61870
  )
61897
61871
  }
61898
- var uservue_type_template_id_d789fc64_scoped_true_staticRenderFns = []
61899
- uservue_type_template_id_d789fc64_scoped_true_render._withStripped = true
61872
+ var uservue_type_template_id_cf46141e_scoped_true_staticRenderFns = []
61873
+ uservue_type_template_id_cf46141e_scoped_true_render._withStripped = true
61900
61874
 
61901
61875
 
61902
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=d789fc64&scoped=true&
61876
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=cf46141e&scoped=true&
61903
61877
 
61904
- // 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/userinfo.vue?vue&type=template&id=1c52f6d2&
61905
- var userinfovue_type_template_id_1c52f6d2_render = function () {
61878
+ // 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/userinfo.vue?vue&type=template&id=8643d5d2&
61879
+ var userinfovue_type_template_id_8643d5d2_render = function () {
61906
61880
  var _vm = this
61907
61881
  var _h = _vm.$createElement
61908
61882
  var _c = _vm._self._c || _h
@@ -61918,11 +61892,11 @@ var userinfovue_type_template_id_1c52f6d2_render = function () {
61918
61892
  2
61919
61893
  )
61920
61894
  }
61921
- var userinfovue_type_template_id_1c52f6d2_staticRenderFns = []
61922
- userinfovue_type_template_id_1c52f6d2_render._withStripped = true
61895
+ var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
61896
+ userinfovue_type_template_id_8643d5d2_render._withStripped = true
61923
61897
 
61924
61898
 
61925
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=1c52f6d2&
61899
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
61926
61900
 
61927
61901
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
61928
61902
  //
@@ -61946,10 +61920,6 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
61946
61920
  /* harmony default export */ var userinfovue_type_script_lang_js_ = ({
61947
61921
  name: 'UserInfo',
61948
61922
  props: {
61949
- showNotify: {
61950
- type: Boolean,
61951
- default: true
61952
- },
61953
61923
  secret: {
61954
61924
  type: Boolean,
61955
61925
  default: true
@@ -62189,8 +62159,8 @@ userinfovue_type_template_id_1c52f6d2_render._withStripped = true
62189
62159
 
62190
62160
  var userinfo_component = normalizeComponent(
62191
62161
  simplicity_userinfovue_type_script_lang_js_,
62192
- userinfovue_type_template_id_1c52f6d2_render,
62193
- userinfovue_type_template_id_1c52f6d2_staticRenderFns,
62162
+ userinfovue_type_template_id_8643d5d2_render,
62163
+ userinfovue_type_template_id_8643d5d2_staticRenderFns,
62194
62164
  false,
62195
62165
  null,
62196
62166
  null,
@@ -62466,11 +62436,11 @@ var userinfo_component = normalizeComponent(
62466
62436
 
62467
62437
  var user_component = normalizeComponent(
62468
62438
  simplicity_uservue_type_script_lang_js_,
62469
- uservue_type_template_id_d789fc64_scoped_true_render,
62470
- uservue_type_template_id_d789fc64_scoped_true_staticRenderFns,
62439
+ uservue_type_template_id_cf46141e_scoped_true_render,
62440
+ uservue_type_template_id_cf46141e_scoped_true_staticRenderFns,
62471
62441
  false,
62472
62442
  null,
62473
- "d789fc64",
62443
+ "cf46141e",
62474
62444
  null
62475
62445
 
62476
62446
  )
@@ -65722,10 +65692,10 @@ var events = [function (tabs, index, that) {
65722
65692
  },
65723
65693
 
65724
65694
  methods: {
65725
- /**
65726
- * @desc:匹配路由
65727
- * @author huangbo
65728
- * @date 2024年9月7日
65695
+ /**
65696
+ * @desc:匹配路由
65697
+ * @author huangbo
65698
+ * @date 2024年9月7日
65729
65699
  **/
65730
65700
  hasRouter: function hasRouter(res, url, code) {
65731
65701
  if (!url) {
@@ -65769,10 +65739,10 @@ var events = [function (tabs, index, that) {
65769
65739
  return false;
65770
65740
  },
65771
65741
 
65772
- /**
65773
- * @desc:获取初始数据
65774
- * @author huangbo
65775
- * @date 2024年9月7日
65742
+ /**
65743
+ * @desc:获取初始数据
65744
+ * @author huangbo
65745
+ * @date 2024年9月7日
65776
65746
  **/
65777
65747
  init: function init(results, first) {
65778
65748
  this.setConfig(results);
@@ -65781,10 +65751,10 @@ var events = [function (tabs, index, that) {
65781
65751
  }
65782
65752
  },
65783
65753
 
65784
- /**
65785
- * @desc:设置用户配置及信息
65786
- * @author huangbo
65787
- * @date 2024年9月7日
65754
+ /**
65755
+ * @desc:设置用户配置及信息
65756
+ * @author huangbo
65757
+ * @date 2024年9月7日
65788
65758
  **/
65789
65759
  setConfig: function setConfig(results) {
65790
65760
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -65918,10 +65888,10 @@ var events = [function (tabs, index, that) {
65918
65888
  }
65919
65889
  },
65920
65890
 
65921
- /**
65922
- * @desc:获取所有应用
65923
- * @author huangbo
65924
- * @date 2024年9月7日
65891
+ /**
65892
+ * @desc:获取所有应用
65893
+ * @author huangbo
65894
+ * @date 2024年9月7日
65925
65895
  **/
65926
65896
  getApplications: function getApplications() {
65927
65897
  var _this = this;
@@ -65969,10 +65939,10 @@ var events = [function (tabs, index, that) {
65969
65939
  });
65970
65940
  },
65971
65941
 
65972
- /**
65973
- * @desc:获取菜单列表
65974
- * @author huangbo
65975
- * @date 2024年9月7日
65942
+ /**
65943
+ * @desc:获取菜单列表
65944
+ * @author huangbo
65945
+ * @date 2024年9月7日
65976
65946
  **/
65977
65947
  getMenus: function getMenus(loading) {
65978
65948
  var _this2 = this;
@@ -66005,10 +65975,10 @@ var events = [function (tabs, index, that) {
66005
65975
  });
66006
65976
  },
66007
65977
 
66008
- /**
66009
- * @desc:处理菜单列表
66010
- * @author huangbo
66011
- * @date 2024年9月7日
65978
+ /**
65979
+ * @desc:处理菜单列表
65980
+ * @author huangbo
65981
+ * @date 2024年9月7日
66012
65982
  **/
66013
65983
  renderMenus: function renderMenus(res) {
66014
65984
  this.menus = res;
@@ -66104,10 +66074,10 @@ var events = [function (tabs, index, that) {
66104
66074
  }
66105
66075
  },
66106
66076
 
66107
- /**
66108
- * @desc:设置页面加载类型
66109
- * @author huangbo
66110
- * @date 2024年9月7日
66077
+ /**
66078
+ * @desc:设置页面加载类型
66079
+ * @author huangbo
66080
+ * @date 2024年9月7日
66111
66081
  **/
66112
66082
  setIframeType: function setIframeType(res) {
66113
66083
  var url = res.url;
@@ -66163,10 +66133,10 @@ var events = [function (tabs, index, that) {
66163
66133
  return res;
66164
66134
  },
66165
66135
 
66166
- /**
66167
- * @desc:获取菜单
66168
- * @author huangbo
66169
- * @date 2024年9月7日
66136
+ /**
66137
+ * @desc:获取菜单
66138
+ * @author huangbo
66139
+ * @date 2024年9月7日
66170
66140
  **/
66171
66141
  getMenu: function getMenu(menus, res, key) {
66172
66142
  if (Array.isArray(menus)) {
@@ -66195,10 +66165,10 @@ var events = [function (tabs, index, that) {
66195
66165
  return false;
66196
66166
  },
66197
66167
 
66198
- /**
66199
- * @desc:获取菜单第一条数据
66200
- * @author huangbo
66201
- * @date 2024年9月7日
66168
+ /**
66169
+ * @desc:获取菜单第一条数据
66170
+ * @author huangbo
66171
+ * @date 2024年9月7日
66202
66172
  **/
66203
66173
  getFirst: function getFirst(obj) {
66204
66174
  if (!obj) {
@@ -66217,10 +66187,10 @@ var events = [function (tabs, index, that) {
66217
66187
  }
66218
66188
  },
66219
66189
 
66220
- /**
66221
- * @desc:遍历设置菜单气泡提醒
66222
- * @author huangbo
66223
- * @date 2024年9月7日
66190
+ /**
66191
+ * @desc:遍历设置菜单气泡提醒
66192
+ * @author huangbo
66193
+ * @date 2024年9月7日
66224
66194
  **/
66225
66195
  setTips: function setTips(obj) {
66226
66196
  var _this3 = this;
@@ -66283,10 +66253,10 @@ var events = [function (tabs, index, that) {
66283
66253
  }
66284
66254
  },
66285
66255
 
66286
- /**
66287
- * @desc:获取气泡提醒
66288
- * @author huangbo
66289
- * @date 2024年9月7日
66256
+ /**
66257
+ * @desc:获取气泡提醒
66258
+ * @author huangbo
66259
+ * @date 2024年9月7日
66290
66260
  **/
66291
66261
  getBadge: function getBadge(res) {
66292
66262
  var num = res.tips || 0;
@@ -66300,10 +66270,10 @@ var events = [function (tabs, index, that) {
66300
66270
  };
66301
66271
  },
66302
66272
 
66303
- /**
66304
- * @desc:开启weosocket
66305
- * @author huangbo
66306
- * @date 2024年9月7日
66273
+ /**
66274
+ * @desc:开启weosocket
66275
+ * @author huangbo
66276
+ * @date 2024年9月7日
66307
66277
  **/
66308
66278
  initWebSocket: function initWebSocket() {
66309
66279
  var _this5 = this;
@@ -66352,10 +66322,10 @@ var events = [function (tabs, index, that) {
66352
66322
  });
66353
66323
  },
66354
66324
 
66355
- /**
66356
- * @desc:显示用户信息
66357
- * @author huangbo
66358
- * @date 2024年9月7日
66325
+ /**
66326
+ * @desc:显示用户信息
66327
+ * @author huangbo
66328
+ * @date 2024年9月7日
66359
66329
  **/
66360
66330
  showUserInfo: function showUserInfo() {
66361
66331
  if (this.showUser === false) {
@@ -66363,19 +66333,19 @@ var events = [function (tabs, index, that) {
66363
66333
  }
66364
66334
  },
66365
66335
 
66366
- /**
66367
- * @desc:删除更多应用菜单点击
66368
- * @author huangbo
66369
- * @date 2024年9月7日
66336
+ /**
66337
+ * @desc:删除更多应用菜单点击
66338
+ * @author huangbo
66339
+ * @date 2024年9月7日
66370
66340
  **/
66371
66341
  handleDelete: function handleDelete(index) {
66372
66342
  this.newApps.splice(index, 1);
66373
66343
  },
66374
66344
 
66375
- /**
66376
- * @desc:储存更多应用菜单点击
66377
- * @author huangbo
66378
- * @date 2024年9月7日
66345
+ /**
66346
+ * @desc:储存更多应用菜单点击
66347
+ * @author huangbo
66348
+ * @date 2024年9月7日
66379
66349
  **/
66380
66350
  handlerClickApps: function handlerClickApps(res) {
66381
66351
  if (res.permission === false) {
@@ -66388,10 +66358,10 @@ var events = [function (tabs, index, that) {
66388
66358
  this.handlerClickApp(res);
66389
66359
  },
66390
66360
 
66391
- /**
66392
- * @desc:侧边应用菜单点击
66393
- * @author huangbo
66394
- * @date 2024年9月7日
66361
+ /**
66362
+ * @desc:侧边应用菜单点击
66363
+ * @author huangbo
66364
+ * @date 2024年9月7日
66395
66365
  **/
66396
66366
  handlerClickApp: function handlerClickApp(res) {
66397
66367
  this.showMsg = false;
@@ -66480,10 +66450,10 @@ var events = [function (tabs, index, that) {
66480
66450
  }
66481
66451
  },
66482
66452
 
66483
- /**
66484
- * @desc:显示Drawer界面
66485
- * @author huangbo
66486
- * @date 2024年9月7日
66453
+ /**
66454
+ * @desc:显示Drawer界面
66455
+ * @author huangbo
66456
+ * @date 2024年9月7日
66487
66457
  **/
66488
66458
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66489
66459
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66503,19 +66473,19 @@ var events = [function (tabs, index, that) {
66503
66473
  }
66504
66474
  },
66505
66475
 
66506
- /**
66507
- * @desc:关闭Drawer界面
66508
- * @author huangbo
66509
- * @date 2024年9月7日
66476
+ /**
66477
+ * @desc:关闭Drawer界面
66478
+ * @author huangbo
66479
+ * @date 2024年9月7日
66510
66480
  **/
66511
66481
  handleCloseDrawer: function handleCloseDrawer() {
66512
66482
  this.drawer = { visible: false };
66513
66483
  },
66514
66484
 
66515
- /**
66516
- * @desc:菜单点击
66517
- * @author huangbo
66518
- * @date 2024年9月7日
66485
+ /**
66486
+ * @desc:菜单点击
66487
+ * @author huangbo
66488
+ * @date 2024年9月7日
66519
66489
  **/
66520
66490
  handlerClickMenu: function handlerClickMenu(res) {
66521
66491
  utils_util["a" /* default */].ajax({
@@ -66564,19 +66534,19 @@ var events = [function (tabs, index, that) {
66564
66534
  },
66565
66535
 
66566
66536
 
66567
- /**
66568
- * @desc:用户详情请求成功
66569
- * @author huangbo
66570
- * @date 2024年9月7日
66537
+ /**
66538
+ * @desc:用户详情请求成功
66539
+ * @author huangbo
66540
+ * @date 2024年9月7日
66571
66541
  **/
66572
66542
  handleSuccess: function handleSuccess(res) {
66573
66543
  this.simpleUserInfo = res.simpleUserInfo;
66574
66544
  },
66575
66545
 
66576
- /**
66577
- * @desc:修改用户配置
66578
- * @author huangbo
66579
- * @date 2024年9月7日
66546
+ /**
66547
+ * @desc:修改用户配置
66548
+ * @author huangbo
66549
+ * @date 2024年9月7日
66580
66550
  **/
66581
66551
  handleChangeConfig: function handleChangeConfig(name, res) {
66582
66552
  if (name == 'userHeadUrl') {
@@ -66592,10 +66562,10 @@ var events = [function (tabs, index, that) {
66592
66562
  }
66593
66563
  },
66594
66564
 
66595
- /**
66596
- * @desc:关闭webSocket
66597
- * @author huangbo
66598
- * @date 2024年9月7日
66565
+ /**
66566
+ * @desc:关闭webSocket
66567
+ * @author huangbo
66568
+ * @date 2024年9月7日
66599
66569
  **/
66600
66570
  handlerClose: function handlerClose() {
66601
66571
  if (this.webSocket) {
@@ -66603,10 +66573,10 @@ var events = [function (tabs, index, that) {
66603
66573
  }
66604
66574
  },
66605
66575
 
66606
- /**
66607
- * @desc:刷新选中iframe页签
66608
- * @author huangbo
66609
- * @date 2024年9月7日
66576
+ /**
66577
+ * @desc:刷新选中iframe页签
66578
+ * @author huangbo
66579
+ * @date 2024年9月7日
66610
66580
  **/
66611
66581
  handleRefresh: function handleRefresh() {
66612
66582
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66627,10 +66597,10 @@ var events = [function (tabs, index, that) {
66627
66597
  }
66628
66598
  },
66629
66599
 
66630
- /**
66631
- * @desc:删除iframe
66632
- * @author huangbo
66633
- * @date 2024年9月7日
66600
+ /**
66601
+ * @desc:删除iframe
66602
+ * @author huangbo
66603
+ * @date 2024年9月7日
66634
66604
  **/
66635
66605
  handleRemove: function handleRemove(name) {
66636
66606
  var len = this.tabs.length - 1;
@@ -66647,10 +66617,10 @@ var events = [function (tabs, index, that) {
66647
66617
  }
66648
66618
  },
66649
66619
 
66650
- /**
66651
- * @desc:tabs鼠标右键事件
66652
- * @author huangbo
66653
- * @date 2024年9月7日
66620
+ /**
66621
+ * @desc:tabs鼠标右键事件
66622
+ * @author huangbo
66623
+ * @date 2024年9月7日
66654
66624
  **/
66655
66625
  handleContextmenu: function handleContextmenu(tabs, e) {
66656
66626
  var disabled = {};
@@ -66675,10 +66645,10 @@ var events = [function (tabs, index, that) {
66675
66645
  window.addEventListener('click', this.closeTabsEvents);
66676
66646
  },
66677
66647
 
66678
- /**
66679
- * @desc:tabs页签事件
66680
- * @author huangbo
66681
- * @date 2024年9月7日
66648
+ /**
66649
+ * @desc:tabs页签事件
66650
+ * @author huangbo
66651
+ * @date 2024年9月7日
66682
66652
  **/
66683
66653
  handleTabsEvents: function handleTabsEvents(num) {
66684
66654
  if (this.pane !== null) {
@@ -66696,10 +66666,10 @@ var events = [function (tabs, index, that) {
66696
66666
  window.removeEventListener('click', this.closeTabsEvents);
66697
66667
  },
66698
66668
 
66699
- /**
66700
- * @desc:handler工具栏点击事件
66701
- * @author huangbo
66702
- * @date 2024年9月7日
66669
+ /**
66670
+ * @desc:handler工具栏点击事件
66671
+ * @author huangbo
66672
+ * @date 2024年9月7日
66703
66673
  **/
66704
66674
  handleClick: function handleClick(res) {
66705
66675
  var type = res.type,
@@ -66777,10 +66747,10 @@ var events = [function (tabs, index, that) {
66777
66747
  this.$emit('handler-click', res);
66778
66748
  },
66779
66749
 
66780
- /**
66781
- * @desc:退出登录
66782
- * @author huangbo
66783
- * @date 2024年9月7日
66750
+ /**
66751
+ * @desc:退出登录
66752
+ * @author huangbo
66753
+ * @date 2024年9月7日
66784
66754
  **/
66785
66755
  handleQuit: function handleQuit() {
66786
66756
  var _this6 = this;
@@ -66855,10 +66825,10 @@ var events = [function (tabs, index, that) {
66855
66825
  }).catch(function (e) {});
66856
66826
  },
66857
66827
 
66858
- /**
66859
- * @desc:主题、消息回调
66860
- * @author huangbo
66861
- * @date 2024年9月7日
66828
+ /**
66829
+ * @desc:主题、消息回调
66830
+ * @author huangbo
66831
+ * @date 2024年9月7日
66862
66832
  **/
66863
66833
  handleChange: function handleChange(res) {
66864
66834
  var type = res.type,
@@ -66874,10 +66844,10 @@ var events = [function (tabs, index, that) {
66874
66844
  }
66875
66845
  },
66876
66846
 
66877
- /**
66878
- * @desc:菜单布局样式切换
66879
- * @author huangbo
66880
- * @date 2024年9月7日
66847
+ /**
66848
+ * @desc:菜单布局样式切换
66849
+ * @author huangbo
66850
+ * @date 2024年9月7日
66881
66851
  **/
66882
66852
  handleLayout: function handleLayout(res, active) {
66883
66853
  if (active) {
@@ -66886,10 +66856,10 @@ var events = [function (tabs, index, that) {
66886
66856
  this.$emit('chang-layout', res, active);
66887
66857
  },
66888
66858
 
66889
- /**
66890
- * @desc:消息修改总数
66891
- * @author huangbo
66892
- * @date 2024年9月7日
66859
+ /**
66860
+ * @desc:消息修改总数
66861
+ * @author huangbo
66862
+ * @date 2024年9月7日
66893
66863
  **/
66894
66864
  handleMenuTips: function handleMenuTips(id, num) {
66895
66865
  if (num) {
@@ -66900,10 +66870,10 @@ var events = [function (tabs, index, that) {
66900
66870
  }
66901
66871
  },
66902
66872
 
66903
- /**
66904
- * @desc:处理即时消息
66905
- * @author huangbo
66906
- * @date 2024年9月7日
66873
+ /**
66874
+ * @desc:处理即时消息
66875
+ * @author huangbo
66876
+ * @date 2024年9月7日
66907
66877
  **/
66908
66878
  handleOpened: function handleOpened(res) {
66909
66879
  var _this7 = this;
@@ -67595,8 +67565,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
67595
67565
 
67596
67566
  // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
67597
67567
 
67598
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=516cb128&
67599
- var userinfovue_type_template_id_516cb128_render = function () {
67568
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
67569
+ var userinfovue_type_template_id_14b0e976_render = function () {
67600
67570
  var _vm = this
67601
67571
  var _h = _vm.$createElement
67602
67572
  var _c = _vm._self._c || _h
@@ -67612,11 +67582,11 @@ var userinfovue_type_template_id_516cb128_render = function () {
67612
67582
  2
67613
67583
  )
67614
67584
  }
67615
- var userinfovue_type_template_id_516cb128_staticRenderFns = []
67616
- userinfovue_type_template_id_516cb128_render._withStripped = true
67585
+ var userinfovue_type_template_id_14b0e976_staticRenderFns = []
67586
+ userinfovue_type_template_id_14b0e976_render._withStripped = true
67617
67587
 
67618
67588
 
67619
- // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=516cb128&
67589
+ // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
67620
67590
 
67621
67591
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
67622
67592
  var userinfovue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -67643,10 +67613,10 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67643
67613
 
67644
67614
  /* harmony default export */ var default_userinfovue_type_script_lang_js_ = ({
67645
67615
  props: {
67646
- showNotify: {
67647
- type: Boolean,
67648
- default: true
67649
- },
67616
+ // showNotify: {
67617
+ // type: Boolean,
67618
+ // default: true
67619
+ // },
67650
67620
  secret: {
67651
67621
  type: Boolean,
67652
67622
  default: true
@@ -67820,18 +67790,20 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
67820
67790
  }
67821
67791
  }
67822
67792
  }
67823
- if (this.showNotify) {
67824
- page.push({
67825
- title: '接收消息类型',
67826
- contents: [{
67827
- type: 'checkbox',
67828
- labelHide: true,
67829
- name: 'notify',
67830
- col: 12,
67831
- data: utils_store.get('notifyList')
67832
- }]
67833
- });
67834
- }
67793
+ // if (this.showNotify) {
67794
+ // page.push({
67795
+ // title: '接收消息类型',
67796
+ // contents: [
67797
+ // {
67798
+ // type: 'checkbox',
67799
+ // labelHide: true,
67800
+ // name: 'notify',
67801
+ // col: 12,
67802
+ // data: store.get('notifyList')
67803
+ // }
67804
+ // ]
67805
+ // });
67806
+ // }
67835
67807
  page.push({
67836
67808
  type: 'submit',
67837
67809
  contents: [{
@@ -68074,8 +68046,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68074
68046
 
68075
68047
  var default_userinfo_component = normalizeComponent(
68076
68048
  src_default_userinfovue_type_script_lang_js_,
68077
- userinfovue_type_template_id_516cb128_render,
68078
- userinfovue_type_template_id_516cb128_staticRenderFns,
68049
+ userinfovue_type_template_id_14b0e976_render,
68050
+ userinfovue_type_template_id_14b0e976_staticRenderFns,
68079
68051
  false,
68080
68052
  null,
68081
68053
  null,
@@ -74066,19 +74038,19 @@ var QRCode = __webpack_require__(24);
74066
74038
  //设置logo大小
74067
74039
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74068
74040
  //设置获取的logo将其变为圆角以及添加白色背景
74069
- /* ctx.fillStyle = "#fff";
74070
- ctx.beginPath();
74071
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74072
- let w = 46; //圆角宽
74073
- let x = logoPosition - 5;
74074
- let y = logoPosition - 5;
74075
- let r = 5; //圆角半径
74076
- ctx.moveTo(x + r, y);
74077
- ctx.arcTo(x + w, y, x + w, y + h, r);
74078
- ctx.arcTo(x + w, y + h, x, y + h, r);
74079
- ctx.arcTo(x, y + h, x, y, r);
74080
- ctx.arcTo(x, y, x + w, y, r);
74081
- ctx.closePath();
74041
+ /* ctx.fillStyle = "#fff";
74042
+ ctx.beginPath();
74043
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74044
+ let w = 46; //圆角宽
74045
+ let x = logoPosition - 5;
74046
+ let y = logoPosition - 5;
74047
+ let r = 5; //圆角半径
74048
+ ctx.moveTo(x + r, y);
74049
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74050
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74051
+ ctx.arcTo(x, y + h, x, y, r);
74052
+ ctx.arcTo(x, y, x + w, y, r);
74053
+ ctx.closePath();
74082
74054
  ctx.fill(); */
74083
74055
  logo.onload = function () {
74084
74056
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -92140,7 +92112,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92140
92112
  }
92141
92113
 
92142
92114
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92143
- version: '0.6.87',
92115
+ version: '0.6.88',
92144
92116
  install: install,
92145
92117
  Button: packages_button,
92146
92118
  ButtonGroup: button_group,