eoss-ui 0.7.98 → 0.8.0

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 (232) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/data-table.js +16 -13
  3. package/lib/eoss-ui.common.js +681 -671
  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/select.js +15 -8
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/package.json +1 -1
  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/calendar/index.js +5 -5
  16. package/packages/calogin/index.js +5 -5
  17. package/packages/calogin/src/plugin.js +915 -915
  18. package/packages/card/index.js +5 -5
  19. package/packages/card/src/main.vue +156 -156
  20. package/packages/cascader/index.js +5 -5
  21. package/packages/cascader/src/main.vue +168 -168
  22. package/packages/checkbox-group/index.js +5 -5
  23. package/packages/checkbox-group/src/main.vue +333 -333
  24. package/packages/clients/index.js +5 -5
  25. package/packages/data-table/index.js +5 -5
  26. package/packages/data-table/src/children.vue +39 -39
  27. package/packages/data-table/src/column.vue +2 -1
  28. package/packages/data-table/src/main.vue +1847 -1845
  29. package/packages/data-table/src/sizer.vue +195 -195
  30. package/packages/data-table-form/index.js +5 -5
  31. package/packages/data-table-form/src/checkbox.vue +101 -101
  32. package/packages/data-table-form/src/colgroup.vue +17 -17
  33. package/packages/data-table-form/src/main.vue +181 -181
  34. package/packages/data-table-form/src/radio.vue +65 -65
  35. package/packages/data-table-form/src/table.vue +233 -233
  36. package/packages/data-table-form/src/tbody.vue +336 -336
  37. package/packages/data-table-form/src/thead.vue +68 -68
  38. package/packages/date-picker/index.js +5 -5
  39. package/packages/date-picker/src/main.vue +236 -236
  40. package/packages/dialog/index.js +5 -5
  41. package/packages/enable-drag/index.js +5 -5
  42. package/packages/enterprise/index.js +5 -5
  43. package/packages/enterprise/src/main.vue +66 -66
  44. package/packages/error-page/index.js +5 -5
  45. package/packages/error-page/src/main.vue +44 -44
  46. package/packages/flow/index.js +5 -5
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/TimeLimit.vue +190 -190
  49. package/packages/flow/src/main.vue +4145 -4145
  50. package/packages/flow-group/index.js +5 -5
  51. package/packages/flow-group/src/main.vue +750 -750
  52. package/packages/flow-list/index.js +5 -5
  53. package/packages/form/index.js +5 -5
  54. package/packages/handle-user/index.js +5 -5
  55. package/packages/handle-user/src/main.vue +137 -137
  56. package/packages/handler/index.js +5 -5
  57. package/packages/handler/src/main.vue +499 -499
  58. package/packages/icon/index.js +5 -5
  59. package/packages/icons/index.js +5 -5
  60. package/packages/icons/src/main.vue +81 -81
  61. package/packages/input/index.js +5 -5
  62. package/packages/input/src/main.vue +356 -356
  63. package/packages/input-number/index.js +5 -5
  64. package/packages/input-number/src/main.vue +106 -106
  65. package/packages/label/index.js +5 -5
  66. package/packages/label/src/main.vue +457 -457
  67. package/packages/layout/index.js +5 -5
  68. package/packages/layout/src/item.vue +152 -152
  69. package/packages/layout/src/main.vue +31 -31
  70. package/packages/login/index.js +5 -5
  71. package/packages/login/src/main.vue +2088 -2088
  72. package/packages/main/index.js +5 -5
  73. package/packages/main/src/default/message.vue +249 -249
  74. package/packages/main/src/default/notice.vue +157 -157
  75. package/packages/main/src/default/userinfo.vue +513 -513
  76. package/packages/main/src/simplicity/index.vue +2335 -2335
  77. package/packages/main/src/simplicity/lists.vue +84 -84
  78. package/packages/main/src/simplicity/router-page.vue +45 -45
  79. package/packages/main/src/simplicity/userinfo.vue +408 -408
  80. package/packages/main/src/simplicityTop/index.vue +2625 -2625
  81. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  82. package/packages/menu/index.js +5 -5
  83. package/packages/nav/index.js +5 -5
  84. package/packages/notify/index.js +5 -5
  85. package/packages/notify/src/main.vue +538 -538
  86. package/packages/page/index.js +5 -5
  87. package/packages/page/src/main.vue +167 -167
  88. package/packages/pagination/index.js +5 -5
  89. package/packages/pagination/src/main.vue +96 -96
  90. package/packages/player/index.js +5 -5
  91. package/packages/player/src/main.vue +194 -194
  92. package/packages/qr-code/index.js +5 -5
  93. package/packages/qr-code/src/main.vue +170 -170
  94. package/packages/radio-group/index.js +6 -6
  95. package/packages/radio-group/src/main.vue +319 -319
  96. package/packages/retrial-auth/index.js +5 -5
  97. package/packages/retrial-auth/src/main.vue +299 -299
  98. package/packages/select/index.js +5 -5
  99. package/packages/select/src/main.vue +17 -10
  100. package/packages/select-ganged/index.js +5 -5
  101. package/packages/select-ganged/src/main.vue +724 -724
  102. package/packages/selector/index.js +5 -5
  103. package/packages/selector-panel/index.js +5 -5
  104. package/packages/selector-panel/src/tree.vue +129 -129
  105. package/packages/sizer/index.js +5 -5
  106. package/packages/sizer/src/main.vue +254 -254
  107. package/packages/steps/index.js +5 -5
  108. package/packages/steps/src/main.vue +181 -181
  109. package/packages/switch/index.js +5 -5
  110. package/packages/table-form/index.js +5 -5
  111. package/packages/tabs/index.js +5 -5
  112. package/packages/tabs/src/main.vue +788 -788
  113. package/packages/tabs-panel/index.js +5 -5
  114. package/packages/tabs-panel/src/main.vue +29 -29
  115. package/packages/theme-chalk/gulpfile.js +25 -0
  116. package/packages/theme-chalk/src/base.scss +261 -261
  117. package/packages/theme-chalk/src/button-group.scss +176 -176
  118. package/packages/theme-chalk/src/button.scss +24 -24
  119. package/packages/theme-chalk/src/calendar.scss +113 -113
  120. package/packages/theme-chalk/src/card.scss +99 -99
  121. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  122. package/packages/theme-chalk/src/clients.scss +87 -87
  123. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  124. package/packages/theme-chalk/src/date-picker.scss +7 -7
  125. package/packages/theme-chalk/src/dialog.scss +77 -77
  126. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  127. package/packages/theme-chalk/src/enterprise.scss +5 -5
  128. package/packages/theme-chalk/src/error-page.scss +18 -18
  129. package/packages/theme-chalk/src/flow-group.scss +110 -110
  130. package/packages/theme-chalk/src/handle-user.scss +40 -40
  131. package/packages/theme-chalk/src/icons.scss +99 -99
  132. package/packages/theme-chalk/src/input.scss +9 -9
  133. package/packages/theme-chalk/src/label.scss +24 -24
  134. package/packages/theme-chalk/src/layout.scss +46 -46
  135. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  136. package/packages/theme-chalk/src/nav.scss +111 -111
  137. package/packages/theme-chalk/src/page.scss +3 -3
  138. package/packages/theme-chalk/src/pagination.scss +29 -29
  139. package/packages/theme-chalk/src/player.scss +9 -9
  140. package/packages/theme-chalk/src/qr-code.scss +17 -17
  141. package/packages/theme-chalk/src/radio-group.scss +9 -9
  142. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  143. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  144. package/packages/theme-chalk/src/select.scss +8 -8
  145. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  146. package/packages/theme-chalk/src/sizer.scss +36 -36
  147. package/packages/theme-chalk/src/steps.scss +88 -88
  148. package/packages/theme-chalk/src/switch.scss +3 -3
  149. package/packages/theme-chalk/src/table-form.scss +1 -1
  150. package/packages/theme-chalk/src/tabs.scss +87 -87
  151. package/packages/theme-chalk/src/tips.scss +7 -7
  152. package/packages/theme-chalk/src/toolbar.scss +179 -179
  153. package/packages/theme-chalk/src/tree-group.scss +72 -72
  154. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  155. package/packages/tips/index.js +5 -5
  156. package/packages/toolbar/index.js +5 -5
  157. package/packages/tree/index.js +5 -5
  158. package/packages/tree-group/index.js +5 -5
  159. package/packages/upload/index.js +5 -5
  160. package/packages/upload/src/picture.js +15 -15
  161. package/packages/wujie/index.js +5 -5
  162. package/packages/wxlogin/index.js +5 -5
  163. package/packages/wxlogin/src/main.vue +128 -128
  164. package/src/config/image.js +2 -2
  165. package/src/index.js +1 -1
  166. package/src/utils/bus.js +3 -3
  167. package/src/utils/date-util.js +312 -312
  168. package/src/utils/http.js +50 -50
  169. package/src/utils/store.js +21 -21
  170. package/src/utils/webSocket.js +107 -107
  171. package/packages/theme-chalk/lib/base.css +0 -1
  172. package/packages/theme-chalk/lib/button-group.css +0 -1
  173. package/packages/theme-chalk/lib/button.css +0 -1
  174. package/packages/theme-chalk/lib/calendar.css +0 -1
  175. package/packages/theme-chalk/lib/calogin.css +0 -0
  176. package/packages/theme-chalk/lib/card.css +0 -1
  177. package/packages/theme-chalk/lib/cascader.css +0 -0
  178. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  179. package/packages/theme-chalk/lib/clients.css +0 -1
  180. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  181. package/packages/theme-chalk/lib/data-table.css +0 -1
  182. package/packages/theme-chalk/lib/date-picker.css +0 -1
  183. package/packages/theme-chalk/lib/dialog.css +0 -1
  184. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  185. package/packages/theme-chalk/lib/enterprise.css +0 -1
  186. package/packages/theme-chalk/lib/error-page.css +0 -1
  187. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  188. package/packages/theme-chalk/lib/flow-group.css +0 -1
  189. package/packages/theme-chalk/lib/flow-list.css +0 -1
  190. package/packages/theme-chalk/lib/flow.css +0 -1
  191. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  192. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  193. package/packages/theme-chalk/lib/form.css +0 -1
  194. package/packages/theme-chalk/lib/handle-user.css +0 -1
  195. package/packages/theme-chalk/lib/handler.css +0 -1
  196. package/packages/theme-chalk/lib/icon.css +0 -1
  197. package/packages/theme-chalk/lib/icons.css +0 -1
  198. package/packages/theme-chalk/lib/index.css +0 -1
  199. package/packages/theme-chalk/lib/input-number.css +0 -0
  200. package/packages/theme-chalk/lib/input.css +0 -1
  201. package/packages/theme-chalk/lib/label.css +0 -1
  202. package/packages/theme-chalk/lib/layout.css +0 -1
  203. package/packages/theme-chalk/lib/login.css +0 -1
  204. package/packages/theme-chalk/lib/main.css +0 -1
  205. package/packages/theme-chalk/lib/menu.css +0 -1
  206. package/packages/theme-chalk/lib/nav.css +0 -1
  207. package/packages/theme-chalk/lib/notify.css +0 -0
  208. package/packages/theme-chalk/lib/page.css +0 -1
  209. package/packages/theme-chalk/lib/pagination.css +0 -1
  210. package/packages/theme-chalk/lib/player.css +0 -1
  211. package/packages/theme-chalk/lib/qr-code.css +0 -1
  212. package/packages/theme-chalk/lib/radio-group.css +0 -1
  213. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  214. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  215. package/packages/theme-chalk/lib/select.css +0 -1
  216. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  217. package/packages/theme-chalk/lib/selector.css +0 -1
  218. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  219. package/packages/theme-chalk/lib/simplicity.css +0 -1
  220. package/packages/theme-chalk/lib/sizer.css +0 -1
  221. package/packages/theme-chalk/lib/steps.css +0 -1
  222. package/packages/theme-chalk/lib/switch.css +0 -1
  223. package/packages/theme-chalk/lib/table-form.css +0 -0
  224. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  225. package/packages/theme-chalk/lib/tabs.css +0 -1
  226. package/packages/theme-chalk/lib/tips.css +0 -1
  227. package/packages/theme-chalk/lib/toolbar.css +0 -1
  228. package/packages/theme-chalk/lib/tree-group.css +0 -1
  229. package/packages/theme-chalk/lib/tree.css +0 -1
  230. package/packages/theme-chalk/lib/upload.css +0 -1
  231. package/packages/theme-chalk/lib/wujie.css +0 -0
  232. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -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=40d1bd38&
