eoss-ui 0.8.3 → 0.8.4

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 (231) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +49 -24
  3. package/lib/eoss-ui.common.js +699 -674
  4. package/lib/flow.js +118 -118
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +283 -283
  7. package/lib/qr-code.js +13 -13
  8. package/lib/theme-chalk/index.css +1 -1
  9. package/lib/theme-chalk/login.css +1 -1
  10. package/package.json +1 -1
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1847
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/main.vue +4165 -4165
  48. package/packages/flow-group/index.js +5 -5
  49. package/packages/flow-group/src/main.vue +750 -750
  50. package/packages/flow-list/index.js +5 -5
  51. package/packages/form/index.js +5 -5
  52. package/packages/handle-user/index.js +5 -5
  53. package/packages/handle-user/src/main.vue +137 -137
  54. package/packages/handler/index.js +5 -5
  55. package/packages/handler/src/main.vue +499 -499
  56. package/packages/icon/index.js +5 -5
  57. package/packages/icons/index.js +5 -5
  58. package/packages/icons/src/main.vue +81 -81
  59. package/packages/input/index.js +5 -5
  60. package/packages/input/src/main.vue +356 -356
  61. package/packages/input-number/index.js +5 -5
  62. package/packages/input-number/src/main.vue +106 -106
  63. package/packages/label/index.js +5 -5
  64. package/packages/label/src/main.vue +457 -457
  65. package/packages/layout/index.js +5 -5
  66. package/packages/layout/src/item.vue +152 -152
  67. package/packages/layout/src/main.vue +31 -31
  68. package/packages/login/index.js +5 -5
  69. package/packages/login/src/main.vue +2088 -2088
  70. package/packages/main/index.js +5 -5
  71. package/packages/main/src/default/message.vue +249 -249
  72. package/packages/main/src/default/notice.vue +157 -157
  73. package/packages/main/src/default/userinfo.vue +513 -513
  74. package/packages/main/src/simplicity/index.vue +2335 -2335
  75. package/packages/main/src/simplicity/lists.vue +84 -84
  76. package/packages/main/src/simplicity/router-page.vue +45 -45
  77. package/packages/main/src/simplicity/userinfo.vue +408 -408
  78. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  79. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  80. package/packages/menu/index.js +5 -5
  81. package/packages/nav/index.js +5 -5
  82. package/packages/notify/index.js +5 -5
  83. package/packages/notify/src/main.vue +538 -538
  84. package/packages/page/index.js +5 -5
  85. package/packages/page/src/main.vue +167 -167
  86. package/packages/pagination/index.js +5 -5
  87. package/packages/pagination/src/main.vue +96 -96
  88. package/packages/player/index.js +5 -5
  89. package/packages/player/src/main.vue +194 -194
  90. package/packages/qr-code/index.js +5 -5
  91. package/packages/qr-code/src/main.vue +170 -170
  92. package/packages/radio-group/index.js +6 -6
  93. package/packages/radio-group/src/main.vue +319 -319
  94. package/packages/retrial-auth/index.js +5 -5
  95. package/packages/retrial-auth/src/main.vue +299 -299
  96. package/packages/select/index.js +5 -5
  97. package/packages/select-ganged/index.js +5 -5
  98. package/packages/select-ganged/src/main.vue +724 -724
  99. package/packages/selector/index.js +5 -5
  100. package/packages/selector-panel/index.js +5 -5
  101. package/packages/selector-panel/src/tree.vue +129 -129
  102. package/packages/sizer/index.js +5 -5
  103. package/packages/sizer/src/main.vue +254 -254
  104. package/packages/steps/index.js +5 -5
  105. package/packages/steps/src/main.vue +181 -181
  106. package/packages/switch/index.js +5 -5
  107. package/packages/table-form/index.js +5 -5
  108. package/packages/tabs/index.js +5 -5
  109. package/packages/tabs/src/main.vue +788 -788
  110. package/packages/tabs-panel/index.js +5 -5
  111. package/packages/tabs-panel/src/main.vue +29 -29
  112. package/packages/theme-chalk/lib/base.css +1 -0
  113. package/packages/theme-chalk/lib/button-group.css +1 -0
  114. package/packages/theme-chalk/lib/button.css +1 -0
  115. package/packages/theme-chalk/lib/calendar.css +1 -0
  116. package/packages/theme-chalk/lib/calogin.css +0 -0
  117. package/packages/theme-chalk/lib/card.css +1 -0
  118. package/packages/theme-chalk/lib/cascader.css +0 -0
  119. package/packages/theme-chalk/lib/checkbox-group.css +1 -0
  120. package/packages/theme-chalk/lib/clients.css +1 -0
  121. package/packages/theme-chalk/lib/data-table-form.css +1 -0
  122. package/packages/theme-chalk/lib/data-table.css +1 -0
  123. package/packages/theme-chalk/lib/date-picker.css +1 -0
  124. package/packages/theme-chalk/lib/dialog.css +1 -0
  125. package/packages/theme-chalk/lib/enable-drag.css +1 -0
  126. package/packages/theme-chalk/lib/enterprise.css +1 -0
  127. package/packages/theme-chalk/lib/error-page.css +1 -0
  128. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  129. package/packages/theme-chalk/lib/flow-group.css +1 -0
  130. package/packages/theme-chalk/lib/flow-list.css +1 -0
  131. package/packages/theme-chalk/lib/flow.css +1 -0
  132. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  133. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  134. package/packages/theme-chalk/lib/form.css +1 -0
  135. package/packages/theme-chalk/lib/handle-user.css +1 -0
  136. package/packages/theme-chalk/lib/handler.css +1 -0
  137. package/packages/theme-chalk/lib/icon.css +1 -0
  138. package/packages/theme-chalk/lib/icons.css +1 -0
  139. package/packages/theme-chalk/lib/index.css +1 -0
  140. package/packages/theme-chalk/lib/input-number.css +0 -0
  141. package/packages/theme-chalk/lib/input.css +1 -0
  142. package/packages/theme-chalk/lib/label.css +1 -0
  143. package/packages/theme-chalk/lib/layout.css +1 -0
  144. package/packages/theme-chalk/lib/login.css +1 -0
  145. package/packages/theme-chalk/lib/main.css +1 -0
  146. package/packages/theme-chalk/lib/menu.css +1 -0
  147. package/packages/theme-chalk/lib/nav.css +1 -0
  148. package/packages/theme-chalk/lib/notify.css +0 -0
  149. package/packages/theme-chalk/lib/page.css +1 -0
  150. package/packages/theme-chalk/lib/pagination.css +1 -0
  151. package/packages/theme-chalk/lib/player.css +1 -0
  152. package/packages/theme-chalk/lib/qr-code.css +1 -0
  153. package/packages/theme-chalk/lib/radio-group.css +1 -0
  154. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  155. package/packages/theme-chalk/lib/select-ganged.css +1 -0
  156. package/packages/theme-chalk/lib/select.css +1 -0
  157. package/packages/theme-chalk/lib/selector-panel.css +1 -0
  158. package/packages/theme-chalk/lib/selector.css +1 -0
  159. package/packages/theme-chalk/lib/simplicity-top.css +1 -0
  160. package/packages/theme-chalk/lib/simplicity.css +1 -0
  161. package/packages/theme-chalk/lib/sizer.css +1 -0
  162. package/packages/theme-chalk/lib/steps.css +1 -0
  163. package/packages/theme-chalk/lib/switch.css +1 -0
  164. package/packages/theme-chalk/lib/table-form.css +0 -0
  165. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  166. package/packages/theme-chalk/lib/tabs.css +1 -0
  167. package/packages/theme-chalk/lib/tips.css +1 -0
  168. package/packages/theme-chalk/lib/toolbar.css +1 -0
  169. package/packages/theme-chalk/lib/tree-group.css +1 -0
  170. package/packages/theme-chalk/lib/tree.css +1 -0
  171. package/packages/theme-chalk/lib/upload.css +1 -0
  172. package/packages/theme-chalk/lib/wujie.css +0 -0
  173. package/packages/theme-chalk/lib/wxlogin.css +1 -0
  174. package/packages/theme-chalk/src/base.scss +261 -261
  175. package/packages/theme-chalk/src/button-group.scss +176 -176
  176. package/packages/theme-chalk/src/button.scss +24 -24
  177. package/packages/theme-chalk/src/calendar.scss +113 -113
  178. package/packages/theme-chalk/src/card.scss +99 -99
  179. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  180. package/packages/theme-chalk/src/clients.scss +87 -87
  181. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  182. package/packages/theme-chalk/src/date-picker.scss +7 -7
  183. package/packages/theme-chalk/src/dialog.scss +77 -77
  184. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  185. package/packages/theme-chalk/src/enterprise.scss +5 -5
  186. package/packages/theme-chalk/src/error-page.scss +18 -18
  187. package/packages/theme-chalk/src/flow-group.scss +110 -110
  188. package/packages/theme-chalk/src/handle-user.scss +40 -40
  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/mixins/color.scss +117 -117
  194. package/packages/theme-chalk/src/nav.scss +111 -111
  195. package/packages/theme-chalk/src/page.scss +3 -3
  196. package/packages/theme-chalk/src/pagination.scss +29 -29
  197. package/packages/theme-chalk/src/player.scss +9 -9
  198. package/packages/theme-chalk/src/qr-code.scss +17 -17
  199. package/packages/theme-chalk/src/radio-group.scss +9 -9
  200. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  201. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  202. package/packages/theme-chalk/src/select.scss +8 -8
  203. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  204. package/packages/theme-chalk/src/sizer.scss +36 -36
  205. package/packages/theme-chalk/src/steps.scss +88 -88
  206. package/packages/theme-chalk/src/switch.scss +3 -3
  207. package/packages/theme-chalk/src/table-form.scss +1 -1
  208. package/packages/theme-chalk/src/tabs.scss +87 -87
  209. package/packages/theme-chalk/src/tips.scss +7 -7
  210. package/packages/theme-chalk/src/toolbar.scss +179 -179
  211. package/packages/theme-chalk/src/tree-group.scss +72 -72
  212. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  213. package/packages/tips/index.js +5 -5
  214. package/packages/toolbar/index.js +5 -5
  215. package/packages/toolbar/src/main.vue +430 -430
  216. package/packages/tree/index.js +5 -5
  217. package/packages/tree-group/index.js +5 -5
  218. package/packages/upload/index.js +5 -5
  219. package/packages/upload/src/main.vue +1344 -1344
  220. package/packages/upload/src/picture.js +15 -15
  221. package/packages/wujie/index.js +5 -5
  222. package/packages/wxlogin/index.js +5 -5
  223. package/packages/wxlogin/src/main.vue +128 -128
  224. package/src/config/image.js +2 -2
  225. package/src/index.js +1 -1
  226. package/src/utils/bus.js +3 -3
  227. package/src/utils/date-util.js +312 -312
  228. package/src/utils/http.js +50 -50
  229. package/src/utils/store.js +21 -21
  230. package/src/utils/webSocket.js +107 -107
  231. package/packages/theme-chalk/gulpfile.js +0 -25
@@ -6902,8 +6902,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6902
6902
 
6903
6903
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6904
6904
 
6905
- /**
6906
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6905
+ /**
6906
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6907
6907
  */
6908
6908
  var CA_ExtInterface = function () {
6909
6909
  function CA_ExtInterface() {
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
6916
6916
  this.init();
6917
6917
  }
6918
6918
 
6919
- /**
6920
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
- * @param {Object} target - 目标对象
6923
- * @param {Object} options - 新的选项对象
6919
+ /**
6920
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6921
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6922
+ * @param {Object} target - 目标对象
6923
+ * @param {Object} options - 新的选项对象
6924
6924
  */
6925
6925
 
6926
6926
 
@@ -6935,8 +6935,8 @@ var CA_ExtInterface = function () {
6935
6935
  }
6936
6936
  };