9803
- var mainvue_type_template_id_40d1bd38_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=d5922368&
9803
+ var mainvue_type_template_id_d5922368_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_40d1bd38_render = function () {
10201
10201
  1
10202
10202
  )
10203
10203
  }
10204
- var mainvue_type_template_id_40d1bd38_staticRenderFns = []
10205
- mainvue_type_template_id_40d1bd38_render._withStripped = true
10204
+ var mainvue_type_template_id_d5922368_staticRenderFns = []
10205
+ mainvue_type_template_id_d5922368_render._withStripped = true
10206
10206
 
10207
10207
 
10208
- // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=40d1bd38&
10208
+ // CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=d5922368&
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=271bb842&
10211
10211
  var childrenvue_type_template_id_271bb842_render = function () {
@@ -10263,8 +10263,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
10263
10263
 
10264
10264
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
10265
10265
 
10266
- // 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=26df6c57&
10267
- var columnvue_type_template_id_26df6c57_render = function () {
10266
+ // 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=79d6d05e&
10267
+ var columnvue_type_template_id_79d6d05e_render = function () {
10268
10268
  var _vm = this
10269
10269
  var _h = _vm.$createElement
10270
10270
  var _c = _vm._self._c || _h
@@ -11074,11 +11074,11 @@ var columnvue_type_template_id_26df6c57_render = function () {
11074
11074
  2
11075
11075
  )
11076
11076
  }
11077
- var columnvue_type_template_id_26df6c57_staticRenderFns = []
11078
- columnvue_type_template_id_26df6c57_render._withStripped = true
11077
+ var columnvue_type_template_id_79d6d05e_staticRenderFns = []
11078
+ columnvue_type_template_id_79d6d05e_render._withStripped = true
11079
11079
 
11080
11080
 
11081
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=26df6c57&
11081
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=79d6d05e&
11082
11082
 
11083
11083
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=script&lang=js&
11084
11084
 
@@ -11870,7 +11870,7 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
11870
11870
  var field = this.field || this.prop;
11871
11871
  var data = this.option;
11872
11872
  var str = '';
11873
- var column = rows[field] ? JSON.parse(JSON.stringify(rows[field])) : '';
11873
+ var column = rows[field] || rows[field] == 0 ? JSON.parse(JSON.stringify(rows[field])) : '';
11874
11874
  if (typeof column == 'string' && column.includes(',')) {
11875
11875
  column = column.split(',');
11876
11876
  }
@@ -11916,6 +11916,7 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
11916
11916
  var item = obj[i];
11917
11917
  var value = item[this.valueKey || 'cciValue'] || item['value'];
11918
11918
  if (value == val) {
11919
+ console.log('value', value);
11919
11920
  return item[this.labelKey] || item['name'] || item['label'] || item['shortName'];
11920
11921
  } else if (item.children && item.children.length) {
11921
11922
  return this.getLabel(item.children, val);
@@ -12023,8 +12024,8 @@ function columnvue_type_script_lang_js_asyncToGenerator(fn) { return function ()
12023
12024
 
12024
12025
  var column_component = normalizeComponent(
12025
12026
  src_columnvue_type_script_lang_js_,
12026
- columnvue_type_template_id_26df6c57_render,
12027
- columnvue_type_template_id_26df6c57_staticRenderFns,
12027
+ columnvue_type_template_id_79d6d05e_render,
12028
+ columnvue_type_template_id_79d6d05e_staticRenderFns,
12028
12029
  false,
12029
12030
  null,
12030
12031
  null,
@@ -13302,6 +13303,8 @@ var pageView = utils_util.getParams('pageView');
13302
13303
  params: params,
13303
13304
  data: params
13304
13305
  }).then(function (res) {
13306
+ console.log('res options', res);
13307
+ console.log('item', item);
13305
13308
  if (res.rCode === 0) {
13306
13309
  if (item.type == 'ganged') {
13307
13310
  _this7.$set(_this7.options, item.sysCode || item.field || item.prop, [JSON.parse(JSON.stringify(res.results))]);
@@ -14088,8 +14091,8 @@ var pageView = utils_util.getParams('pageView');
14088
14091
 
14089
14092
  var data_table_src_main_component = normalizeComponent(
14090
14093
  packages_data_table_src_mainvue_type_script_lang_js_,
14091
- mainvue_type_template_id_40d1bd38_render,
14092
- mainvue_type_template_id_40d1bd38_staticRenderFns,
14094
+ mainvue_type_template_id_d5922368_render,
14095
+ mainvue_type_template_id_d5922368_staticRenderFns,
14093
14096
  false,
14094
14097
  null,
14095
14098
  null,
@@ -50024,11 +50027,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50024
50027
  });
50025
50028
  },
50026
50029
 
50027
- /**
50028
- * saveInfo
50029
- * @desc:暂存
50030
- * @author liufan
50031
- * @date 2022年9月9日
50030
+ /**
50031
+ * saveInfo
50032
+ * @desc:暂存
50033
+ * @author liufan
50034
+ * @date 2022年9月9日
50032
50035
  **/
50033
50036
  saveInfo: function saveInfo(type, btn) {
50034
50037
  var _this13 = this;
@@ -50090,11 +50093,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50090
50093
  });
50091
50094
  },
50092
50095
 
50093
- /**
50094
- * rejectBtn
50095
- * @desc:点击驳回
50096
- * @author liufan
50097
- * @date 2022年5月25日
50096
+ /**
50097
+ * rejectBtn
50098
+ * @desc:点击驳回
50099
+ * @author liufan
50100
+ * @date 2022年5月25日
50098
50101
  **/
50099
50102
  rejectBtn: function rejectBtn() {
50100
50103
  var _this15 = this;
@@ -50112,11 +50115,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50112
50115
  }
50113
50116
  },
50114
50117
 
50115
- /**
50116
- * taskReadBtn
50117
- * @desc:点击分阅
50118
- * @author liufan
50119
- * @date 2022年5月25日
50118
+ /**
50119
+ * taskReadBtn
50120
+ * @desc:点击分阅
50121
+ * @author liufan
50122
+ * @date 2022年5月25日
50120
50123
  **/
50121
50124
  taskReadBtn: function taskReadBtn() {
50122
50125
  var _this16 = this;
@@ -50135,11 +50138,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50135
50138
  }
50136
50139
  },
50137
50140
 
50138
- /**
50139
- * getFind
50140
- * @desc:获取通知方式
50141
- * @author liufan
50142
- * @date 2022年5月25日
50141
+ /**
50142
+ * getFind
50143
+ * @desc:获取通知方式
50144
+ * @author liufan
50145
+ * @date 2022年5月25日
50143
50146
  **/
50144
50147
  getFind: function getFind() {
50145
50148
  var _this17 = this;
@@ -50205,12 +50208,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50205
50208
  });
50206
50209
  },
50207
50210
 
50208
- /**
50209
- * endFlows
50210
- * @desc:直接办结
50211
- * @author liufan
50212
- * @param {Object} res 直接办结数据
50213
- * @date 2022年5月25日
50211
+ /**
50212
+ * endFlows
50213
+ * @desc:直接办结
50214
+ * @author liufan
50215
+ * @param {Object} res 直接办结数据
50216
+ * @date 2022年5月25日
50214
50217
  **/
50215
50218
  endFlows: function endFlows(res) {
50216
50219
  var _this19 = this;
@@ -50265,12 +50268,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50265
50268
  }).catch(function (e) {});
50266
50269
  },
50267
50270
 
50268
- /**
50269
- * goView
50270
- * @desc:更多流程按钮操作
50271
- * @author liufan
50272
- * @param {Object} res 当前点击操作按钮数据
50273
- * @date 2022年5月25日
50271
+ /**
50272
+ * goView
50273
+ * @desc:更多流程按钮操作
50274
+ * @author liufan
50275
+ * @param {Object} res 当前点击操作按钮数据
50276
+ * @date 2022年5月25日
50274
50277
  **/
50275
50278
  goView: function goView(res) {
50276
50279
  // 驳回并办结:rejectAndEndHtml
@@ -50357,11 +50360,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50357
50360
  // isCanStartSubFlow
50358
50361
  },
50359
50362
 
50360
- /**
50361
- * toTakeAdvice
50362
- * @desc:征求意见
50363
- * @author liufan
50364
- * @date 2022年9月29日
50363
+ /**
50364
+ * toTakeAdvice
50365
+ * @desc:征求意见
50366
+ * @author liufan
50367
+ * @date 2022年9月29日
50365
50368
  **/
50366
50369
  toTakeAdvice: function toTakeAdvice(res) {
50367
50370
  var _this21 = this;
@@ -50405,11 +50408,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50405
50408
  });
50406
50409
  },
50407
50410
 
50408
- /**
50409
- * toStartDraf
50410
- * @desc: 稿件递送、联合审核、复核
50411
- * @author liufan
50412
- * @date 2022年9月29日
50411
+ /**
50412
+ * toStartDraf
50413
+ * @desc: 稿件递送、联合审核、复核
50414
+ * @author liufan
50415
+ * @date 2022年9月29日
50413
50416
  **/
50414
50417
  toStartDraf: function toStartDraf(res) {
50415
50418
  var _this23 = this;
@@ -50423,11 +50426,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50423
50426
  }
50424
50427
  },
50425
50428
 
50426
- /**
50427
- * toSendMsg
50428
- * @desc:核稿通知
50429
- * @author liufan
50430
- * @date 2022年9月29日
50429
+ /**
50430
+ * toSendMsg
50431
+ * @desc:核稿通知
50432
+ * @author liufan
50433
+ * @date 2022年9月29日
50431
50434
  **/
50432
50435
  toSendMsg: function toSendMsg(res) {
50433
50436
  var _this24 = this;
@@ -50441,11 +50444,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50441
50444
  }
50442
50445
  },
50443
50446
 
50444
- /**
50445
- * toTaskReadAndEnd
50446
- * @desc:分阅并办结
50447
- * @author liufan
50448
- * @date 2022年9月29日
50447
+ /**
50448
+ * toTaskReadAndEnd
50449
+ * @desc:分阅并办结
50450
+ * @author liufan
50451
+ * @date 2022年9月29日
50449
50452
  **/
50450
50453
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50451
50454
  var _this25 = this;
@@ -50463,11 +50466,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50463
50466
  }
50464
50467
  },
50465
50468
 
50466
- /**
50467
- * rejectAndEnd
50468
- * @desc:驳回并办结
50469
- * @author liufan
50470
- * @date 2022年9月29日
50469
+ /**
50470
+ * rejectAndEnd
50471
+ * @desc:驳回并办结
50472
+ * @author liufan
50473
+ * @date 2022年9月29日
50471
50474
  **/
50472
50475
  rejectAndEnd: function rejectAndEnd(res) {
50473
50476
  var _this26 = this;
@@ -50523,11 +50526,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50523
50526
  });
50524
50527
  },
50525
50528
 
50526
- /**
50527
- * toTransfer
50528
- * @desc:转办
50529
- * @author liufan
50530
- * @date 2022年9月29日
50529
+ /**
50530
+ * toTransfer
50531
+ * @desc:转办
50532
+ * @author liufan
50533
+ * @date 2022年9月29日
50531
50534
  **/
50532
50535
  toTransfer: function toTransfer(res) {
50533
50536
  var _this28 = this;
@@ -50546,11 +50549,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50546
50549
  this.nextNode.customLimitTime = val;
50547
50550
  },
50548
50551
 
50549
- /**
50550
- * getNodeInfo
50551
- * @desc:获取节点信息
50552
- * @author liufan
50553
- * @date 2022年5月25日
50552
+ /**
50553
+ * getNodeInfo
50554
+ * @desc:获取节点信息
50555
+ * @author liufan
50556
+ * @date 2022年5月25日
50554
50557
  **/
50555
50558
  getNodeInfo: function getNodeInfo() {
50556
50559
  var _this29 = this;
@@ -50661,12 +50664,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50661
50664
  });
50662
50665
  },
50663
50666
 
50664
- /**
50665
- * selecNext
50666
- * @desc:下步节点变化时更新数据
50667
- * @author liufan
50668
- * @param {String} val 当前选中值
50669
- * @date 2022年5月25日
50667
+ /**
50668
+ * selecNext
50669
+ * @desc:下步节点变化时更新数据
50670
+ * @author liufan
50671
+ * @param {String} val 当前选中值
50672
+ * @date 2022年5月25日
50670
50673
  **/
50671
50674
  selecNext: function selecNext(val, type, isDef) {
50672
50675
  var _this30 = this;
@@ -50799,11 +50802,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50799
50802
  this.getNodeInfo();
50800
50803
  },
50801
50804
 
50802
- /**
50803
- * isMultiple
50804
- * @desc:是否多选
50805
- * @author liufan
50806
- * @date 2022年9月13日
50805
+ /**
50806
+ * isMultiple
50807
+ * @desc:是否多选
50808
+ * @author liufan
50809
+ * @date 2022年9月13日
50807
50810
  **/
50808
50811
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50809
50812
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50835,11 +50838,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50835
50838
  }
50836
50839
  },
50837
50840
 
50838
- /**
50839
- * getHedInfo
50840
- * @desc:获取审核页面数据
50841
- * @author liufan
50842
- * @date 2022年5月25日
50841
+ /**
50842
+ * getHedInfo
50843
+ * @desc:获取审核页面数据
50844
+ * @author liufan
50845
+ * @date 2022年5月25日
50843
50846
  **/
50844
50847
  getHedInfo: function getHedInfo() {
50845
50848
  var _this31 = this;
@@ -51150,13 +51153,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51150
51153
  });
51151
51154
  },
51152
51155
 