6937
6937
 
6938
- /**
6939
- * 检查当前会话的 WebSocket URL
6938
+ /**
6939
+ * 检查当前会话的 WebSocket URL
6940
6940
  */
6941
6941
 
6942
6942
 
@@ -6950,8 +6950,8 @@ var CA_ExtInterface = function () {
6950
6950
  }
6951
6951
  };
6952
6952
 
6953
- /**
6954
- * 检查是否使用 ActiveX
6953
+ /**
6954
+ * 检查是否使用 ActiveX
6955
6955
  */
6956
6956
 
6957
6957
 
@@ -6963,11 +6963,11 @@ var CA_ExtInterface = function () {
6963
6963
  }
6964
6964
  };
6965
6965
 
6966
- /**
6967
- * 扩展发送消息并等待响应
6968
- * @param {string} operatorCmd - 操作命令
6969
- * @param {string} sendMsg - 发送的消息
6970
- * @returns {string} 响应消息
6966
+ /**
6967
+ * 扩展发送消息并等待响应
6968
+ * @param {string} operatorCmd - 操作命令
6969
+ * @param {string} sendMsg - 发送的消息
6970
+ * @returns {string} 响应消息
6971
6971
  */
6972
6972
 
6973
6973
 
@@ -6977,11 +6977,11 @@ var CA_ExtInterface = function () {
6977
6977
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6978
6978
  };
6979
6979
 
6980
- /**
6981
- * 发送消息并等待响应
6982
- * @param {string} wsurl - WebSocket URL
6983
- * @param {string} sendMsg - 发送的消息
6984
- * @returns {string} 响应消息
6980
+ /**
6981
+ * 发送消息并等待响应
6982
+ * @param {string} wsurl - WebSocket URL
6983
+ * @param {string} sendMsg - 发送的消息
6984
+ * @returns {string} 响应消息
6985
6985
  */
6986
6986
 
6987
6987
 
@@ -7005,9 +7005,9 @@ var CA_ExtInterface = function () {
7005
7005
  return ResultMsg;
7006
7006
  };
7007
7007
 
7008
- /**
7009
- * 配置选项
7010
- * @param {Object} extendOption - 扩展选项
7008
+ /**
7009
+ * 配置选项
7010
+ * @param {Object} extendOption - 扩展选项
7011
7011
  */
7012
7012
 
7013
7013
 
@@ -7017,8 +7017,8 @@ var CA_ExtInterface = function () {
7017
7017
  }
7018
7018
  };
7019
7019
 
7020
- /**
7021
- * 初始化
7020
+ /**
7021
+ * 初始化
7022
7022
  */
7023
7023
 
7024
7024
 
@@ -7026,9 +7026,9 @@ var CA_ExtInterface = function () {
7026
7026
  this.isUseActioveX();
7027
7027
  };
7028
7028
 
7029
- /**
7030
- * 返回客户端的版本
7031
- * @returns {string} 客户端版本
7029
+ /**
7030
+ * 返回客户端的版本
7031
+ * @returns {string} 客户端版本
7032
7032
  */
7033
7033
 
7034
7034
 
@@ -7041,13 +7041,13 @@ var CA_ExtInterface = function () {
7041
7041
  }
7042
7042
  };
7043
7043
 
7044
- /**
7045
- * 下载客户端程序并安装
7046
- * @param {string} bstrURL - 下载地址
7047
- * @param {string} bstrHashValue - 哈希值
7048
- * @param {boolean} bSync - 是否同步安装
7049
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
- * @returns {number} 安装结果
7044
+ /**
7045
+ * 下载客户端程序并安装
7046
+ * @param {string} bstrURL - 下载地址
7047
+ * @param {string} bstrHashValue - 哈希值
7048
+ * @param {boolean} bSync - 是否同步安装
7049
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7050
+ * @returns {number} 安装结果
7051
7051
  */
7052
7052
 
7053
7053
 
@@ -7061,11 +7061,11 @@ var CA_ExtInterface = function () {
7061
7061
  }
7062
7062
  };
7063
7063
 
7064
- /**
7065
- * 获取硬件指纹信息
7066
- * @param {number} dwSign - 签名
7067
- * @param {string} strGateWayIP - 网关 IP
7068
- * @returns {string} 硬件指纹信息
7064
+ /**
7065
+ * 获取硬件指纹信息
7066
+ * @param {number} dwSign - 签名
7067
+ * @param {string} strGateWayIP - 网关 IP
7068
+ * @returns {string} 硬件指纹信息
7069
7069
  */
7070
7070
 
7071
7071
 
@@ -7079,12 +7079,12 @@ var CA_ExtInterface = function () {
7079
7079
  }
7080
7080
  };
7081
7081
 
7082
- /**
7083
- * 设置转发策略和代填策略
7084
- * @param {string} strProxyPolicy - 转发策略
7085
- * @param {string} strSSOPolicy - 代填策略
7086
- * @param {string} strGatewayAddress - 网关地址
7087
- * @returns {number} 设置结果
7082
+ /**
7083
+ * 设置转发策略和代填策略
7084
+ * @param {string} strProxyPolicy - 转发策略
7085
+ * @param {string} strSSOPolicy - 代填策略
7086
+ * @param {string} strGatewayAddress - 网关地址
7087
+ * @returns {number} 设置结果
7088
7088
  */
7089
7089
 
7090
7090
 
@@ -7098,11 +7098,11 @@ var CA_ExtInterface = function () {
7098
7098
  }
7099
7099
  };
7100
7100
 
7101
- /**
7102
- * 启动认证信息模块
7103
- * @param {string} strFileName - 文件名
7104
- * @param {string} strXmlData - XML 数据
7105
- * @returns {string} 认证信息
7101
+ /**
7102
+ * 启动认证信息模块
7103
+ * @param {string} strFileName - 文件名
7104
+ * @param {string} strXmlData - XML 数据
7105
+ * @returns {string} 认证信息
7106
7106
  */
7107
7107
 
7108
7108
 
@@ -7116,10 +7116,10 @@ var CA_ExtInterface = function () {
7116
7116
  }
7117
7117
  };
7118
7118
 
7119
- /**
7120
- * 打开 BS 应用
7121
- * @param {string} strUrl - 应用 URL
7122
- * @returns {number} 打开结果
7119
+ /**
7120
+ * 打开 BS 应用
7121
+ * @param {string} strUrl - 应用 URL
7122
+ * @returns {number} 打开结果
7123
7123
  */
7124
7124
 
7125
7125
 
@@ -7133,12 +7133,12 @@ var CA_ExtInterface = function () {
7133
7133
  }
7134
7134
  };
7135
7135
 
7136
- /**
7137
- * 打开 CS 应用
7138
- * @param {string} strGatewayAddress - 网关地址
7139
- * @param {string} strAppFlag - 应用标识
7140
- * @param {string} strAppPath - 应用路径
7141
- * @returns {number} 打开结果
7136
+ /**
7137
+ * 打开 CS 应用
7138
+ * @param {string} strGatewayAddress - 网关地址
7139
+ * @param {string} strAppFlag - 应用标识
7140
+ * @param {string} strAppPath - 应用路径
7141
+ * @returns {number} 打开结果
7142
7142
  */
7143
7143
 
7144
7144
 
@@ -7152,13 +7152,13 @@ var CA_ExtInterface = function () {
7152
7152
  }
7153
7153
  };
7154
7154
 
7155
- /**
7156
- * 设置自动更新策略
7157
- * @param {string} strGatewayAddress - 网关地址
7158
- * @param {number} nGatewayPort - 网关端口
7159
- * @param {string} strUserToken - 用户令牌
7160
- * @param {number} updatedelay - 更新延迟
7161
- * @returns {number} 设置结果
7155
+ /**
7156
+ * 设置自动更新策略
7157
+ * @param {string} strGatewayAddress - 网关地址
7158
+ * @param {number} nGatewayPort - 网关端口
7159
+ * @param {string} strUserToken - 用户令牌
7160
+ * @param {number} updatedelay - 更新延迟
7161
+ * @returns {number} 设置结果
7162
7162
  */
7163
7163
 
7164
7164
 
@@ -7172,10 +7172,10 @@ var CA_ExtInterface = function () {
7172
7172
  }
7173
7173
  };
7174
7174
 
7175
- /**
7176
- * 获取客户端 IP
7177
- * @param {string} strGatewayIP - 网关 IP
7178
- * @returns {string} 客户端 IP
7175
+ /**
7176
+ * 获取客户端 IP
7177
+ * @param {string} strGatewayIP - 网关 IP
7178
+ * @returns {string} 客户端 IP
7179
7179
  */
7180
7180
 
7181
7181
 
@@ -7189,10 +7189,10 @@ var CA_ExtInterface = function () {
7189
7189
  }
7190
7190
  };
7191
7191
 
7192
- /**
7193
- * 登出网关
7194
- * @param {string} strServerIP - 服务器 IP
7195
- * @returns {number} 登出结果
7192
+ /**
7193
+ * 登出网关
7194
+ * @param {string} strServerIP - 服务器 IP
7195
+ * @returns {number} 登出结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,11 +7206,11 @@ var CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 运行安装包
7211
- * @param {number} lRunType - 运行类型
7212
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
- * @returns {number} 运行结果
7209
+ /**
7210
+ * 运行安装包
7211
+ * @param {number} lRunType - 运行类型
7212
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7213
+ * @returns {number} 运行结果
7214
7214
  */
7215
7215
 
7216
7216
 
@@ -7224,9 +7224,9 @@ var CA_ExtInterface = function () {
7224
7224
  }
7225
7225
  };
7226
7226
 
7227
- /**
7228
- * 获取下载进度
7229
- * @returns {number} 下载进度
7227
+ /**
7228
+ * 获取下载进度
7229
+ * @returns {number} 下载进度
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,9 +7240,9 @@ var CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 是否安装完成
7245
- * @returns {boolean} 安装完成状态
7243
+ /**
7244
+ * 是否安装完成
7245
+ * @returns {boolean} 安装完成状态
7246
7246
  */
7247
7247
 
7248
7248
 
@@ -7256,11 +7256,11 @@ var CA_ExtInterface = function () {
7256
7256
  }
7257
7257
  };
7258
7258
 
7259
- /**
7260
- * 初始化签包对象
7261
- * @param {string} strAlgType - 算法类型
7262
- * @param {string} strAuxParam - 辅助参数
7263
- * @returns {number} 初始化结果
7259
+ /**
7260
+ * 初始化签包对象
7261
+ * @param {string} strAlgType - 算法类型
7262
+ * @param {string} strAuxParam - 辅助参数
7263
+ * @returns {number} 初始化结果
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,10 +7274,10 @@ var CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 设置摘要算法
7279
- * @param {string} strDigestAlg - 摘要算法
7280
- * @returns {number} 设置结果
7277
+ /**
7278
+ * 设置摘要算法
7279
+ * @param {string} strDigestAlg - 摘要算法
7280
+ * @returns {number} 设置结果
7281
7281
  */
7282
7282
 
7283
7283
 
@@ -7291,10 +7291,10 @@ var CA_ExtInterface = function () {
7291
7291
  }
7292
7292
  };
7293
7293
 