51153
- /**
51154
- * closeProcess
51155
- * @desc:关闭弹窗
51156
- * @author liufan
51157
- * @param {boolean} val 当前是否办理流程
51158
- * @param {String} type 当前点击的弹窗类型
51159
- * @date 2022年5月25日
51156
+ /**
51157
+ * closeProcess
51158
+ * @desc:关闭弹窗
51159
+ * @author liufan
51160
+ * @param {boolean} val 当前是否办理流程
51161
+ * @param {String} type 当前点击的弹窗类型
51162
+ * @date 2022年5月25日
51160
51163
  **/
51161
51164
  closeProcess: function closeProcess(val, type, closeParent) {
51162
51165
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51176,23 +51179,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51176
51179
  }
51177
51180
  },
51178
51181
 
51179
- /**
51180
- * selectChange
51181
- * @desc:常用语选择
51182
- * @author liufan
51183
- * @param {String} val 选中值
51184
- * @date 2022年5月25日
51182
+ /**
51183
+ * selectChange
51184
+ * @desc:常用语选择
51185
+ * @author liufan
51186
+ * @param {String} val 选中值
51187
+ * @date 2022年5月25日
51185
51188
  **/
51186
51189
  selectChange: function selectChange(val) {
51187
51190
  this.value = val;
51188
51191
  },
51189
51192
 
51190
- /**
51191
- * upDate
51192
- * @desc:修改常用语
51193
- * @author liufan
51194
- * @param {Object} val 修改值
51195
- * @date 2022年5月25日
51193
+ /**
51194
+ * upDate
51195
+ * @desc:修改常用语
51196
+ * @author liufan
51197
+ * @param {Object} val 修改值
51198
+ * @date 2022年5月25日
51196
51199
  **/
51197
51200
  upDate: function upDate(val) {
51198
51201
  this.FormData.id = val.id;
@@ -51200,11 +51203,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51200
51203
  },
51201
51204
 
51202
51205
 
51203
- /**
51204
- * getProcess
51205
- * @desc:获取选择流程
51206
- * @author liufan
51207
- * @date 2022年5月25日
51206
+ /**
51207
+ * getProcess
51208
+ * @desc:获取选择流程
51209
+ * @author liufan
51210
+ * @date 2022年5月25日
51208
51211
  **/
51209
51212
  getProcess: function getProcess(val) {
51210
51213
  var _this32 = this;
@@ -51264,11 +51267,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51264
51267
  });
51265
51268
  },
51266
51269
 
51267
- /**
51268
- * getPendedhistoryList
51269
- * @desc:获取流程列表
51270
- * @author liufan
51271
- * @date 2022年5月25日
51270
+ /**
51271
+ * getPendedhistoryList
51272
+ * @desc:获取流程列表
51273
+ * @author liufan
51274
+ * @date 2022年5月25日
51272
51275
  **/
51273
51276
  getPendedhistoryList: function getPendedhistoryList() {
51274
51277
  var _this33 = this;
@@ -51339,12 +51342,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51339
51342
  beforeSubProcess: function beforeSubProcess() {},
51340
51343
 
51341
51344
  // 提交流程
51342
- /**
51343
- * subProcess
51344
- * @desc:提交流程
51345
- * @author liufan
51346
- * @param {String} formName 当前form表单ref值
51347
- * @date 2022年5月25日
51345
+ /**
51346
+ * subProcess
51347
+ * @desc:提交流程
51348
+ * @author liufan
51349
+ * @param {String} formName 当前form表单ref值
51350
+ * @date 2022年5月25日
51348
51351
  **/
51349
51352
  subProcess: function subProcess(val, type) {
51350
51353
  var _this35 = this;
@@ -70344,10 +70347,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70344
70347
  this.$refs.user.handleSelect(res);
70345
70348
  },
70346
70349
 
70347
- /**
70348
- * @desc:匹配路由
70349
- * @author huangbo
70350
- * @date 2024年9月7日
70350
+ /**
70351
+ * @desc:匹配路由
70352
+ * @author huangbo
70353
+ * @date 2024年9月7日
70351
70354
  **/
70352
70355
  hasRouter: function hasRouter(res, url, code) {
70353
70356
  if (!url) {
@@ -70391,10 +70394,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70391
70394
  return false;
70392
70395
  },
70393
70396
 
70394
- /**
70395
- * @desc:获取初始数据
70396
- * @author huangbo
70397
- * @date 2024年9月7日
70397
+ /**
70398
+ * @desc:获取初始数据
70399
+ * @author huangbo
70400
+ * @date 2024年9月7日
70398
70401
  **/
70399
70402
  init: function init(results, first) {
70400
70403
  this.setConfig(results);
@@ -70403,10 +70406,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70403
70406
  }
70404
70407
  },
70405
70408
 
70406
- /**
70407
- * @desc:设置用户配置及信息
70408
- * @author huangbo
70409
- * @date 2024年9月7日
70409
+ /**
70410
+ * @desc:设置用户配置及信息
70411
+ * @author huangbo
70412
+ * @date 2024年9月7日
70410
70413
  **/
70411
70414
  setConfig: function setConfig(results) {
70412
70415
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70574,10 +70577,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70574
70577
  }
70575
70578
  },
70576
70579
 
70577
- /**
70578
- * @desc:获取所有应用
70579
- * @author huangbo
70580
- * @date 2024年9月7日
70580
+ /**
70581
+ * @desc:获取所有应用
70582
+ * @author huangbo
70583
+ * @date 2024年9月7日
70581
70584
  **/
70582
70585
  getApplications: function getApplications() {
70583
70586
  var _this2 = this;
@@ -70625,10 +70628,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70625
70628
  });
70626
70629
  },
70627
70630
 
70628
- /**
70629
- * @desc:获取菜单列表
70630
- * @author huangbo
70631
- * @date 2024年9月7日
70631
+ /**
70632
+ * @desc:获取菜单列表
70633
+ * @author huangbo
70634
+ * @date 2024年9月7日
70632
70635
  **/
70633
70636
  getMenus: function getMenus(loading) {
70634
70637
  var _this3 = this;
@@ -70661,10 +70664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70661
70664
  });
70662
70665
  },
70663
70666
 
70664
- /**
70665
- * @desc:处理菜单列表
70666
- * @author huangbo
70667
- * @date 2024年9月7日
70667
+ /**
70668
+ * @desc:处理菜单列表
70669
+ * @author huangbo
70670
+ * @date 2024年9月7日
70668
70671
  **/
70669
70672
  renderMenus: function renderMenus(res) {
70670
70673
  this.menus = res;
@@ -70760,10 +70763,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70760
70763
  }
70761
70764
  },
70762
70765
 
70763
- /**
70764
- * @desc:设置页面加载类型
70765
- * @author huangbo
70766
- * @date 2024年9月7日
70766
+ /**
70767
+ * @desc:设置页面加载类型
70768
+ * @author huangbo
70769
+ * @date 2024年9月7日
70767
70770
  **/
70768
70771
  setIframeType: function setIframeType(res) {
70769
70772
  var url = res.url;
@@ -70819,10 +70822,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70819
70822
  return res;
70820
70823
  },
70821
70824
 
70822
- /**
70823
- * @desc:获取菜单
70824
- * @author huangbo
70825
- * @date 2024年9月7日
70825
+ /**
70826
+ * @desc:获取菜单
70827
+ * @author huangbo
70828
+ * @date 2024年9月7日
70826
70829
  **/
70827
70830
  getMenu: function getMenu(menus, res, key) {
70828
70831
  if (Array.isArray(menus)) {
@@ -70851,10 +70854,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70851
70854
  return false;
70852
70855
  },
70853
70856
 
70854
- /**
70855
- * @desc:获取菜单第一条数据
70856
- * @author huangbo
70857
- * @date 2024年9月7日
70857
+ /**
70858
+ * @desc:获取菜单第一条数据
70859
+ * @author huangbo
70860
+ * @date 2024年9月7日
70858
70861
  **/
70859
70862
  getFirst: function getFirst(obj) {
70860
70863
  if (!obj) {
@@ -70873,10 +70876,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70873
70876
  }
70874
70877
  },
70875
70878
 
70876
- /**
70877
- * @desc:遍历设置菜单气泡提醒
70878
- * @author huangbo
70879
- * @date 2024年9月7日
70879
+ /**
70880
+ * @desc:遍历设置菜单气泡提醒
70881
+ * @author huangbo
70882
+ * @date 2024年9月7日
70880
70883
  **/
70881
70884
  setTips: function setTips(obj) {
70882
70885
  var _this4 = this;
@@ -70947,10 +70950,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70947
70950
  }
70948
70951
  },
70949
70952
 
70950
- /**
70951
- * @desc:获取气泡提醒
70952
- * @author huangbo
70953
- * @date 2024年9月7日
70953
+ /**
70954
+ * @desc:获取气泡提醒
70955
+ * @author huangbo
70956
+ * @date 2024年9月7日
70954
70957
  **/
70955
70958
  getBadge: function getBadge(res) {
70956
70959
  var num = res.tips || 0;
@@ -70964,10 +70967,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70964
70967
  };
70965
70968
  },
70966
70969
 
70967
- /**
70968
- * @desc:开启weosocket
70969
- * @author huangbo
70970
- * @date 2024年9月7日
70970
+ /**
70971
+ * @desc:开启weosocket
70972
+ * @author huangbo
70973
+ * @date 2024年9月7日
70971
70974
  **/
70972
70975
  initWebSocket: function initWebSocket() {
70973
70976
  var _this6 = this;
@@ -71016,10 +71019,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71016
71019
  });
71017
71020
  },
71018
71021
 
71019
- /**
71020
- * @desc:显示用户信息
71021
- * @author huangbo
71022
- * @date 2024年9月7日
71022
+ /**
71023
+ * @desc:显示用户信息
71024
+ * @author huangbo
71025
+ * @date 2024年9月7日
71023
71026
  **/
71024
71027
  showUserInfo: function showUserInfo() {
71025
71028
  if (this.showUser === false) {
@@ -71027,19 +71030,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71027
71030
  }
71028
71031
  },
71029
71032
 
71030
- /**
71031
- * @desc:删除更多应用菜单点击
71032
- * @author huangbo
71033
- * @date 2024年9月7日
71033
+ /**
71034
+ * @desc:删除更多应用菜单点击
71035
+ * @author huangbo
71036
+ * @date 2024年9月7日
71034
71037
  **/
71035
71038
  handleDelete: function handleDelete(index) {
71036
71039
  this.newApps.splice(index, 1);
71037
71040
  },
71038
71041
 
71039
- /**
71040
- * @desc:储存更多应用菜单点击
71041
- * @author huangbo
71042
- * @date 2024年9月7日
71042
+ /**
71043
+ * @desc:储存更多应用菜单点击
71044
+ * @author huangbo
71045
+ * @date 2024年9月7日
71043
71046
  **/
71044
71047
  handlerClickApps: function handlerClickApps(res) {
71045
71048
  if (res.permission === false) {
@@ -71052,10 +71055,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71052
71055
  this.handlerClickApp(res);
71053
71056
  },
71054
71057
 
71055
- /**
71056
- * @desc:侧边应用菜单点击
71057
- * @author huangbo
71058
- * @date 2024年9月7日
71058
+ /**
71059
+ * @desc:侧边应用菜单点击
71060
+ * @author huangbo
71061
+ * @date 2024年9月7日
71059
71062
  **/
71060
71063
  handlerClickApp: function handlerClickApp(res) {
71061
71064
  this.showMsg = false;
@@ -71144,10 +71147,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71144
71147
  }
71145
71148
  },
71146
71149
 
71147
- /**
71148
- * @desc:显示Drawer界面
71149
- * @author huangbo
71150
- * @date 2024年9月7日
71150
+ /**
71151
+ * @desc:显示Drawer界面
71152
+ * @author huangbo
71153
+ * @date 2024年9月7日
71151
71154
  **/
71152
71155
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71153
71156
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71167,19 +71170,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71167
71170
  }
71168
71171
  },
71169
71172
 
71170
- /**
71171
- * @desc:关闭Drawer界面
71172
- * @author huangbo
71173
- * @date 2024年9月7日
71173
+ /**
71174
+ * @desc:关闭Drawer界面
71175
+ * @author huangbo
71176
+ * @date 2024年9月7日
71174
71177
  **/
71175
71178
  handleCloseDrawer: function handleCloseDrawer() {
71176
71179
  this.drawer = { visible: false };
71177
71180
  },
71178
71181
 
71179
- /**
71180
- * @desc:菜单点击
71181
- * @author huangbo
71182
- * @date 2024年9月7日
71182
+ /**
71183
+ * @desc:菜单点击
71184
+ * @author huangbo
71185
+ * @date 2024年9月7日
71183
71186
  **/
71184
71187
  handlerClickMenu: function handlerClickMenu(res) {
71185
71188
  utils_util.ajax({
@@ -71228,19 +71231,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71228
71231
  },
71229
71232
 
71230
71233
 
71231
- /**
71232
- * @desc:用户详情请求成功
71233
- * @author huangbo
71234
- * @date 2024年9月7日
71234
+ /**
71235
+ * @desc:用户详情请求成功
71236
+ * @author huangbo
71237
+ * @date 2024年9月7日
71235
71238
  **/
71236
71239
  handleSuccess: function handleSuccess(res) {
71237
71240
  this.simpleUserInfo = res.simpleUserInfo;
71238
71241
  },
71239
71242
 
71240
- /**
71241
- * @desc:修改用户配置
71242
- * @author huangbo
71243
- * @date 2024年9月7日
71243
+ /**
71244
+ * @desc:修改用户配置
71245
+ * @author huangbo
71246
+ * @date 2024年9月7日
71244
71247
  **/
71245
71248
  handleChangeConfig: function handleChangeConfig(name, res) {
71246
71249
  if (name == 'userHeadUrl') {
@@ -71256,10 +71259,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71256
71259
  }
71257
71260
  },
71258
71261
 
71259
- /**
71260
- * @desc:关闭webSocket
71261
- * @author huangbo
71262
- * @date 2024年9月7日
71262
+ /**
71263
+ * @desc:关闭webSocket
71264
+ * @author huangbo
71265
+ * @date 2024年9月7日
71263
71266
  **/
71264
71267
  handlerClose: function handlerClose() {
71265
71268
  if (this.webSocket) {
@@ -71267,10 +71270,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71267
71270
  }
71268
71271
  },
71269
71272
 
71270
- /**
71271
- * @desc:刷新选中iframe页签
71272
- * @author huangbo
71273
- * @date 2024年9月7日
71273
+ /**
71274
+ * @desc:刷新选中iframe页签
71275
+ * @author huangbo
71276
+ * @date 2024年9月7日
71274
71277
  **/
71275
71278
  handleRefresh: function handleRefresh(arg) {
71276
71279
  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');
@@ -71307,10 +71310,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71307
71310
  }
71308
71311
  },
71309
71312
 
71310
- /**
71311
- * @desc:删除iframe
71312
- * @author huangbo
71313
- * @date 2024年9月7日
71313
+ /**
71314
+ * @desc:删除iframe
71315
+ * @author huangbo
71316
+ * @date 2024年9月7日
71314
71317
  **/
71315
71318
  handleRemove: function handleRemove(name) {
71316
71319
  var len = this.tabs.length - 1;
@@ -71327,10 +71330,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71327
71330
  }
71328
71331
  },
71329
71332
 
71330
- /**
71331
- * @desc:tabs鼠标右键事件
71332
- * @author huangbo
71333
- * @date 2024年9月7日
71333
+ /**
71334
+ * @desc:tabs鼠标右键事件
71335
+ * @author huangbo
71336
+ * @date 2024年9月7日
71334
71337
  **/
71335
71338
  handleContextmenu: function handleContextmenu(tabs, e) {
71336
71339
  var disabled = {};
@@ -71355,10 +71358,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71355
71358
  window.addEventListener('click', this.closeTabsEvents);
71356
71359
  },
71357
71360
 
71358
- /**
71359
- * @desc:tabs页签事件
71360
- * @author huangbo
71361
- * @date 2024年9月7日
71361
+ /**
71362
+ * @desc:tabs页签事件
71363
+ * @author huangbo
71364
+ * @date 2024年9月7日
71362
71365
  **/
71363
71366
  handleTabsEvents: function handleTabsEvents(num) {
71364
71367
  if (this.pane !== null) {
@@ -71369,10 +71372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71369
71372
  },
71370
71373
 
71371
71374
 
71372
- /**
71373
- * @desc:关闭页签事件面板
71374
- * @author huangbo
71375
- * @date 2024年9月7日
71375
+ /**
71376
+ * @desc:关闭页签事件面板
71377
+ * @author huangbo
71378
+ * @date 2024年9月7日
71376
71379
  **/
71377
71380
  closeTabsEvents: function closeTabsEvents(e) {
71378
71381
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71382,10 +71385,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71382
71385
  },
71383
71386
 
71384
71387
 
71385
- /**
71386
- * @desc:tabs页签点击事件
71387
- * @author huangbo
71388
- * @date 2024年9月7日
71388
+ /**
71389
+ * @desc:tabs页签点击事件
71390
+ * @author huangbo
71391
+ * @date 2024年9月7日
71389
71392
  **/
71390
71393
  handleTabClick: function handleTabClick() {
71391
71394
  this.active = '';
@@ -71393,10 +71396,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71393
71396
  this.showMenu = false;
71394
71397
  },
71395
71398
 
71396
- /**
71397
- * @desc:handler工具栏点击事件
71398
- * @author huangbo
71399
- * @date 2024年9月7日
71399
+ /**
71400
+ * @desc:handler工具栏点击事件
71401
+ * @author huangbo
71402
+ * @date 2024年9月7日
71400
71403
  **/
71401
71404
  handleClick: function handleClick(res) {
71402
71405
  var type = res.type,
@@ -71477,10 +71480,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71477
71480
  this.$emit('handler-click', res);
71478
71481
  },
71479
71482
 
71480
- /**
71481
- * @desc:退出登录
71482
- * @author huangbo
71483
- * @date 2024年9月7日
71483
+ /**
71484
+ * @desc:退出登录
71485
+ * @author huangbo
71486
+ * @date 2024年9月7日
71484
71487
  **/
71485
71488
  handleQuit: function handleQuit() {
71486
71489
  var _this7 = this;
@@ -71561,10 +71564,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71561
71564
  }).catch(function (e) {});