7294
- /**
7295
- * 设置单证书是否弹出对话框
7296
- * @param {number} isChoose - 是否弹出对话框
7297
- * @returns {number} 设置结果
7294
+ /**
7295
+ * 设置单证书是否弹出对话框
7296
+ * @param {number} isChoose - 是否弹出对话框
7297
+ * @returns {number} 设置结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,11 +7308,11 @@ var CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 添加证书过滤条件
7313
- * @param {number} ulType - 过滤类型
7314
- * @param {string} strValue - 过滤值
7315
- * @returns {number} 添加结果
7311
+ /**
7312
+ * 添加证书过滤条件
7313
+ * @param {number} ulType - 过滤类型
7314
+ * @param {string} strValue - 过滤值
7315
+ * @returns {number} 添加结果
7316
7316
  */
7317
7317
 
7318
7318
 
@@ -7326,9 +7326,9 @@ var CA_ExtInterface = function () {
7326
7326
  }
7327
7327
  };
7328
7328
 
7329
- /**
7330
- * 清除所有过滤条件
7331
- * @returns {number} 清除结果
7329
+ /**
7330
+ * 清除所有过滤条件
7331
+ * @returns {number} 清除结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,10 +7342,10 @@ var CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * P1 签名
7347
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
- * @returns {string} 签名结果
7345
+ /**
7346
+ * P1 签名
7347
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7348
+ * @returns {string} 签名结果
7349
7349
  */
7350
7350
 
7351
7351
 
@@ -7359,10 +7359,10 @@ var CA_ExtInterface = function () {
7359
7359
  }
7360
7360
  };
7361
7361
 
7362
- /**
7363
- * P1 签名字符串
7364
- * @param {string} strValue - 待签名的字符串
7365
- * @returns {string} 签名结果
7362
+ /**
7363
+ * P1 签名字符串
7364
+ * @param {string} strValue - 待签名的字符串
7365
+ * @returns {string} 签名结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,12 +7376,12 @@ var CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P7 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @param {boolean} isDetach - 是否分离签名
7383
- * @param {boolean} isIncludeCert - 是否包含证书
7384
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P7 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @param {boolean} isDetach - 是否分离签名
7383
+ * @param {boolean} isIncludeCert - 是否包含证书
7384
+ * @returns {string} 签名结果
7385
7385
  */
7386
7386
 
7387
7387
 
@@ -7395,12 +7395,12 @@ var CA_ExtInterface = function () {
7395
7395
  }
7396
7396
  };
7397
7397
 
7398
- /**
7399
- * P7 签名字符串
7400
- * @param {string} strValue - 待签名的字符串
7401
- * @param {boolean} isDetach - 是否分离签名
7402
- * @param {boolean} isIncludeCert - 是否包含证书
7403
- * @returns {string} 签名结果
7398
+ /**
7399
+ * P7 签名字符串
7400
+ * @param {string} strValue - 待签名的字符串
7401
+ * @param {boolean} isDetach - 是否分离签名
7402
+ * @param {boolean} isIncludeCert - 是否包含证书
7403
+ * @returns {string} 签名结果
7404
7404
  */
7405
7405
 
7406
7406
 
@@ -7414,9 +7414,9 @@ var CA_ExtInterface = function () {
7414
7414
  }
7415
7415
  };
7416
7416
 
7417
- /**
7418
- * 释放签名对象
7419
- * @returns {number} 释放结果
7417
+ /**
7418
+ * 释放签名对象
7419
+ * @returns {number} 释放结果
7420
7420
  */
7421
7421
 
7422
7422
 
@@ -7430,9 +7430,9 @@ var CA_ExtInterface = function () {
7430
7430
  }
7431
7431
  };
7432
7432
 
7433
- /**
7434
- * 获取签名版本
7435
- * @returns {string} 签名版本
7433
+ /**
7434
+ * 获取签名版本
7435
+ * @returns {string} 签名版本
7436
7436
  */
7437
7437
 
7438
7438
 
@@ -7446,9 +7446,9 @@ var CA_ExtInterface = function () {
7446
7446
  }
7447
7447
  };
7448
7448
 
7449
- /**
7450
- * 获取签名证书
7451
- * @returns {string} 签名证书
7449
+ /**
7450
+ * 获取签名证书
7451
+ * @returns {string} 签名证书
7452
7452
  */
7453
7453
 
7454
7454
 
@@ -7462,9 +7462,9 @@ var CA_ExtInterface = function () {
7462
7462
  }
7463
7463
  };
7464
7464
 
7465
- /**
7466
- * 获取错误码
7467
- * @returns {number} 错误码
7465
+ /**
7466
+ * 获取错误码
7467
+ * @returns {number} 错误码
7468
7468
  */
7469
7469
 
7470
7470
 
@@ -7478,9 +7478,9 @@ var CA_ExtInterface = function () {
7478
7478
  }
7479
7479
  };
7480
7480
 
7481
- /**
7482
- * 获取错误信息
7483
- * @returns {string} 错误信息
7481
+ /**
7482
+ * 获取错误信息
7483
+ * @returns {string} 错误信息
7484
7484
  */
7485
7485
 
7486
7486
 
@@ -7494,9 +7494,9 @@ var CA_ExtInterface = function () {
7494
7494
  }
7495
7495
  };
7496
7496
 
7497
- /**
7498
- * 销毁认证对象
7499
- * @returns {number} 销毁结果
7497
+ /**
7498
+ * 销毁认证对象
7499
+ * @returns {number} 销毁结果
7500
7500
  */
7501
7501
 
7502
7502
 
@@ -7510,9 +7510,9 @@ var CA_ExtInterface = function () {
7510
7510
  }
7511
7511
  };
7512
7512
 
7513
- /**
7514
- * 获取证书类型
7515
- * @returns {string} 证书类型
7513
+ /**
7514
+ * 获取证书类型
7515
+ * @returns {string} 证书类型
7516
7516
  */
7517
7517
 
7518
7518
 
@@ -7526,9 +7526,9 @@ var CA_ExtInterface = function () {
7526
7526
  }
7527
7527
  };
7528
7528
 
7529
- /**
7530
- * 获取签名摘要算法
7531
- * @returns {string} 签名摘要算法
7529
+ /**
7530
+ * 获取签名摘要算法
7531
+ * @returns {string} 签名摘要算法
7532
7532
  */
7533
7533
 
7534
7534
 
@@ -7542,11 +7542,11 @@ var CA_ExtInterface = function () {
7542
7542
  }
7543
7543
  };
7544
7544
 
7545
- /**
7546
- * 使能调用序列
7547
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
- * @returns {number} 使能结果
7545
+ /**
7546
+ * 使能调用序列
7547
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7548
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7549
+ * @returns {number} 使能结果
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 清空调用序列结果
7565
- * @returns {number} 清空调用序列结果
7563
+ /**
7564
+ * 清空调用序列结果
7565
+ * @returns {number} 清空调用序列结果
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,9 +7576,9 @@ var CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 获取调用序列结果
7581
- * @returns {string} 调用序列结果
7579
+ /**
7580
+ * 获取调用序列结果
7581
+ * @returns {string} 调用序列结果
7582
7582
  */
7583
7583
 
7584
7584
 
@@ -7592,12 +7592,12 @@ var CA_ExtInterface = function () {
7592
7592
  }
7593
7593
  };
7594
7594
 
7595
- /**
7596
- * 客户端安全策略检查
7597
- * @param {string} strGatewayAddress - 网关地址
7598
- * @param {number} usGatewayPort - 网关端口
7599
- * @param {string} strSecurityPolicys - 安全策略
7600
- * @returns {boolean} 检查结果
7595
+ /**
7596
+ * 客户端安全策略检查
7597
+ * @param {string} strGatewayAddress - 网关地址
7598
+ * @param {number} usGatewayPort - 网关端口
7599
+ * @param {string} strSecurityPolicys - 安全策略
7600
+ * @returns {boolean} 检查结果
7601
7601
  */
7602
7602
 
7603
7603
 
@@ -7611,9 +7611,9 @@ var CA_ExtInterface = function () {
7611
7611
  }
7612
7612
  };
7613
7613
 
7614
- /**
7615
- * 获取通讯协议版本
7616
- * @returns {string} 通讯协议版本
7614
+ /**
7615
+ * 获取通讯协议版本
7616
+ * @returns {string} 通讯协议版本
7617
7617
  */
7618
7618
 
7619
7619
 
@@ -7627,13 +7627,13 @@ var CA_ExtInterface = function () {
7627
7627
  }
7628
7628
  };
7629
7629
 
7630
- /**
7631
- * 修改 Key 的 Pin 码
7632
- * @param {string} strCertSn - 证书序列号
7633
- * @param {number} lPinCodeType - Pin 码类型
7634
- * @param {string} strCurPinCode - 当前 Pin 码
7635
- * @param {string} strNewPinCode - 新 Pin 码
7636
- * @returns {number} 修改结果
7630
+ /**
7631
+ * 修改 Key 的 Pin 码
7632
+ * @param {string} strCertSn - 证书序列号
7633
+ * @param {number} lPinCodeType - Pin 码类型
7634
+ * @param {string} strCurPinCode - 当前 Pin 码
7635
+ * @param {string} strNewPinCode - 新 Pin 码
7636
+ * @returns {number} 修改结果
7637
7637
  */
7638
7638
 
7639
7639
 
@@ -7647,10 +7647,10 @@ var CA_ExtInterface = function () {
7647
7647
  }
7648
7648
  };
7649
7649
 
7650
- /**
7651
- * 等待策略设置完毕
7652
- * @param {string} strGatewayAddress - 网关地址
7653
- * @returns {number} 等待结果
7650
+ /**
7651
+ * 等待策略设置完毕
7652
+ * @param {string} strGatewayAddress - 网关地址
7653
+ * @returns {number} 等待结果
7654
7654
  */
7655
7655
 
7656
7656
 
@@ -7664,10 +7664,10 @@ var CA_ExtInterface = function () {
7664
7664
  }
7665
7665
  };
7666
7666
 
7667
- /**
7668
- * 获取会话 Token
7669
- * @param {string} strGatewayAddress - 网关地址
7670
- * @returns {string} 会话 Token
7667
+ /**
7668
+ * 获取会话 Token
7669
+ * @param {string} strGatewayAddress - 网关地址
7670
+ * @returns {string} 会话 Token
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,9 +7681,9 @@ var CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 获取控件版本
7686
- * @returns {string} 控件版本
7684
+ /**
7685
+ * 获取控件版本
7686
+ * @returns {string} 控件版本
7687
7687
  */
7688
7688
 
7689
7689
 
@@ -7697,10 +7697,10 @@ var CA_ExtInterface = function () {
7697
7697
  }
7698
7698
  };
7699
7699
 
7700
- /**
7701
- * 设置语言资源
7702
- * @param {string} strLanguage - 语言资源
7703
- * @returns {number} 设置结果
7700
+ /**
7701
+ * 设置语言资源
7702
+ * @param {string} strLanguage - 语言资源
7703
+ * @returns {number} 设置结果
7704
7704
  */
7705
7705
 
7706
7706
 
@@ -7714,12 +7714,12 @@ var CA_ExtInterface = function () {
7714
7714
  }
7715
7715
  };
7716
7716
 
7717
- /**
7718
- * 获取用户属性
7719
- * @param {string} strGatewayAddress - 网关地址
7720
- * @param {string} strAppFlag - 应用标识
7721
- * @param {string} strAttributeName - 属性名称
7722
- * @returns {string} 用户属性值
7717
+ /**
7718
+ * 获取用户属性
7719
+ * @param {string} strGatewayAddress - 网关地址
7720
+ * @param {string} strAppFlag - 应用标识
7721
+ * @param {string} strAttributeName - 属性名称
7722
+ * @returns {string} 用户属性值
7723
7723
  */
7724
7724
 
7725
7725
 
@@ -7733,9 +7733,9 @@ var CA_ExtInterface = function () {
7733
7733
  }