71562
71565
  },
71563
71566
 
71564
- /**
71565
- * @desc:主题、消息回调
71566
- * @author huangbo
71567
- * @date 2024年9月7日
71567
+ /**
71568
+ * @desc:主题、消息回调
71569
+ * @author huangbo
71570
+ * @date 2024年9月7日
71568
71571
  **/
71569
71572
  handleChange: function handleChange(res) {
71570
71573
  var type = res.type,
@@ -71580,10 +71583,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71580
71583
  }
71581
71584
  },
71582
71585
 
71583
- /**
71584
- * @desc:菜单布局样式切换
71585
- * @author huangbo
71586
- * @date 2024年9月7日
71586
+ /**
71587
+ * @desc:菜单布局样式切换
71588
+ * @author huangbo
71589
+ * @date 2024年9月7日
71587
71590
  **/
71588
71591
  handleLayout: function handleLayout(res, active) {
71589
71592
  if (active) {
@@ -71593,10 +71596,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71593
71596
  this.$emit('chang-layout', res, active);
71594
71597
  },
71595
71598
 
71596
- /**
71597
- * @desc:消息修改总数
71598
- * @author huangbo
71599
- * @date 2024年9月7日
71599
+ /**
71600
+ * @desc:消息修改总数
71601
+ * @author huangbo
71602
+ * @date 2024年9月7日
71600
71603
  **/
71601
71604
  handleMenuTips: function handleMenuTips(id, num) {
71602
71605
  if (num) {
@@ -71607,10 +71610,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71607
71610
  }
71608
71611
  },
71609
71612
 
71610
- /**
71611
- * @desc:处理即时消息
71612
- * @author huangbo
71613
- * @date 2024年9月7日
71613
+ /**
71614
+ * @desc:处理即时消息
71615
+ * @author huangbo
71616
+ * @date 2024年9月7日
71614
71617
  **/
71615
71618
  handleOpened: function handleOpened(res) {
71616
71619
  var _this8 = this;
@@ -75635,8 +75638,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75635
75638
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75636
75639
  },
75637
75640
 
75638
- /**
75639
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75641
+ /**
75642
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75640
75643
  */
75641
75644
  queryChildMenuData: function queryChildMenuData() {
75642
75645
  var _this2 = this;
@@ -75755,8 +75758,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75755
75758
  }))();
75756
75759
  },
75757
75760
 
75758
- /**
75759
- * getVoteMeetingNum: 查询会议数量
75761
+ /**
75762
+ * getVoteMeetingNum: 查询会议数量
75760
75763
  */
75761
75764
  getVoteMeetingNum: function getVoteMeetingNum() {
75762
75765
  var _this5 = this;
@@ -75781,8 +75784,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75781
75784
  });
75782
75785
  },
75783
75786
 
75784
- /**
75785
- * getShareFilesReceiveCountNew: 查询待接收文件数量
75787
+ /**
75788
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75786
75789
  */
75787
75790
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75788
75791
  var _this6 = this;
@@ -75807,8 +75810,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75807
75810
  },
75808
75811
 
75809
75812
 
75810
- /**
75811
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75813
+ /**
75814
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75812
75815
  */
75813
75816
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75814
75817
  var _this7 = this;
@@ -75836,8 +75839,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75836
75839
  });
75837
75840
  },
75838
75841
 
75839
- /**
75840
- * getIndexCount: 查询待办任务数量
75842
+ /**
75843
+ * getIndexCount: 查询待办任务数量
75841
75844
  */
75842
75845
  getIndexCount: function getIndexCount() {
75843
75846
  var _this8 = this;
@@ -75868,10 +75871,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75868
75871
  this.$refs.user.handleSelect(res);
75869
75872
  },
75870
75873
 
75871
- /**
75872
- * @desc:匹配路由
75873
- * @author huangbo
75874
- * @date 2024年9月7日
75874
+ /**
75875
+ * @desc:匹配路由
75876
+ * @author huangbo
75877
+ * @date 2024年9月7日
75875
75878
  **/
75876
75879
  hasRouter: function hasRouter(res, url, code) {
75877
75880
  if (!url) {
@@ -75915,10 +75918,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75915
75918
  return false;
75916
75919
  },
75917
75920
 
75918
- /**
75919
- * @desc:获取初始数据
75920
- * @author huangbo
75921
- * @date 2024年9月7日
75921
+ /**
75922
+ * @desc:获取初始数据
75923
+ * @author huangbo
75924
+ * @date 2024年9月7日
75922
75925
  **/
75923
75926
  init: function init(results) {
75924
75927
  this.setConfig(results);
@@ -75929,10 +75932,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75929
75932
  // }
75930
75933
  },
75931
75934
 
75932
- /**
75933
- * @desc:设置用户配置及信息
75934
- * @author huangbo
75935
- * @date 2024年9月7日
75935
+ /**
75936
+ * @desc:设置用户配置及信息
75937
+ * @author huangbo
75938
+ * @date 2024年9月7日
75936
75939
  **/
75937
75940
  setConfig: function setConfig(results) {
75938
75941
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76096,8 +76099,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76096
76099
  }
76097
76100
  },
76098
76101
 
76099
- /**
76100
- * @desc:获取用户自定义菜单
76102
+ /**
76103
+ * @desc:获取用户自定义菜单
76101
76104
  **/
76102
76105
  getUseCommonMenu: function getUseCommonMenu() {
76103
76106
  var _this9 = this;
@@ -76127,10 +76130,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76127
76130
  });
76128
76131
  },
76129
76132
 
76130
- /**
76131
- * @desc:获取所有应用
76132
- * @author huangbo
76133
- * @date 2024年9月7日
76133
+ /**
76134
+ * @desc:获取所有应用
76135
+ * @author huangbo
76136
+ * @date 2024年9月7日
76134
76137
  **/
76135
76138
  getApplications: function getApplications() {
76136
76139
  var _this10 = this;
@@ -76178,10 +76181,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76178
76181
  });
76179
76182
  },
76180
76183
 
76181
- /**
76182
- * @desc:获取菜单列表
76183
- * @author huangbo
76184
- * @date 2024年9月7日
76184
+ /**
76185
+ * @desc:获取菜单列表
76186
+ * @author huangbo
76187
+ * @date 2024年9月7日
76185
76188
  **/
76186
76189
  getMenus: function getMenus(loading) {
76187
76190
  var _this11 = this;
@@ -76208,10 +76211,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76208
76211
  });
76209
76212
  },
76210
76213
 
76211
- /**
76212
- * @desc:处理菜单列表
76213
- * @author huangbo
76214
- * @date 2024年9月7日
76214
+ /**
76215
+ * @desc:处理菜单列表
76216
+ * @author huangbo
76217
+ * @date 2024年9月7日
76215
76218
  **/
76216
76219
  renderMenus: function renderMenus(res) {
76217
76220
  // // console.log(res, 'renderMenus');
@@ -76257,9 +76260,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76257
76260
  // console.log(this.currentPage, 'currentPage');
76258
76261
  },
76259
76262
 
76260
- /**
76261
- * 更新myRemind中各项的权限状态
76262
- * @param {Array} menus - 完整的菜单列表
76263
+ /**
76264
+ * 更新myRemind中各项的权限状态
76265
+ * @param {Array} menus - 完整的菜单列表
76263
76266
  */
76264
76267
  updateRemindPermission: function updateRemindPermission(menus) {
76265
76268
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76287,10 +76290,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76287
76290
  });
76288
76291
  },
76289
76292
 
76290
- /**
76291
- * @desc:设置页面加载类型
76292
- * @author huangbo
76293
- * @date 2024年9月7日
76293
+ /**
76294
+ * @desc:设置页面加载类型
76295
+ * @author huangbo
76296
+ * @date 2024年9月7日
76294
76297
  **/
76295
76298
  setIframeType: function setIframeType(res) {
76296
76299
  var url = res.url;
@@ -76347,10 +76350,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76347
76350
  return res;
76348
76351
  },
76349
76352
 
76350
- /**
76351
- * @desc:获取菜单
76352
- * @author huangbo
76353
- * @date 2024年9月7日
76353
+ /**
76354
+ * @desc:获取菜单
76355
+ * @author huangbo
76356
+ * @date 2024年9月7日
76354
76357
  **/
76355
76358
  getMenu: function getMenu(menus, res, key) {
76356
76359
  if (Array.isArray(menus)) {
@@ -76379,10 +76382,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76379
76382
  return false;
76380
76383
  },
76381
76384
 
76382
- /**
76383
- * @desc:获取菜单第一条数据
76384
- * @author huangbo
76385
- * @date 2024年9月7日
76385
+ /**
76386
+ * @desc:获取菜单第一条数据
76387
+ * @author huangbo
76388
+ * @date 2024年9月7日
76386
76389
  **/
76387
76390
  getFirst: function getFirst(obj) {
76388
76391
  if (!obj) {
@@ -76401,10 +76404,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76401
76404
  }
76402
76405
  },
76403
76406
 
76404
- /**
76405
- * @desc:遍历设置菜单气泡提醒
76406
- * @author huangbo
76407
- * @date 2024年9月7日
76407
+ /**
76408
+ * @desc:遍历设置菜单气泡提醒
76409
+ * @author huangbo
76410
+ * @date 2024年9月7日
76408
76411
  **/
76409
76412
  setTips: function setTips(obj) {
76410
76413
  var _this12 = this;
@@ -76469,10 +76472,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76469
76472
  }
76470
76473
  },
76471
76474
 
76472
- /**
76473
- * @desc:获取气泡提醒
76474
- * @author huangbo
76475
- * @date 2024年9月7日
76475
+ /**
76476
+ * @desc:获取气泡提醒
76477
+ * @author huangbo
76478
+ * @date 2024年9月7日
76476
76479
  **/
76477
76480
  getBadge: function getBadge(res) {
76478
76481
  var num = res.tips || 0;
@@ -76486,10 +76489,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76486
76489
  };
76487
76490
  },
76488
76491
 
76489
- /**
76490
- * @desc:开启weosocket
76491
- * @author huangbo
76492
- * @date 2024年9月7日
76492
+ /**
76493
+ * @desc:开启weosocket
76494
+ * @author huangbo
76495
+ * @date 2024年9月7日
76493
76496
  **/
76494
76497
  initWebSocket: function initWebSocket() {
76495
76498
  var _this14 = this;
@@ -76557,10 +76560,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76557
76560
  });
76558
76561
  },
76559
76562
 
76560
- /**
76561
- * @desc:显示用户信息
76562
- * @author huangbo
76563
- * @date 2024年9月7日
76563
+ /**
76564
+ * @desc:显示用户信息
76565
+ * @author huangbo
76566
+ * @date 2024年9月7日
76564
76567
  **/
76565
76568
  showUserInfo: function showUserInfo() {
76566
76569
  if (this.showUser === false) {
@@ -76568,19 +76571,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76568
76571
  }
76569
76572
  },
76570
76573
 
76571
- /**
76572
- * @desc:删除更多应用菜单点击
76573
- * @author huangbo
76574
- * @date 2024年9月7日
76574
+ /**
76575
+ * @desc:删除更多应用菜单点击
76576
+ * @author huangbo
76577
+ * @date 2024年9月7日
76575
76578
  **/
76576
76579
  handleDelete: function handleDelete(index) {
76577
76580
  this.newApps.splice(index, 1);
76578
76581
  },
76579
76582
 
76580
- /**
76581
- * @desc:显示Drawer界面
76582
- * @author huangbo
76583
- * @date 2024年9月7日
76583
+ /**
76584
+ * @desc:显示Drawer界面
76585
+ * @author huangbo
76586
+ * @date 2024年9月7日
76584
76587
  **/
76585
76588
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76586
76589
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76600,28 +76603,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76600
76603
  }
76601
76604
  },
76602
76605
 
76603
- /**
76604
- * @desc:关闭Drawer界面
76605
- * @author huangbo
76606
- * @date 2024年9月7日
76606
+ /**
76607
+ * @desc:关闭Drawer界面
76608
+ * @author huangbo
76609
+ * @date 2024年9月7日
76607
76610
  **/
76608
76611
  handleCloseDrawer: function handleCloseDrawer() {
76609
76612
  this.drawer = { visible: false };
76610
76613
  },
76611
76614
 
76612
- /**
76613
- * @desc:用户详情请求成功
76614
- * @author huangbo
76615
- * @date 2024年9月7日
76615
+ /**
76616
+ * @desc:用户详情请求成功
76617
+ * @author huangbo
76618
+ * @date 2024年9月7日
76616
76619
  **/
76617
76620
  handleSuccess: function handleSuccess(res) {
76618
76621
  this.simpleUserInfo = res.simpleUserInfo;
76619
76622
  },
76620
76623
 
76621
- /**
76622
- * @desc:修改用户配置
76623
- * @author huangbo
76624
- * @date 2024年9月7日
76624
+ /**
76625
+ * @desc:修改用户配置
76626
+ * @author huangbo
76627
+ * @date 2024年9月7日
76625
76628
  **/
76626
76629
  handleChangeConfig: function handleChangeConfig(name, res) {
76627
76630
  if (name == 'userHeadUrl') {
@@ -76637,10 +76640,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76637
76640
  }
76638
76641
  },
76639
76642
 
76640
- /**
76641
- * @desc:关闭webSocket
76642
- * @author huangbo
76643
- * @date 2024年9月7日
76643
+ /**
76644
+ * @desc:关闭webSocket
76645
+ * @author huangbo
76646
+ * @date 2024年9月7日
76644
76647
  **/
76645
76648
  handlerClose: function handlerClose() {
76646
76649
  if (this.webSocket) {
@@ -76651,10 +76654,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76651
76654
  this.handleRefresh(1);
76652
76655
  },
76653
76656
 
76654
- /**
76655
- * @desc:刷新选中iframe页签
76656
- * @author huangbo
76657
- * @date 2024年9月7日
76657
+ /**
76658
+ * @desc:刷新选中iframe页签
76659
+ * @author huangbo
76660
+ * @date 2024年9月7日
76658
76661
  **/
76659
76662
  handleRefresh: function handleRefresh(arg) {
76660
76663
  if (arg !== 1) {
@@ -76700,10 +76703,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76700
76703
  }
76701
76704
  },
76702
76705
 
76703
- /**
76704
- * @desc:删除iframe
76705
- * @author huangbo
76706
- * @date 2024年9月7日
76706
+ /**
76707
+ * @desc:删除iframe
76708
+ * @author huangbo
76709
+ * @date 2024年9月7日
76707
76710
  **/
76708
76711
  handleRemove: function handleRemove(name) {
76709
76712
  var len = this.tabs.length - 1;
@@ -76720,10 +76723,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76720
76723
  }
76721
76724
  },
76722
76725
 
76723
- /**
76724
- * @desc:tabs鼠标右键事件
76725
- * @author huangbo
76726
- * @date 2024年9月7日
76726
+ /**
76727
+ * @desc:tabs鼠标右键事件
76728
+ * @author huangbo
76729
+ * @date 2024年9月7日
76727
76730
  **/
76728
76731
  handleContextmenu: function handleContextmenu(tabs, e) {
76729
76732
  var disabled = {};
@@ -76748,10 +76751,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76748
76751
  window.addEventListener('click', this.closeTabsEvents);
76749
76752
  },
76750
76753
 
76751
- /**
76752
- * @desc:tabs页签事件
76753
- * @author huangbo
76754
- * @date 2024年9月7日
76754
+ /**
76755
+ * @desc:tabs页签事件
76756
+ * @author huangbo
76757
+ * @date 2024年9月7日
76755
76758
  **/
76756
76759
  handleTabsEvents: function handleTabsEvents(num) {
76757
76760
  if (this.pane !== null) {
@@ -76762,10 +76765,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76762
76765
  },
76763
76766
 
76764
76767
 
76765
- /**
76766
- * @desc:关闭页签事件面板
76767
- * @author huangbo
76768
- * @date 2024年9月7日
76768
+ /**
76769
+ * @desc:关闭页签事件面板
76770
+ * @author huangbo
76771
+ * @date 2024年9月7日
76769
76772
  **/
76770
76773
  closeTabsEvents: function closeTabsEvents(e) {
76771
76774
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76775,10 +76778,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76775
76778
  },
76776
76779
 
76777
76780
 
76778
- /**
76779
- * @desc:tabs页签点击事件
76780
- * @author huangbo
76781
- * @date 2024年9月7日
76781
+ /**
76782
+ * @desc:tabs页签点击事件
76783
+ * @author huangbo
76784
+ * @date 2024年9月7日
76782
76785
  **/
76783
76786
  handleTabClick: function handleTabClick() {
76784
76787
  this.active = '';
@@ -76786,10 +76789,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76786
76789
  this.showMenu = false;
76787
76790
  },
76788
76791
 
76789
- /**
76790
- * @desc:handler工具栏点击事件
76791
- * @author huangbo
76792
- * @date 2024年9月7日
76792
+ /**
76793
+ * @desc:handler工具栏点击事件
76794
+ * @author huangbo
76795
+ * @date 2024年9月7日
76793
76796
  **/
76794
76797
  handleClick: function handleClick(res) {
76795
76798
  var type = res.type,
@@ -76879,10 +76882,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76879
76882
  this.$emit('handler-click', res);
76880
76883
  },
76881
76884
 
76882
- /**
76883
- * @desc:退出登录
76884
- * @author huangbo
76885
- * @date 2024年9月7日
76885
+ /**
76886
+ * @desc:退出登录
76887
+ * @author huangbo
76888
+ * @date 2024年9月7日
76886
76889
  **/
76887
76890
  handleQuit: function handleQuit() {
76888
76891
  var _this15 = this;
@@ -76957,10 +76960,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76957
76960
  }).catch(function (e) {});