7734
7734
  };
7735
7735
 
7736
- /**
7737
- * 获取签名加密 PIN 码
7738
- * @returns {string} 签名加密 PIN 码
7736
+ /**
7737
+ * 获取签名加密 PIN 码
7738
+ * @returns {string} 签名加密 PIN 码
7739
7739
  */
7740
7740
 
7741
7741
 
@@ -7748,20 +7748,20 @@ var CA_ExtInterface = function () {
7748
7748
  return result.value;
7749
7749
  }
7750
7750
  };
7751
- /*
7752
- *曙光四川CA
7753
- *'SOF_GetUserList' 证书列表
7754
- *'SOF_ExportUserCert' 导出证书
7755
- *'SOF_GetCertInfo': 获取证书信息
7756
- *'SOF_GenRandom': 生成随机数
7757
- *'SOF_SignData': 获取证书签名
7758
- *'SOF_Login': 登录证书
7759
- *'SOF_GetPinRetryCount': 剩余次数
7751
+ /*
7752
+ *曙光四川CA
7753
+ *'SOF_GetUserList' 证书列表
7754
+ *'SOF_ExportUserCert' 导出证书
7755
+ *'SOF_GetCertInfo': 获取证书信息
7756
+ *'SOF_GenRandom': 生成随机数
7757
+ *'SOF_SignData': 获取证书签名
7758
+ *'SOF_Login': 登录证书
7759
+ *'SOF_GetPinRetryCount': 剩余次数
7760
7760
  */
7761
- /**
7762
- *
7763
- * 获取webSocket消息
7764
- * @returns {string}
7761
+ /**
7762
+ *
7763
+ * 获取webSocket消息
7764
+ * @returns {string}
7765
7765
  */
7766
7766
 
7767
7767
 
@@ -7797,10 +7797,10 @@ var CA_ExtInterface = function () {
7797
7797
  };
7798
7798
  });
7799
7799
  };
7800
- /**
7801
- *
7802
- * base64解码
7803
- * @returns {string} base64解码后的字符串
7800
+ /**
7801
+ *
7802
+ * base64解码
7803
+ * @returns {string} base64解码后的字符串
7804
7804
  */
7805
7805
 
7806
7806
 
@@ -7835,10 +7835,10 @@ var CA_ExtInterface = function () {
7835
7835
  val = this.utf8_decode(val);
7836
7836
  return val;
7837
7837
  };
7838
- /**
7839
- *
7840
- * base64编码
7841
- * @returns {string} base64编码后的字符串
7838
+ /**
7839
+ *
7840
+ * base64编码
7841
+ * @returns {string} base64编码后的字符串
7842
7842
  */
7843
7843
 
7844
7844
 
@@ -7871,10 +7871,10 @@ var CA_ExtInterface = function () {
7871
7871
  }
7872
7872
  return val;
7873
7873
  };
7874
- /**
7875
- *
7876
- * utf8解码
7877
- * @returns {string} utf8解码后的字符串
7874
+ /**
7875
+ *
7876
+ * utf8解码
7877
+ * @returns {string} utf8解码后的字符串
7878
7878
  */
7879
7879
 
7880
7880
 
@@ -7903,10 +7903,10 @@ var CA_ExtInterface = function () {
7903
7903
  }
7904
7904
  return string;
7905
7905
  };
7906
- /**
7907
- *
7908
- * utf8编码
7909
- * @returns {string} utf8编码后的字符串
7906
+ /**
7907
+ *
7908
+ * utf8编码
7909
+ * @returns {string} utf8编码后的字符串
7910
7910
  */
7911
7911
 
7912
7912
 
@@ -9799,8 +9799,8 @@ clients_src_main.install = function (Vue) {
9799
9799
  };
9800
9800
 
9801
9801
  /* harmony default export */ var clients = (clients_src_main);
9802
- // 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/main.vue?vue&type=template&id=d5922368&
9803
- var mainvue_type_template_id_d5922368_render = function () {
9802
+ // 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/main.vue?vue&type=template&id=339d1ec1&
9803
+ var mainvue_type_template_id_339d1ec1_render = function () {
9804
9804
  var _vm = this
9805
9805
  var _h = _vm.$createElement
9806
9806
  var _c = _vm._self._c || _h
@@ -10201,11 +10201,11 @@ var mainvue_type_template_id_d5922368_render = function () {
10201
10201
  1
10202
10202
  )
10203
10203
  }
10204
- var mainvue_type_template_id_d5922368_staticRenderFns = []
10205
- mainvue_type_template_id_d5922368_render._withStripped = true
10204
+ var mainvue_type_template_id_339d1ec1_staticRenderFns = []
10205
+ mainvue_type_template_id_339d1ec1_render._withStripped = true
10206
10206
 
10207
10207
 
10208
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=d5922368&
10208
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=339d1ec1&
10209
10209
 
10210
10210
  // 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/children.vue?vue&type=template&id=d07af914&
10211
10211
  var childrenvue_type_template_id_d07af914_render = function () {
@@ -12635,6 +12635,7 @@ var pageView = utils_util.getParams('pageView');
12635
12635
  default: false
12636
12636
  },
12637
12637
  readonly: Boolean,
12638
+ allowToolbar: Boolean,
12638
12639
  url: {
12639
12640
  type: String,
12640
12641
  default: ''
@@ -13040,27 +13041,51 @@ var pageView = utils_util.getParams('pageView');
13040
13041
  },
13041
13042
  showToolbar: function showToolbar() {
13042
13043
  if (this.readonly) {
13043
- return false;
13044
- }
13045
- if (typeof this.toolbar === 'boolean') {
13046
- if (this.toolbar) {
13047
- this.toolbars = [{
13048
- type: 'search',
13049
- contents: [{
13050
- type: 'text',
13051
- name: 'keyword',
13052
- placeholder: '请输入关键字'
13053
- }]
13054
- }];
13044
+ if (this.allowToolbar) {
13045
+ if (typeof this.toolbar === 'boolean') {
13046
+ if (this.toolbar) {
13047
+ this.toolbars = [{
13048
+ type: 'search',
13049
+ contents: [{
13050
+ type: 'text',
13051
+ name: 'keyword',
13052
+ placeholder: '请输入关键字'
13053
+ }]
13054
+ }];
13055
+ }
13056
+ return this.toolbar;
13057
+ } else if (Array.isArray(this.toolbar)) {
13058
+ this.toolbars = this.toolbar;
13059
+ return true;
13060
+ } else {
13061
+ this.toolbars = this.toolbar.contents;
13062
+ this.toolbarEvents = this.toolbar.events || {};
13063
+ return true;
13064
+ }
13065
+ } else {
13066
+ return false;
13055
13067
  }
13056
- return this.toolbar;
13057
- } else if (Array.isArray(this.toolbar)) {
13058
- this.toolbars = this.toolbar;
13059
- return true;
13060
13068
  } else {
13061
- this.toolbars = this.toolbar.contents;
13062
- this.toolbarEvents = this.toolbar.events || {};
13063
- return true;
13069
+ if (typeof this.toolbar === 'boolean') {
13070
+ if (this.toolbar) {
13071
+ this.toolbars = [{
13072
+ type: 'search',
13073
+ contents: [{
13074
+ type: 'text',
13075
+ name: 'keyword',
13076
+ placeholder: '请输入关键字'
13077
+ }]
13078
+ }];
13079
+ }
13080
+ return this.toolbar;
13081
+ } else if (Array.isArray(this.toolbar)) {
13082
+ this.toolbars = this.toolbar;
13083
+ return true;
13084
+ } else {
13085
+ this.toolbars = this.toolbar.contents;
13086
+ this.toolbarEvents = this.toolbar.events || {};
13087
+ return true;
13088
+ }
13064
13089
  }
13065
13090
  },
13066
13091
 
@@ -14099,8 +14124,8 @@ var pageView = utils_util.getParams('pageView');
14099
14124
 
14100
14125
  var data_table_src_main_component = normalizeComponent(
14101
14126
  packages_data_table_src_mainvue_type_script_lang_js_,
14102
- mainvue_type_template_id_d5922368_render,
14103
- mainvue_type_template_id_d5922368_staticRenderFns,
14127
+ mainvue_type_template_id_339d1ec1_render,
14128
+ mainvue_type_template_id_339d1ec1_staticRenderFns,
14104
14129
  false,
14105
14130
  null,
14106
14131
  null,
@@ -50038,11 +50063,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50038
50063
  });
50039
50064
  },
50040
50065
 
50041
- /**
50042
- * saveInfo
50043
- * @desc:暂存
50044
- * @author liufan
50045
- * @date 2022年9月9日
50066
+ /**
50067
+ * saveInfo
50068
+ * @desc:暂存
50069
+ * @author liufan
50070
+ * @date 2022年9月9日
50046
50071
  **/
50047
50072
  saveInfo: function saveInfo(type, btn) {
50048
50073
  var _this13 = this;
@@ -50104,11 +50129,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50104
50129
  });
50105
50130
  },
50106
50131
 
50107
- /**
50108
- * rejectBtn
50109
- * @desc:点击驳回
50110
- * @author liufan
50111
- * @date 2022年5月25日
50132
+ /**
50133
+ * rejectBtn
50134
+ * @desc:点击驳回
50135
+ * @author liufan
50136
+ * @date 2022年5月25日
50112
50137
  **/
50113
50138
  rejectBtn: function rejectBtn() {
50114
50139
  var _this15 = this;
@@ -50126,11 +50151,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50126
50151
  }
50127
50152
  },
50128
50153
 
50129
- /**
50130
- * taskReadBtn
50131
- * @desc:点击分阅
50132
- * @author liufan
50133
- * @date 2022年5月25日
50154
+ /**
50155
+ * taskReadBtn
50156
+ * @desc:点击分阅
50157
+ * @author liufan
50158
+ * @date 2022年5月25日
50134
50159
  **/
50135
50160
  taskReadBtn: function taskReadBtn() {
50136
50161
  var _this16 = this;
@@ -50149,11 +50174,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50149
50174
  }
50150
50175
  },
50151
50176
 
50152
- /**
50153
- * getFind
50154
- * @desc:获取通知方式
50155
- * @author liufan
50156
- * @date 2022年5月25日
50177
+ /**
50178
+ * getFind
50179
+ * @desc:获取通知方式
50180
+ * @author liufan
50181
+ * @date 2022年5月25日
50157
50182
  **/
50158
50183
  getFind: function getFind() {
50159
50184
  var _this17 = this;
@@ -50219,12 +50244,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50219
50244
  });
50220
50245
  },
50221
50246
 
50222
- /**
50223
- * endFlows
50224
- * @desc:直接办结
50225
- * @author liufan
50226
- * @param {Object} res 直接办结数据
50227
- * @date 2022年5月25日
50247
+ /**
50248
+ * endFlows
50249
+ * @desc:直接办结
50250
+ * @author liufan
50251
+ * @param {Object} res 直接办结数据
50252
+ * @date 2022年5月25日
50228
50253
  **/
50229
50254
  endFlows: function endFlows(res) {
50230
50255
  var _this19 = this;
@@ -50279,12 +50304,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50279
50304
  }).catch(function (e) {});
50280
50305
  },
50281
50306
 
50282
- /**
50283
- * goView
50284
- * @desc:更多流程按钮操作
50285
- * @author liufan
50286
- * @param {Object} res 当前点击操作按钮数据
50287
- * @date 2022年5月25日
50307
+ /**
50308
+ * goView
50309
+ * @desc:更多流程按钮操作
50310
+ * @author liufan
50311
+ * @param {Object} res 当前点击操作按钮数据
50312
+ * @date 2022年5月25日
50288
50313
  **/
50289
50314
  goView: function goView(res) {
50290
50315
  // 驳回并办结:rejectAndEndHtml
@@ -50371,11 +50396,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50371
50396
  // isCanStartSubFlow
50372
50397
  },
50373
50398
 
50374
- /**
50375
- * toTakeAdvice
50376
- * @desc:征求意见
50377
- * @author liufan
50378
- * @date 2022年9月29日
50399
+ /**
50400
+ * toTakeAdvice
50401
+ * @desc:征求意见
50402
+ * @author liufan
50403
+ * @date 2022年9月29日
50379
50404
  **/
50380
50405
  toTakeAdvice: function toTakeAdvice(res) {
50381
50406
  var _this21 = this;
@@ -50419,11 +50444,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50419
50444
  });
50420
50445
  },
50421
50446
 
50422
- /**
50423
- * toStartDraf
50424
- * @desc: 稿件递送、联合审核、复核
50425
- * @author liufan
50426
- * @date 2022年9月29日
50447
+ /**
50448
+ * toStartDraf
50449
+ * @desc: 稿件递送、联合审核、复核
50450
+ * @author liufan
50451
+ * @date 2022年9月29日
50427
50452
  **/
50428
50453
  toStartDraf: function toStartDraf(res) {
50429
50454
  var _this23 = this;
@@ -50437,11 +50462,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50437
50462
  }
50438
50463
  },
50439
50464
 
50440
- /**
50441
- * toSendMsg
50442
- * @desc:核稿通知
50443
- * @author liufan
50444
- * @date 2022年9月29日
50465
+ /**
50466
+ * toSendMsg
50467
+ * @desc:核稿通知
50468
+ * @author liufan
50469
+ * @date 2022年9月29日
50445
50470
  **/
50446
50471
  toSendMsg: function toSendMsg(res) {
50447
50472
  var _this24 = this;
@@ -50455,11 +50480,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50455
50480
  }
50456
50481
  },
50457
50482
 
50458
- /**
50459
- * toTaskReadAndEnd
50460
- * @desc:分阅并办结
50461
- * @author liufan
50462
- * @date 2022年9月29日
50483
+ /**
50484
+ * toTaskReadAndEnd
50485
+ * @desc:分阅并办结
50486
+ * @author liufan
50487
+ * @date 2022年9月29日
50463
50488
  **/
50464
50489
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50465
50490
  var _this25 = this;
@@ -50477,11 +50502,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50477
50502
  }
50478
50503
  },
50479
50504
 
50480
- /**
50481
- * rejectAndEnd
50482
- * @desc:驳回并办结
50483
- * @author liufan
50484
- * @date 2022年9月29日
50505
+ /**
50506
+ * rejectAndEnd
50507
+ * @desc:驳回并办结
50508
+ * @author liufan
50509
+ * @date 2022年9月29日
50485
50510
  **/
50486
50511
  rejectAndEnd: function rejectAndEnd(res) {
50487
50512
  var _this26 = this;
@@ -50537,11 +50562,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50537
50562
  });
50538
50563
  },
50539
50564
 
50540
- /**
50541
- * toTransfer
50542
- * @desc:转办
50543
- * @author liufan
50544
- * @date 2022年9月29日
50565
+ /**
50566
+ * toTransfer
50567
+ * @desc:转办
50568
+ * @author liufan
50569
+ * @date 2022年9月29日
50545
50570
  **/
50546
50571
  toTransfer: function toTransfer(res) {
50547
50572
  var _this28 = this;
@@ -50560,11 +50585,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50560
50585
  this.nextNode.customLimitTime = val;
50561
50586
  },
50562
50587
 
50563
- /**
50564
- * getNodeInfo
50565
- * @desc:获取节点信息
50566
- * @author liufan
50567
- * @date 2022年5月25日
50588
+ /**
50589
+ * getNodeInfo
50590
+ * @desc:获取节点信息
50591
+ * @author liufan
50592
+ * @date 2022年5月25日
50568
50593
  **/
50569
50594
  getNodeInfo: function getNodeInfo() {
50570
50595
  var _this29 = this;
@@ -50675,12 +50700,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50675
50700
  });
50676
50701
  },
50677
50702
 
50678
- /**
50679
- * selecNext
50680
- * @desc:下步节点变化时更新数据
50681
- * @author liufan
50682
- * @param {String} val 当前选中值
50683
- * @date 2022年5月25日
50703
+ /**
50704
+ * selecNext
50705
+ * @desc:下步节点变化时更新数据
50706
+ * @author liufan
50707
+ * @param {String} val 当前选中值
50708
+ * @date 2022年5月25日
50684
50709
  **/
50685
50710
  selecNext: function selecNext(val, type, isDef) {
50686
50711
  var _this30 = this;
@@ -50820,11 +50845,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50820
50845
  }
50821
50846
  },
50822
50847
 
50823
- /**
50824
- * isMultiple
50825
- * @desc:是否多选
50826
- * @author liufan
50827
- * @date 2022年9月13日
50848
+ /**
50849
+ * isMultiple
50850
+ * @desc:是否多选
50851
+ * @author liufan
50852
+ * @date 2022年9月13日
50828
50853
  **/
50829
50854
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50830
50855
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50856,11 +50881,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50856
50881
  }
50857
50882
  },
50858
50883
 
50859
- /**
50860
- * getHedInfo
50861
- * @desc:获取审核页面数据
50862
- * @author liufan
50863
- * @date 2022年5月25日
50884
+ /**
50885
+ * getHedInfo
50886
+ * @desc:获取审核页面数据
50887
+ * @author liufan
50888
+ * @date 2022年5月25日
50864
50889
  **/
50865
50890
  getHedInfo: function getHedInfo() {
50866
50891
  var _this31 = this;
@@ -51176,13 +51201,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51176
51201
  });
51177
51202
  },
51178
51203
 
51179
- /**
51180
- * closeProcess
51181
- * @desc:关闭弹窗
51182
- * @author liufan
51183
- * @param {boolean} val 当前是否办理流程
51184
- * @param {String} type 当前点击的弹窗类型
51185
- * @date 2022年5月25日
51204
+ /**
51205
+ * closeProcess
51206
+ * @desc:关闭弹窗
51207
+ * @author liufan
51208
+ * @param {boolean} val 当前是否办理流程
51209
+ * @param {String} type 当前点击的弹窗类型
51210
+ * @date 2022年5月25日
51186
51211
  **/
51187
51212
  closeProcess: function closeProcess(val, type, closeParent) {
51188
51213
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51202,23 +51227,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51202
51227
  }
51203
51228
  },
51204
51229
 
51205
- /**
51206
- * selectChange
51207
- * @desc:常用语选择
51208
- * @author liufan
51209
- * @param {String} val 选中值
51210
- * @date 2022年5月25日
51230
+ /**
51231
+ * selectChange
51232
+ * @desc:常用语选择
51233
+ * @author liufan
51234
+ * @param {String} val 选中值
51235
+ * @date 2022年5月25日
51211
51236
  **/
51212
51237
  selectChange: function selectChange(val) {
51213
51238
  this.value = val;
51214
51239
  },
51215
51240
 
51216
- /**
51217
- * upDate
51218
- * @desc:修改常用语
51219
- * @author liufan
51220
- * @param {Object} val 修改值
51221
- * @date 2022年5月25日
51241
+ /**
51242
+ * upDate
51243
+ * @desc:修改常用语
51244
+ * @author liufan
51245
+ * @param {Object} val 修改值
51246
+ * @date 2022年5月25日
51222
51247
  **/
51223
51248
  upDate: function upDate(val) {
51224
51249
  this.FormData.id = val.id;
@@ -51226,11 +51251,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51226
51251
  },
51227
51252
 
51228
51253
 
51229
- /**
51230
- * getProcess
51231
- * @desc:获取选择流程
51232
- * @author liufan
51233
- * @date 2022年5月25日
51254
+ /**
51255
+ * getProcess
51256
+ * @desc:获取选择流程
51257
+ * @author liufan
51258
+ * @date 2022年5月25日
51234
51259
  **/
51235
51260
  getProcess: function getProcess(val) {
51236
51261
  var _this32 = this;
@@ -51290,11 +51315,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51290
51315
  });
51291
51316
  },
51292
51317
 
51293
- /**
51294
- * getPendedhistoryList
51295
- * @desc:获取流程列表
51296
- * @author liufan
51297
- * @date 2022年5月25日
51318
+ /**
51319
+ * getPendedhistoryList
51320
+ * @desc:获取流程列表
51321
+ * @author liufan
51322
+ * @date 2022年5月25日
51298
51323
  **/
51299
51324
  getPendedhistoryList: function getPendedhistoryList() {
51300
51325
  var _this33 = this;
@@ -51365,12 +51390,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51365
51390
  beforeSubProcess: function beforeSubProcess() {},
51366
51391
 
51367
51392
  // 提交流程
51368
- /**
51369
- * subProcess
51370
- * @desc:提交流程
51371
- * @author liufan
51372
- * @param {String} formName 当前form表单ref值
51373
- * @date 2022年5月25日
51393
+ /**
51394
+ * subProcess
51395
+ * @desc:提交流程
51396
+ * @author liufan
51397
+ * @param {String} formName 当前form表单ref值
51398
+ * @date 2022年5月25日
51374
51399
  **/
51375
51400
  subProcess: function subProcess(val, type) {
51376
51401
  var _this35 = this;
@@ -70370,10 +70395,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70370
70395
  this.$refs.user.handleSelect(res);
70371
70396
  },
70372
70397
 
70373
- /**
70374
- * @desc:匹配路由
70375
- * @author huangbo
70376
- * @date 2024年9月7日
70398
+ /**
70399
+ * @desc:匹配路由
70400
+ * @author huangbo
70401
+ * @date 2024年9月7日
70377
70402
  **/
70378
70403
  hasRouter: function hasRouter(res, url, code) {
70379
70404
  if (!url) {
@@ -70417,10 +70442,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70417
70442
  return false;
70418
70443
  },
70419
70444
 
70420
- /**
70421
- * @desc:获取初始数据
70422
- * @author huangbo
70423
- * @date 2024年9月7日
70445
+ /**
70446
+ * @desc:获取初始数据
70447
+ * @author huangbo
70448
+ * @date 2024年9月7日
70424
70449
  **/
70425
70450
  init: function init(results, first) {
70426
70451
  this.setConfig(results);
@@ -70429,10 +70454,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70429
70454
  }
70430
70455
  },
70431
70456
 
70432
- /**
70433
- * @desc:设置用户配置及信息
70434
- * @author huangbo
70435
- * @date 2024年9月7日
70457
+ /**
70458
+ * @desc:设置用户配置及信息
70459
+ * @author huangbo
70460
+ * @date 2024年9月7日
70436
70461
  **/
70437
70462
  setConfig: function setConfig(results) {
70438
70463
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70600,10 +70625,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70600
70625
  }
70601
70626
  },
70602
70627
 
70603
- /**
70604
- * @desc:获取所有应用
70605
- * @author huangbo
70606
- * @date 2024年9月7日
70628
+ /**
70629
+ * @desc:获取所有应用
70630
+ * @author huangbo
70631
+ * @date 2024年9月7日
70607
70632
  **/
70608
70633
  getApplications: function getApplications() {
70609
70634
  var _this2 = this;
@@ -70651,10 +70676,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70651
70676
  });
70652
70677
  },
70653
70678
 
70654
- /**
70655
- * @desc:获取菜单列表
70656
- * @author huangbo
70657
- * @date 2024年9月7日
70679
+ /**
70680
+ * @desc:获取菜单列表
70681
+ * @author huangbo
70682
+ * @date 2024年9月7日
70658
70683
  **/