76958
76961
  },
76959
76962
 
76960
- /**
76961
- * @desc:主题、消息回调
76962
- * @author huangbo
76963
- * @date 2024年9月7日
76963
+ /**
76964
+ * @desc:主题、消息回调
76965
+ * @author huangbo
76966
+ * @date 2024年9月7日
76964
76967
  **/
76965
76968
  handleChange: function handleChange(res) {
76966
76969
  var type = res.type,
@@ -76976,10 +76979,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76976
76979
  }
76977
76980
  },
76978
76981
 
76979
- /**
76980
- * @desc:菜单布局样式切换
76981
- * @author huangbo
76982
- * @date 2024年9月7日
76982
+ /**
76983
+ * @desc:菜单布局样式切换
76984
+ * @author huangbo
76985
+ * @date 2024年9月7日
76983
76986
  **/
76984
76987
  handleLayout: function handleLayout(res, active) {
76985
76988
  if (active) {
@@ -76989,10 +76992,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76989
76992
  this.$emit('chang-layout', res, active);
76990
76993
  },
76991
76994
 
76992
- /**
76993
- * @desc:消息修改总数
76994
- * @author huangbo
76995
- * @date 2024年9月7日
76995
+ /**
76996
+ * @desc:消息修改总数
76997
+ * @author huangbo
76998
+ * @date 2024年9月7日
76996
76999
  **/
76997
77000
  handleMenuTips: function handleMenuTips(id, num) {
76998
77001
  if (num) {
@@ -77003,10 +77006,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77003
77006
  }
77004
77007
  },
77005
77008
 
77006
- /**
77007
- * @desc:处理即时消息
77008
- * @author huangbo
77009
- * @date 2024年9月7日
77009
+ /**
77010
+ * @desc:处理即时消息
77011
+ * @author huangbo
77012
+ * @date 2024年9月7日
77010
77013
  **/
77011
77014
  handleOpened: function handleOpened(res) {
77012
77015
  var _this16 = this;
@@ -77022,14 +77025,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77022
77025
  }
77023
77026
  },
77024
77027
 
77025
- /**
77026
- * @desc:菜单点击事件
77027
- * @author huangbo
77028
- * @date 2024年9月7日
77029
- * @param {*} res 菜单点击事件参数
77030
- * @param {*} method 菜单点击事件方法
77031
- * 1.顶部菜单点击跳转已经实现
77032
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77028
+ /**
77029
+ * @desc:菜单点击事件
77030
+ * @author huangbo
77031
+ * @date 2024年9月7日
77032
+ * @param {*} res 菜单点击事件参数
77033
+ * @param {*} method 菜单点击事件方法
77034
+ * 1.顶部菜单点击跳转已经实现
77035
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77033
77036
  **/
77034
77037
  handleSelect: function handleSelect(res) {
77035
77038
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84434,19 +84437,19 @@ var QRCode = __webpack_require__(28);
84434
84437
  //设置logo大小
84435
84438
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84436
84439
  //设置获取的logo将其变为圆角以及添加白色背景
84437
- /* ctx.fillStyle = "#fff";
84438
- ctx.beginPath();
84439
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84440
- let w = 46; //圆角宽
84441
- let x = logoPosition - 5;
84442
- let y = logoPosition - 5;
84443
- let r = 5; //圆角半径
84444
- ctx.moveTo(x + r, y);
84445
- ctx.arcTo(x + w, y, x + w, y + h, r);
84446
- ctx.arcTo(x + w, y + h, x, y + h, r);
84447
- ctx.arcTo(x, y + h, x, y, r);
84448
- ctx.arcTo(x, y, x + w, y, r);
84449
- ctx.closePath();
84440
+ /* ctx.fillStyle = "#fff";
84441
+ ctx.beginPath();
84442
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84443
+ let w = 46; //圆角宽
84444
+ let x = logoPosition - 5;
84445
+ let y = logoPosition - 5;
84446
+ let r = 5; //圆角半径
84447
+ ctx.moveTo(x + r, y);
84448
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84449
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84450
+ ctx.arcTo(x, y + h, x, y, r);
84451
+ ctx.arcTo(x, y, x + w, y, r);
84452
+ ctx.closePath();
84450
84453
  ctx.fill(); */
84451
84454
  logo.onload = function () {
84452
84455
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -85893,6 +85896,8 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85893
85896
  }
85894
85897
  },
85895
85898
  getLabel: function getLabel(value, data) {
85899
+ console.log('value', value);
85900
+ console.log('data', data);
85896
85901
  if ((value || value === 0) && data) {
85897
85902
  if (utils_util.isObject(data)) {
85898
85903
  if (value === data[this.valKey]) {
@@ -85901,7 +85906,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85901
85906
  return value;
85902
85907
  } else if (Object.prototype.hasOwnProperty.call(data, 'children') && data.children && data.children.length) {
85903
85908
  var val = this.getLabel(value, data.children);
85904
- if (val) {
85909
+ if (val !== null) {
85905
85910
  return val;
85906
85911
  }
85907
85912
  }
@@ -85912,14 +85917,14 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
85912
85917
  if (Array.isArray(data) && data.length) {
85913
85918
  for (var i = 0; i < data.length; i++) {
85914
85919
  var _val = this.getLabel(value, data[i]);
85915
- if (_val) {
85920
+ if (_val !== null) {
85916
85921
  return _val;
85917
85922
  }
85918
85923
  }
85919
85924
  }
85920
85925
  }
85921
85926
  }
85922
- return value;
85927
+ return null;
85923
85928
  },
85924
85929
  reload: function reload() {
85925
85930
  this.getData.apply(this, arguments);
@@ -86020,7 +86025,7 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86020
86025
  if (!this.hide) {
86021
86026
  if (this.readonly) {
86022
86027
  var dom = [];
86023
- var models = this.models ? JSON.parse(JSON.stringify(this.models)) : '';
86028
+ var models = this.models || this.models == 0 ? JSON.parse(JSON.stringify(this.models)) : '';
86024
86029
  if (typeof models === 'string' && models.includes(',')) {
86025
86030
  models = models.split(',');
86026
86031
  }
@@ -86028,22 +86033,27 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
86028
86033
  dom = models.map(function (item) {
86029
86034
  if (utils_util.isObject(item)) {
86030
86035
  if (!item[_this8.label] && !item.label) {
86031
- return _this8.getLabel(value[_this8.valKey], data);
86036
+ var _label = _this8.getLabel(value[_this8.valKey], data);
86037
+ return _label !== null ? _label : value[_this8.valKey];
86032
86038
  }
86033
86039
  return item[_this8.label] || item.label;
86034
86040
  }
86035
- return _this8.getLabel(item, _this8.results);
86041
+ var label = _this8.getLabel(item, _this8.results);
86042
+ return label !== null ? label : item;
86036
86043
  });
86037
86044
  } else if (utils_util.isObject(models)) {
86038
86045
  if (!models[this.label] && !models.label) {
86039
- dom = [this.getLabel(models[this.valKey], this.results)];
86046
+ var label = this.getLabel(models[this.valKey], this.results);
86047
+ dom = [label !== null ? label : models[this.valKey]];
86040
86048
  } else {
86041
86049
  dom = [models[this.label] || models.label];
86042
86050
  }
86043
86051
  } else {
86044
- dom = [this.getLabel(models, this.results)];
86052
+ var _label2 = this.getLabel(models, this.results);
86053
+ dom = [_label2 !== null ? _label2 : models];
86045
86054
  }
86046
86055
  console.log('dom', dom);
86056
+ console.log('dom.join(this.symbol)', dom.join(this.symbol));
86047
86057
  return h('div', {
86048
86058
  class: [{
86049
86059
  'es-plain': this.plain,
@@ -102588,7 +102598,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102588
102598
  }
102589
102599
 
102590
102600
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102591
- version: '0.7.98',
102601
+ version: '0.8.0',
102592
102602
  install: install,
102593
102603
  Button: packages_button,
102594
102604
  ButtonGroup: button_group,