70659
70684
  getMenus: function getMenus(loading) {
70660
70685
  var _this3 = this;
@@ -70687,10 +70712,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70687
70712
  });
70688
70713
  },
70689
70714
 
70690
- /**
70691
- * @desc:处理菜单列表
70692
- * @author huangbo
70693
- * @date 2024年9月7日
70715
+ /**
70716
+ * @desc:处理菜单列表
70717
+ * @author huangbo
70718
+ * @date 2024年9月7日
70694
70719
  **/
70695
70720
  renderMenus: function renderMenus(res) {
70696
70721
  this.menus = res;
@@ -70786,10 +70811,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70786
70811
  }
70787
70812
  },
70788
70813
 
70789
- /**
70790
- * @desc:设置页面加载类型
70791
- * @author huangbo
70792
- * @date 2024年9月7日
70814
+ /**
70815
+ * @desc:设置页面加载类型
70816
+ * @author huangbo
70817
+ * @date 2024年9月7日
70793
70818
  **/
70794
70819
  setIframeType: function setIframeType(res) {
70795
70820
  var url = res.url;
@@ -70845,10 +70870,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70845
70870
  return res;
70846
70871
  },
70847
70872
 
70848
- /**
70849
- * @desc:获取菜单
70850
- * @author huangbo
70851
- * @date 2024年9月7日
70873
+ /**
70874
+ * @desc:获取菜单
70875
+ * @author huangbo
70876
+ * @date 2024年9月7日
70852
70877
  **/
70853
70878
  getMenu: function getMenu(menus, res, key) {
70854
70879
  if (Array.isArray(menus)) {
@@ -70877,10 +70902,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70877
70902
  return false;
70878
70903
  },
70879
70904
 
70880
- /**
70881
- * @desc:获取菜单第一条数据
70882
- * @author huangbo
70883
- * @date 2024年9月7日
70905
+ /**
70906
+ * @desc:获取菜单第一条数据
70907
+ * @author huangbo
70908
+ * @date 2024年9月7日
70884
70909
  **/
70885
70910
  getFirst: function getFirst(obj) {
70886
70911
  if (!obj) {
@@ -70899,10 +70924,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70899
70924
  }
70900
70925
  },
70901
70926
 
70902
- /**
70903
- * @desc:遍历设置菜单气泡提醒
70904
- * @author huangbo
70905
- * @date 2024年9月7日
70927
+ /**
70928
+ * @desc:遍历设置菜单气泡提醒
70929
+ * @author huangbo
70930
+ * @date 2024年9月7日
70906
70931
  **/
70907
70932
  setTips: function setTips(obj) {
70908
70933
  var _this4 = this;
@@ -70973,10 +70998,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70973
70998
  }
70974
70999
  },
70975
71000
 
70976
- /**
70977
- * @desc:获取气泡提醒
70978
- * @author huangbo
70979
- * @date 2024年9月7日
71001
+ /**
71002
+ * @desc:获取气泡提醒
71003
+ * @author huangbo
71004
+ * @date 2024年9月7日
70980
71005
  **/
70981
71006
  getBadge: function getBadge(res) {
70982
71007
  var num = res.tips || 0;
@@ -70990,10 +71015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70990
71015
  };
70991
71016
  },
70992
71017
 
70993
- /**
70994
- * @desc:开启weosocket
70995
- * @author huangbo
70996
- * @date 2024年9月7日
71018
+ /**
71019
+ * @desc:开启weosocket
71020
+ * @author huangbo
71021
+ * @date 2024年9月7日
70997
71022
  **/
70998
71023
  initWebSocket: function initWebSocket() {
70999
71024
  var _this6 = this;
@@ -71042,10 +71067,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71042
71067
  });
71043
71068
  },
71044
71069
 
71045
- /**
71046
- * @desc:显示用户信息
71047
- * @author huangbo
71048
- * @date 2024年9月7日
71070
+ /**
71071
+ * @desc:显示用户信息
71072
+ * @author huangbo
71073
+ * @date 2024年9月7日
71049
71074
  **/
71050
71075
  showUserInfo: function showUserInfo() {
71051
71076
  if (this.showUser === false) {
@@ -71053,19 +71078,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71053
71078
  }
71054
71079
  },
71055
71080
 
71056
- /**
71057
- * @desc:删除更多应用菜单点击
71058
- * @author huangbo
71059
- * @date 2024年9月7日
71081
+ /**
71082
+ * @desc:删除更多应用菜单点击
71083
+ * @author huangbo
71084
+ * @date 2024年9月7日
71060
71085
  **/
71061
71086
  handleDelete: function handleDelete(index) {
71062
71087
  this.newApps.splice(index, 1);
71063
71088
  },
71064
71089
 
71065
- /**
71066
- * @desc:储存更多应用菜单点击
71067
- * @author huangbo
71068
- * @date 2024年9月7日
71090
+ /**
71091
+ * @desc:储存更多应用菜单点击
71092
+ * @author huangbo
71093
+ * @date 2024年9月7日
71069
71094
  **/
71070
71095
  handlerClickApps: function handlerClickApps(res) {
71071
71096
  if (res.permission === false) {
@@ -71078,10 +71103,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71078
71103
  this.handlerClickApp(res);
71079
71104
  },
71080
71105
 
71081
- /**
71082
- * @desc:侧边应用菜单点击
71083
- * @author huangbo
71084
- * @date 2024年9月7日
71106
+ /**
71107
+ * @desc:侧边应用菜单点击
71108
+ * @author huangbo
71109
+ * @date 2024年9月7日
71085
71110
  **/
71086
71111
  handlerClickApp: function handlerClickApp(res) {
71087
71112
  this.showMsg = false;
@@ -71170,10 +71195,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71170
71195
  }
71171
71196
  },
71172
71197
 
71173
- /**
71174
- * @desc:显示Drawer界面
71175
- * @author huangbo
71176
- * @date 2024年9月7日
71198
+ /**
71199
+ * @desc:显示Drawer界面
71200
+ * @author huangbo
71201
+ * @date 2024年9月7日
71177
71202
  **/
71178
71203
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71179
71204
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71193,19 +71218,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71193
71218
  }
71194
71219
  },
71195
71220
 
71196
- /**
71197
- * @desc:关闭Drawer界面
71198
- * @author huangbo
71199
- * @date 2024年9月7日
71221
+ /**
71222
+ * @desc:关闭Drawer界面
71223
+ * @author huangbo
71224
+ * @date 2024年9月7日
71200
71225
  **/
71201
71226
  handleCloseDrawer: function handleCloseDrawer() {
71202
71227
  this.drawer = { visible: false };
71203
71228
  },
71204
71229
 
71205
- /**
71206
- * @desc:菜单点击
71207
- * @author huangbo
71208
- * @date 2024年9月7日
71230
+ /**
71231
+ * @desc:菜单点击
71232
+ * @author huangbo
71233
+ * @date 2024年9月7日
71209
71234
  **/
71210
71235
  handlerClickMenu: function handlerClickMenu(res) {
71211
71236
  utils_util.ajax({
@@ -71254,19 +71279,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71254
71279
  },
71255
71280
 
71256
71281
 
71257
- /**
71258
- * @desc:用户详情请求成功
71259
- * @author huangbo
71260
- * @date 2024年9月7日
71282
+ /**
71283
+ * @desc:用户详情请求成功
71284
+ * @author huangbo
71285
+ * @date 2024年9月7日
71261
71286
  **/
71262
71287
  handleSuccess: function handleSuccess(res) {
71263
71288
  this.simpleUserInfo = res.simpleUserInfo;
71264
71289
  },
71265
71290
 
71266
- /**
71267
- * @desc:修改用户配置
71268
- * @author huangbo
71269
- * @date 2024年9月7日
71291
+ /**
71292
+ * @desc:修改用户配置
71293
+ * @author huangbo
71294
+ * @date 2024年9月7日
71270
71295
  **/
71271
71296
  handleChangeConfig: function handleChangeConfig(name, res) {
71272
71297
  if (name == 'userHeadUrl') {
@@ -71282,10 +71307,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71282
71307
  }
71283
71308
  },
71284
71309
 
71285
- /**
71286
- * @desc:关闭webSocket
71287
- * @author huangbo
71288
- * @date 2024年9月7日
71310
+ /**
71311
+ * @desc:关闭webSocket
71312
+ * @author huangbo
71313
+ * @date 2024年9月7日
71289
71314
  **/
71290
71315
  handlerClose: function handlerClose() {
71291
71316
  if (this.webSocket) {
@@ -71293,10 +71318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71293
71318
  }
71294
71319
  },
71295
71320
 
71296
- /**
71297
- * @desc:刷新选中iframe页签
71298
- * @author huangbo
71299
- * @date 2024年9月7日
71321
+ /**
71322
+ * @desc:刷新选中iframe页签
71323
+ * @author huangbo
71324
+ * @date 2024年9月7日
71300
71325
  **/
71301
71326
  handleRefresh: function handleRefresh(arg) {
71302
71327
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71333,10 +71358,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71333
71358
  }
71334
71359
  },
71335
71360
 
71336
- /**
71337
- * @desc:删除iframe
71338
- * @author huangbo
71339
- * @date 2024年9月7日
71361
+ /**
71362
+ * @desc:删除iframe
71363
+ * @author huangbo
71364
+ * @date 2024年9月7日
71340
71365
  **/
71341
71366
  handleRemove: function handleRemove(name) {
71342
71367
  var len = this.tabs.length - 1;
@@ -71353,10 +71378,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71353
71378
  }
71354
71379
  },
71355
71380
 
71356
- /**
71357
- * @desc:tabs鼠标右键事件
71358
- * @author huangbo
71359
- * @date 2024年9月7日
71381
+ /**
71382
+ * @desc:tabs鼠标右键事件
71383
+ * @author huangbo
71384
+ * @date 2024年9月7日
71360
71385
  **/
71361
71386
  handleContextmenu: function handleContextmenu(tabs, e) {
71362
71387
  var disabled = {};
@@ -71381,10 +71406,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71381
71406
  window.addEventListener('click', this.closeTabsEvents);
71382
71407
  },
71383
71408
 
71384
- /**
71385
- * @desc:tabs页签事件
71386
- * @author huangbo
71387
- * @date 2024年9月7日
71409
+ /**
71410
+ * @desc:tabs页签事件
71411
+ * @author huangbo
71412
+ * @date 2024年9月7日
71388
71413
  **/
71389
71414
  handleTabsEvents: function handleTabsEvents(num) {
71390
71415
  if (this.pane !== null) {
@@ -71395,10 +71420,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71395
71420
  },
71396
71421
 
71397
71422
 
71398
- /**
71399
- * @desc:关闭页签事件面板
71400
- * @author huangbo
71401
- * @date 2024年9月7日
71423
+ /**
71424
+ * @desc:关闭页签事件面板
71425
+ * @author huangbo
71426
+ * @date 2024年9月7日
71402
71427
  **/
71403
71428
  closeTabsEvents: function closeTabsEvents(e) {
71404
71429
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71408,10 +71433,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71408
71433
  },
71409
71434
 
71410
71435
 
71411
- /**
71412
- * @desc:tabs页签点击事件
71413
- * @author huangbo
71414
- * @date 2024年9月7日
71436
+ /**
71437
+ * @desc:tabs页签点击事件
71438
+ * @author huangbo
71439
+ * @date 2024年9月7日
71415
71440
  **/
71416
71441
  handleTabClick: function handleTabClick() {
71417
71442
  this.active = '';
@@ -71419,10 +71444,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71419
71444
  this.showMenu = false;
71420
71445
  },
71421
71446
 
71422
- /**
71423
- * @desc:handler工具栏点击事件
71424
- * @author huangbo
71425
- * @date 2024年9月7日
71447
+ /**
71448
+ * @desc:handler工具栏点击事件
71449
+ * @author huangbo
71450
+ * @date 2024年9月7日
71426
71451
  **/
71427
71452
  handleClick: function handleClick(res) {
71428
71453
  var type = res.type,
@@ -71503,10 +71528,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71503
71528
  this.$emit('handler-click', res);
71504
71529
  },
71505
71530
 
71506
- /**
71507
- * @desc:退出登录
71508
- * @author huangbo
71509
- * @date 2024年9月7日
71531
+ /**
71532
+ * @desc:退出登录
71533
+ * @author huangbo
71534
+ * @date 2024年9月7日
71510
71535
  **/
71511
71536
  handleQuit: function handleQuit() {
71512
71537
  var _this7 = this;
@@ -71587,10 +71612,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71587
71612
  }).catch(function (e) {});
71588
71613
  },
71589
71614
 
71590
- /**
71591
- * @desc:主题、消息回调
71592
- * @author huangbo
71593
- * @date 2024年9月7日
71615
+ /**
71616
+ * @desc:主题、消息回调
71617
+ * @author huangbo
71618
+ * @date 2024年9月7日
71594
71619
  **/
71595
71620
  handleChange: function handleChange(res) {
71596
71621
  var type = res.type,
@@ -71606,10 +71631,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71606
71631
  }
71607
71632
  },
71608
71633
 
71609
- /**
71610
- * @desc:菜单布局样式切换
71611
- * @author huangbo
71612
- * @date 2024年9月7日
71634
+ /**
71635
+ * @desc:菜单布局样式切换
71636
+ * @author huangbo
71637
+ * @date 2024年9月7日
71613
71638
  **/
71614
71639
  handleLayout: function handleLayout(res, active) {
71615
71640
  if (active) {
@@ -71619,10 +71644,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71619
71644
  this.$emit('chang-layout', res, active);
71620
71645
  },
71621
71646
 
71622
- /**
71623
- * @desc:消息修改总数
71624
- * @author huangbo
71625
- * @date 2024年9月7日
71647
+ /**
71648
+ * @desc:消息修改总数
71649
+ * @author huangbo
71650
+ * @date 2024年9月7日
71626
71651
  **/
71627
71652
  handleMenuTips: function handleMenuTips(id, num) {
71628
71653
  if (num) {
@@ -71633,10 +71658,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71633
71658
  }
71634
71659
  },
71635
71660
 
71636
- /**
71637
- * @desc:处理即时消息
71638
- * @author huangbo
71639
- * @date 2024年9月7日
71661
+ /**
71662
+ * @desc:处理即时消息
71663
+ * @author huangbo
71664
+ * @date 2024年9月7日
71640
71665
  **/
71641
71666
  handleOpened: function handleOpened(res) {
71642
71667
  var _this8 = this;
@@ -75661,8 +75686,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75661
75686
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75662
75687
  },
75663
75688
 
75664
- /**
75665
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75689
+ /**
75690
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75666
75691
  */
75667
75692
  queryChildMenuData: function queryChildMenuData() {
75668
75693
  var _this2 = this;
@@ -75781,8 +75806,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75781
75806
  }))();
75782
75807
  },
75783
75808
 
75784
- /**
75785
- * getVoteMeetingNum: 查询会议数量
75809
+ /**
75810
+ * getVoteMeetingNum: 查询会议数量
75786
75811
  */
75787
75812
  getVoteMeetingNum: function getVoteMeetingNum() {
75788
75813
  var _this5 = this;
@@ -75807,8 +75832,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75807
75832
  });
75808
75833
  },
75809
75834
 
75810
- /**
75811
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75835
+ /**
75836
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75812
75837
  */
75813
75838
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75814
75839
  var _this6 = this;
@@ -75833,8 +75858,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75833
75858
  },
75834
75859
 
75835
75860
 
75836
- /**
75837
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75861
+ /**
75862
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75838
75863
  */
75839
75864
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75840
75865
  var _this7 = this;
@@ -75862,8 +75887,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75862
75887
  });
75863
75888
  },
75864
75889
 
75865
- /**
75866
- * getIndexCount: 查询待办任务数量
75890
+ /**
75891
+ * getIndexCount: 查询待办任务数量
75867
75892
  */
75868
75893
  getIndexCount: function getIndexCount() {
75869
75894
  var _this8 = this;
@@ -75894,10 +75919,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75894
75919
  this.$refs.user.handleSelect(res);
75895
75920
  },
75896
75921
 
75897
- /**
75898
- * @desc:匹配路由
75899
- * @author huangbo
75900
- * @date 2024年9月7日
75922
+ /**
75923
+ * @desc:匹配路由
75924
+ * @author huangbo
75925
+ * @date 2024年9月7日
75901
75926
  **/
75902
75927
  hasRouter: function hasRouter(res, url, code) {
75903
75928
  if (!url) {
@@ -75941,10 +75966,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75941
75966
  return false;
75942
75967
  },
75943
75968
 
75944
- /**
75945
- * @desc:获取初始数据
75946
- * @author huangbo
75947
- * @date 2024年9月7日
75969
+ /**
75970
+ * @desc:获取初始数据
75971
+ * @author huangbo
75972
+ * @date 2024年9月7日
75948
75973
  **/
75949
75974
  init: function init(results) {
75950
75975
  this.setConfig(results);
@@ -75955,10 +75980,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75955
75980
  // }
75956
75981
  },
75957
75982
 
75958
- /**
75959
- * @desc:设置用户配置及信息
75960
- * @author huangbo
75961
- * @date 2024年9月7日
75983
+ /**
75984
+ * @desc:设置用户配置及信息
75985
+ * @author huangbo
75986
+ * @date 2024年9月7日
75962
75987
  **/
75963
75988
  setConfig: function setConfig(results) {
75964
75989
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76122,8 +76147,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76122
76147
  }
76123
76148
  },
76124
76149
 
76125
- /**
76126
- * @desc:获取用户自定义菜单
76150
+ /**
76151
+ * @desc:获取用户自定义菜单
76127
76152
  **/
76128
76153
  getUseCommonMenu: function getUseCommonMenu() {
76129
76154
  var _this9 = this;
@@ -76153,10 +76178,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76153
76178
  });
76154
76179
  },
76155
76180
 
76156
- /**
76157
- * @desc:获取所有应用
76158
- * @author huangbo
76159
- * @date 2024年9月7日
76181
+ /**
76182
+ * @desc:获取所有应用
76183
+ * @author huangbo
76184
+ * @date 2024年9月7日
76160
76185
  **/
76161
76186
  getApplications: function getApplications() {
76162
76187
  var _this10 = this;
@@ -76204,10 +76229,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76204
76229
  });
76205
76230
  },
76206
76231
 
76207
- /**
76208
- * @desc:获取菜单列表
76209
- * @author huangbo
76210
- * @date 2024年9月7日
76232
+ /**
76233
+ * @desc:获取菜单列表
76234
+ * @author huangbo
76235
+ * @date 2024年9月7日
76211
76236
  **/
76212
76237
  getMenus: function getMenus(loading) {
76213
76238
  var _this11 = this;
@@ -76234,10 +76259,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76234
76259
  });
76235
76260
  },
76236
76261
 
76237
- /**
76238
- * @desc:处理菜单列表
76239
- * @author huangbo
76240
- * @date 2024年9月7日
76262
+ /**
76263
+ * @desc:处理菜单列表
76264
+ * @author huangbo
76265
+ * @date 2024年9月7日
76241
76266
  **/
76242
76267
  renderMenus: function renderMenus(res) {
76243
76268
  // // console.log(res, 'renderMenus');
@@ -76283,9 +76308,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76283
76308
  // console.log(this.currentPage, 'currentPage');
76284
76309
  },
76285
76310
 
76286
- /**
76287
- * 更新myRemind中各项的权限状态
76288
- * @param {Array} menus - 完整的菜单列表
76311
+ /**
76312
+ * 更新myRemind中各项的权限状态
76313
+ * @param {Array} menus - 完整的菜单列表
76289
76314
  */
76290
76315
  updateRemindPermission: function updateRemindPermission(menus) {
76291
76316
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76313,10 +76338,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76313
76338
  });
76314
76339
  },
76315
76340
 
76316
- /**
76317
- * @desc:设置页面加载类型
76318
- * @author huangbo
76319
- * @date 2024年9月7日
76341
+ /**
76342
+ * @desc:设置页面加载类型
76343
+ * @author huangbo
76344
+ * @date 2024年9月7日
76320
76345
  **/
76321
76346
  setIframeType: function setIframeType(res) {
76322
76347
  var url = res.url;
@@ -76373,10 +76398,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76373
76398
  return res;
76374
76399
  },
76375
76400
 
76376
- /**
76377
- * @desc:获取菜单
76378
- * @author huangbo
76379
- * @date 2024年9月7日
76401
+ /**
76402
+ * @desc:获取菜单
76403
+ * @author huangbo
76404
+ * @date 2024年9月7日
76380
76405
  **/
76381
76406
  getMenu: function getMenu(menus, res, key) {
76382
76407
  if (Array.isArray(menus)) {
@@ -76405,10 +76430,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76405
76430
  return false;
76406
76431
  },
76407
76432
 
76408
- /**
76409
- * @desc:获取菜单第一条数据
76410
- * @author huangbo
76411
- * @date 2024年9月7日
76433
+ /**
76434
+ * @desc:获取菜单第一条数据
76435
+ * @author huangbo
76436
+ * @date 2024年9月7日
76412
76437
  **/
76413
76438
  getFirst: function getFirst(obj) {
76414
76439
  if (!obj) {
@@ -76427,10 +76452,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76427
76452
  }
76428
76453
  },
76429
76454
 
76430
- /**
76431
- * @desc:遍历设置菜单气泡提醒
76432
- * @author huangbo
76433
- * @date 2024年9月7日
76455
+ /**
76456
+ * @desc:遍历设置菜单气泡提醒
76457
+ * @author huangbo
76458
+ * @date 2024年9月7日
76434
76459
  **/
76435
76460
  setTips: function setTips(obj) {
76436
76461
  var _this12 = this;
@@ -76495,10 +76520,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76495
76520
  }
76496
76521
  },
76497
76522
 
76498
- /**
76499
- * @desc:获取气泡提醒
76500
- * @author huangbo
76501
- * @date 2024年9月7日
76523
+ /**
76524
+ * @desc:获取气泡提醒
76525
+ * @author huangbo
76526
+ * @date 2024年9月7日
76502
76527
  **/
76503
76528
  getBadge: function getBadge(res) {
76504
76529
  var num = res.tips || 0;
@@ -76512,10 +76537,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76512
76537
  };
76513
76538
  },
76514
76539
 
76515
- /**
76516
- * @desc:开启weosocket
76517
- * @author huangbo
76518
- * @date 2024年9月7日
76540
+ /**
76541
+ * @desc:开启weosocket
76542
+ * @author huangbo
76543
+ * @date 2024年9月7日
76519
76544
  **/
76520
76545
  initWebSocket: function initWebSocket() {
76521
76546
  var _this14 = this;
@@ -76583,10 +76608,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76583
76608
  });
76584
76609
  },
76585
76610
 
76586
- /**
76587
- * @desc:显示用户信息
76588
- * @author huangbo
76589
- * @date 2024年9月7日
76611
+ /**
76612
+ * @desc:显示用户信息
76613
+ * @author huangbo
76614
+ * @date 2024年9月7日
76590
76615
  **/
76591
76616
  showUserInfo: function showUserInfo() {
76592
76617
  if (this.showUser === false) {
@@ -76594,19 +76619,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76594
76619
  }
76595
76620
  },
76596
76621
 
76597
- /**
76598
- * @desc:删除更多应用菜单点击
76599
- * @author huangbo
76600
- * @date 2024年9月7日
76622
+ /**
76623
+ * @desc:删除更多应用菜单点击
76624
+ * @author huangbo
76625
+ * @date 2024年9月7日
76601
76626
  **/
76602
76627
  handleDelete: function handleDelete(index) {
76603
76628
  this.newApps.splice(index, 1);
76604
76629
  },
76605
76630
 
76606
- /**
76607
- * @desc:显示Drawer界面
76608
- * @author huangbo
76609
- * @date 2024年9月7日
76631
+ /**
76632
+ * @desc:显示Drawer界面
76633
+ * @author huangbo
76634
+ * @date 2024年9月7日
76610
76635
  **/
76611
76636
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76612
76637
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76626,28 +76651,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76626
76651
  }
76627
76652
  },
76628
76653
 
76629
- /**
76630
- * @desc:关闭Drawer界面
76631
- * @author huangbo
76632
- * @date 2024年9月7日
76654
+ /**
76655
+ * @desc:关闭Drawer界面
76656
+ * @author huangbo
76657
+ * @date 2024年9月7日
76633
76658
  **/
76634
76659
  handleCloseDrawer: function handleCloseDrawer() {
76635
76660
  this.drawer = { visible: false };
76636
76661
  },
76637
76662
 
76638
- /**
76639
- * @desc:用户详情请求成功
76640
- * @author huangbo
76641
- * @date 2024年9月7日
76663
+ /**
76664
+ * @desc:用户详情请求成功
76665
+ * @author huangbo
76666
+ * @date 2024年9月7日
76642
76667
  **/
76643
76668
  handleSuccess: function handleSuccess(res) {
76644
76669
  this.simpleUserInfo = res.simpleUserInfo;
76645
76670
  },
76646
76671
 
76647
- /**
76648
- * @desc:修改用户配置
76649
- * @author huangbo
76650
- * @date 2024年9月7日
76672
+ /**
76673
+ * @desc:修改用户配置
76674
+ * @author huangbo
76675
+ * @date 2024年9月7日
76651
76676
  **/
76652
76677
  handleChangeConfig: function handleChangeConfig(name, res) {
76653
76678
  if (name == 'userHeadUrl') {
@@ -76663,10 +76688,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76663
76688
  }
76664
76689
  },
76665
76690
 
76666
- /**
76667
- * @desc:关闭webSocket
76668
- * @author huangbo
76669
- * @date 2024年9月7日
76691
+ /**
76692
+ * @desc:关闭webSocket
76693
+ * @author huangbo
76694
+ * @date 2024年9月7日
76670
76695
  **/
76671
76696
  handlerClose: function handlerClose() {
76672
76697
  if (this.webSocket) {
@@ -76677,10 +76702,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76677
76702
  this.handleRefresh(1);
76678
76703
  },
76679
76704
 
76680
- /**
76681
- * @desc:刷新选中iframe页签
76682
- * @author huangbo
76683
- * @date 2024年9月7日
76705
+ /**
76706
+ * @desc:刷新选中iframe页签
76707
+ * @author huangbo
76708
+ * @date 2024年9月7日
76684
76709
  **/
76685
76710
  handleRefresh: function handleRefresh(arg) {
76686
76711
  if (arg !== 1) {
@@ -76726,10 +76751,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76726
76751
  }
76727
76752
  },
76728
76753
 
76729
- /**
76730
- * @desc:删除iframe
76731
- * @author huangbo
76732
- * @date 2024年9月7日
76754
+ /**
76755
+ * @desc:删除iframe
76756
+ * @author huangbo
76757
+ * @date 2024年9月7日
76733
76758
  **/
76734
76759
  handleRemove: function handleRemove(name) {
76735
76760
  var len = this.tabs.length - 1;
@@ -76746,10 +76771,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76746
76771
  }
76747
76772
  },
76748
76773
 
76749
- /**
76750
- * @desc:tabs鼠标右键事件
76751
- * @author huangbo
76752
- * @date 2024年9月7日
76774
+ /**
76775
+ * @desc:tabs鼠标右键事件
76776
+ * @author huangbo
76777
+ * @date 2024年9月7日
76753
76778
  **/
76754
76779
  handleContextmenu: function handleContextmenu(tabs, e) {
76755
76780
  var disabled = {};
@@ -76774,10 +76799,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76774
76799
  window.addEventListener('click', this.closeTabsEvents);
76775
76800
  },
76776
76801
 
76777
- /**
76778
- * @desc:tabs页签事件
76779
- * @author huangbo
76780
- * @date 2024年9月7日
76802
+ /**
76803
+ * @desc:tabs页签事件
76804
+ * @author huangbo
76805
+ * @date 2024年9月7日
76781
76806
  **/
76782
76807
  handleTabsEvents: function handleTabsEvents(num) {
76783
76808
  if (this.pane !== null) {
@@ -76788,10 +76813,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76788
76813
  },
76789
76814
 
76790
76815
 
76791
- /**
76792
- * @desc:关闭页签事件面板
76793
- * @author huangbo
76794
- * @date 2024年9月7日
76816
+ /**
76817
+ * @desc:关闭页签事件面板
76818
+ * @author huangbo
76819
+ * @date 2024年9月7日
76795
76820
  **/
76796
76821
  closeTabsEvents: function closeTabsEvents(e) {
76797
76822
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76801,10 +76826,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76801
76826
  },
76802
76827
 
76803
76828
 
76804
- /**
76805
- * @desc:tabs页签点击事件
76806
- * @author huangbo
76807
- * @date 2024年9月7日
76829
+ /**
76830
+ * @desc:tabs页签点击事件
76831
+ * @author huangbo
76832
+ * @date 2024年9月7日
76808
76833
  **/
76809
76834
  handleTabClick: function handleTabClick() {
76810
76835
  this.active = '';
@@ -76812,10 +76837,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76812
76837
  this.showMenu = false;
76813
76838
  },
76814
76839
 
76815
- /**
76816
- * @desc:handler工具栏点击事件
76817
- * @author huangbo
76818
- * @date 2024年9月7日
76840
+ /**
76841
+ * @desc:handler工具栏点击事件
76842
+ * @author huangbo
76843
+ * @date 2024年9月7日
76819
76844
  **/
76820
76845
  handleClick: function handleClick(res) {
76821
76846
  var type = res.type,
@@ -76905,10 +76930,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76905
76930
  this.$emit('handler-click', res);
76906
76931
  },
76907
76932
 
76908
- /**
76909
- * @desc:退出登录
76910
- * @author huangbo
76911
- * @date 2024年9月7日
76933
+ /**
76934
+ * @desc:退出登录
76935
+ * @author huangbo
76936
+ * @date 2024年9月7日
76912
76937
  **/
76913
76938
  handleQuit: function handleQuit() {
76914
76939
  var _this15 = this;
@@ -76983,10 +77008,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76983
77008
  }).catch(function (e) {});
76984
77009
  },
76985
77010
 
76986
- /**
76987
- * @desc:主题、消息回调
76988
- * @author huangbo
76989
- * @date 2024年9月7日
77011
+ /**
77012
+ * @desc:主题、消息回调
77013
+ * @author huangbo
77014
+ * @date 2024年9月7日
76990
77015
  **/
76991
77016
  handleChange: function handleChange(res) {
76992
77017
  var type = res.type,
@@ -77002,10 +77027,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77002
77027
  }
77003
77028
  },
77004
77029
 
77005
- /**
77006
- * @desc:菜单布局样式切换
77007
- * @author huangbo
77008
- * @date 2024年9月7日
77030
+ /**
77031
+ * @desc:菜单布局样式切换
77032
+ * @author huangbo
77033
+ * @date 2024年9月7日
77009
77034
  **/
77010
77035
  handleLayout: function handleLayout(res, active) {
77011
77036
  if (active) {
@@ -77015,10 +77040,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77015
77040
  this.$emit('chang-layout', res, active);
77016
77041
  },
77017
77042
 
77018
- /**
77019
- * @desc:消息修改总数
77020
- * @author huangbo
77021
- * @date 2024年9月7日
77043
+ /**
77044
+ * @desc:消息修改总数
77045
+ * @author huangbo
77046
+ * @date 2024年9月7日
77022
77047
  **/
77023
77048
  handleMenuTips: function handleMenuTips(id, num) {
77024
77049
  if (num) {
@@ -77029,10 +77054,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77029
77054
  }
77030
77055
  },
77031
77056
 
77032
- /**
77033
- * @desc:处理即时消息
77034
- * @author huangbo
77035
- * @date 2024年9月7日
77057
+ /**
77058
+ * @desc:处理即时消息
77059
+ * @author huangbo
77060
+ * @date 2024年9月7日
77036
77061
  **/
77037
77062
  handleOpened: function handleOpened(res) {
77038
77063
  var _this16 = this;
@@ -77048,14 +77073,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77048
77073
  }
77049
77074
  },
77050
77075
 
77051
- /**
77052
- * @desc:菜单点击事件
77053
- * @author huangbo
77054
- * @date 2024年9月7日
77055
- * @param {*} res 菜单点击事件参数
77056
- * @param {*} method 菜单点击事件方法
77057
- * 1.顶部菜单点击跳转已经实现
77058
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77076
+ /**
77077
+ * @desc:菜单点击事件
77078
+ * @author huangbo
77079
+ * @date 2024年9月7日
77080
+ * @param {*} res 菜单点击事件参数
77081
+ * @param {*} method 菜单点击事件方法
77082
+ * 1.顶部菜单点击跳转已经实现
77083
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77059
77084
  **/
77060
77085
  handleSelect: function handleSelect(res) {
77061
77086
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84463,19 +84488,19 @@ var QRCode = __webpack_require__(28);
84463
84488
  //设置logo大小
84464
84489
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84465
84490
  //设置获取的logo将其变为圆角以及添加白色背景
84466
- /* ctx.fillStyle = "#fff";
84467
- ctx.beginPath();
84468
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84469
- let w = 46; //圆角宽
84470
- let x = logoPosition - 5;
84471
- let y = logoPosition - 5;
84472
- let r = 5; //圆角半径
84473
- ctx.moveTo(x + r, y);
84474
- ctx.arcTo(x + w, y, x + w, y + h, r);
84475
- ctx.arcTo(x + w, y + h, x, y + h, r);
84476
- ctx.arcTo(x, y + h, x, y, r);
84477
- ctx.arcTo(x, y, x + w, y, r);
84478
- ctx.closePath();
84491
+ /* ctx.fillStyle = "#fff";
84492
+ ctx.beginPath();
84493
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84494
+ let w = 46; //圆角宽
84495
+ let x = logoPosition - 5;
84496
+ let y = logoPosition - 5;
84497
+ let r = 5; //圆角半径
84498
+ ctx.moveTo(x + r, y);
84499
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84500
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84501
+ ctx.arcTo(x, y + h, x, y, r);
84502
+ ctx.arcTo(x, y, x + w, y, r);
84503
+ ctx.closePath();
84479
84504
  ctx.fill(); */
84480
84505
  logo.onload = function () {
84481
84506
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102630,7 +102655,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102630
102655
  }
102631
102656
 
102632
102657
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102633
- version: '0.8.3',
102658
+ version: '0.8.4',
102634
102659
  install: install,
102635
102660
  Button: packages_button,
102636
102661
  ButtonGroup: button_group,