epx-frame 3.5.0-shpgy.1

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 (1223) hide show
  1. package/.browserslistrc +4 -0
  2. package/.dockerignore +2 -0
  3. package/.editorconfig +5 -0
  4. package/.env.dev +6 -0
  5. package/.env.development +4 -0
  6. package/.env.localize +7 -0
  7. package/.env.ppe +6 -0
  8. package/.env.prd +6 -0
  9. package/.env.pre +6 -0
  10. package/.env.production +6 -0
  11. package/.env.simple +8 -0
  12. package/.eslintignore +2 -0
  13. package/.eslintrc.js +24 -0
  14. package/Dockerfile +12 -0
  15. package/README.md +108 -0
  16. package/babel.config.js +26 -0
  17. package/build/webpack.component.js +54 -0
  18. package/build/webpack.dev.js +114 -0
  19. package/build/webpack.prod.js +133 -0
  20. package/nginx.conf +38 -0
  21. package/package.json +93 -0
  22. package/public/403.html +77 -0
  23. package/public/cmaps/78-EUC-H.bcmap +0 -0
  24. package/public/cmaps/78-EUC-V.bcmap +0 -0
  25. package/public/cmaps/78-H.bcmap +0 -0
  26. package/public/cmaps/78-RKSJ-H.bcmap +0 -0
  27. package/public/cmaps/78-RKSJ-V.bcmap +0 -0
  28. package/public/cmaps/78-V.bcmap +0 -0
  29. package/public/cmaps/78ms-RKSJ-H.bcmap +0 -0
  30. package/public/cmaps/78ms-RKSJ-V.bcmap +0 -0
  31. package/public/cmaps/83pv-RKSJ-H.bcmap +0 -0
  32. package/public/cmaps/90ms-RKSJ-H.bcmap +0 -0
  33. package/public/cmaps/90ms-RKSJ-V.bcmap +0 -0
  34. package/public/cmaps/90msp-RKSJ-H.bcmap +0 -0
  35. package/public/cmaps/90msp-RKSJ-V.bcmap +0 -0
  36. package/public/cmaps/90pv-RKSJ-H.bcmap +0 -0
  37. package/public/cmaps/90pv-RKSJ-V.bcmap +0 -0
  38. package/public/cmaps/Add-H.bcmap +0 -0
  39. package/public/cmaps/Add-RKSJ-H.bcmap +0 -0
  40. package/public/cmaps/Add-RKSJ-V.bcmap +0 -0
  41. package/public/cmaps/Add-V.bcmap +0 -0
  42. package/public/cmaps/Adobe-CNS1-0.bcmap +0 -0
  43. package/public/cmaps/Adobe-CNS1-1.bcmap +0 -0
  44. package/public/cmaps/Adobe-CNS1-2.bcmap +0 -0
  45. package/public/cmaps/Adobe-CNS1-3.bcmap +0 -0
  46. package/public/cmaps/Adobe-CNS1-4.bcmap +0 -0
  47. package/public/cmaps/Adobe-CNS1-5.bcmap +0 -0
  48. package/public/cmaps/Adobe-CNS1-6.bcmap +0 -0
  49. package/public/cmaps/Adobe-CNS1-UCS2.bcmap +0 -0
  50. package/public/cmaps/Adobe-GB1-0.bcmap +0 -0
  51. package/public/cmaps/Adobe-GB1-1.bcmap +0 -0
  52. package/public/cmaps/Adobe-GB1-2.bcmap +0 -0
  53. package/public/cmaps/Adobe-GB1-3.bcmap +0 -0
  54. package/public/cmaps/Adobe-GB1-4.bcmap +0 -0
  55. package/public/cmaps/Adobe-GB1-5.bcmap +0 -0
  56. package/public/cmaps/Adobe-GB1-UCS2.bcmap +0 -0
  57. package/public/cmaps/Adobe-Japan1-0.bcmap +0 -0
  58. package/public/cmaps/Adobe-Japan1-1.bcmap +0 -0
  59. package/public/cmaps/Adobe-Japan1-2.bcmap +0 -0
  60. package/public/cmaps/Adobe-Japan1-3.bcmap +0 -0
  61. package/public/cmaps/Adobe-Japan1-4.bcmap +0 -0
  62. package/public/cmaps/Adobe-Japan1-5.bcmap +0 -0
  63. package/public/cmaps/Adobe-Japan1-6.bcmap +0 -0
  64. package/public/cmaps/Adobe-Japan1-UCS2.bcmap +0 -0
  65. package/public/cmaps/Adobe-Korea1-0.bcmap +0 -0
  66. package/public/cmaps/Adobe-Korea1-1.bcmap +0 -0
  67. package/public/cmaps/Adobe-Korea1-2.bcmap +0 -0
  68. package/public/cmaps/Adobe-Korea1-UCS2.bcmap +0 -0
  69. package/public/cmaps/B5-H.bcmap +0 -0
  70. package/public/cmaps/B5-V.bcmap +0 -0
  71. package/public/cmaps/B5pc-H.bcmap +0 -0
  72. package/public/cmaps/B5pc-V.bcmap +0 -0
  73. package/public/cmaps/CNS-EUC-H.bcmap +0 -0
  74. package/public/cmaps/CNS-EUC-V.bcmap +0 -0
  75. package/public/cmaps/CNS1-H.bcmap +0 -0
  76. package/public/cmaps/CNS1-V.bcmap +0 -0
  77. package/public/cmaps/CNS2-H.bcmap +0 -0
  78. package/public/cmaps/CNS2-V.bcmap +3 -0
  79. package/public/cmaps/ETHK-B5-H.bcmap +0 -0
  80. package/public/cmaps/ETHK-B5-V.bcmap +0 -0
  81. package/public/cmaps/ETen-B5-H.bcmap +0 -0
  82. package/public/cmaps/ETen-B5-V.bcmap +0 -0
  83. package/public/cmaps/ETenms-B5-H.bcmap +3 -0
  84. package/public/cmaps/ETenms-B5-V.bcmap +0 -0
  85. package/public/cmaps/EUC-H.bcmap +0 -0
  86. package/public/cmaps/EUC-V.bcmap +0 -0
  87. package/public/cmaps/Ext-H.bcmap +0 -0
  88. package/public/cmaps/Ext-RKSJ-H.bcmap +0 -0
  89. package/public/cmaps/Ext-RKSJ-V.bcmap +0 -0
  90. package/public/cmaps/Ext-V.bcmap +0 -0
  91. package/public/cmaps/GB-EUC-H.bcmap +0 -0
  92. package/public/cmaps/GB-EUC-V.bcmap +0 -0
  93. package/public/cmaps/GB-H.bcmap +4 -0
  94. package/public/cmaps/GB-V.bcmap +0 -0
  95. package/public/cmaps/GBK-EUC-H.bcmap +0 -0
  96. package/public/cmaps/GBK-EUC-V.bcmap +0 -0
  97. package/public/cmaps/GBK2K-H.bcmap +0 -0
  98. package/public/cmaps/GBK2K-V.bcmap +0 -0
  99. package/public/cmaps/GBKp-EUC-H.bcmap +0 -0
  100. package/public/cmaps/GBKp-EUC-V.bcmap +0 -0
  101. package/public/cmaps/GBT-EUC-H.bcmap +0 -0
  102. package/public/cmaps/GBT-EUC-V.bcmap +0 -0
  103. package/public/cmaps/GBT-H.bcmap +0 -0
  104. package/public/cmaps/GBT-V.bcmap +0 -0
  105. package/public/cmaps/GBTpc-EUC-H.bcmap +0 -0
  106. package/public/cmaps/GBTpc-EUC-V.bcmap +0 -0
  107. package/public/cmaps/GBpc-EUC-H.bcmap +0 -0
  108. package/public/cmaps/GBpc-EUC-V.bcmap +0 -0
  109. package/public/cmaps/H.bcmap +0 -0
  110. package/public/cmaps/HKdla-B5-H.bcmap +0 -0
  111. package/public/cmaps/HKdla-B5-V.bcmap +0 -0
  112. package/public/cmaps/HKdlb-B5-H.bcmap +0 -0
  113. package/public/cmaps/HKdlb-B5-V.bcmap +0 -0
  114. package/public/cmaps/HKgccs-B5-H.bcmap +0 -0
  115. package/public/cmaps/HKgccs-B5-V.bcmap +0 -0
  116. package/public/cmaps/HKm314-B5-H.bcmap +0 -0
  117. package/public/cmaps/HKm314-B5-V.bcmap +0 -0
  118. package/public/cmaps/HKm471-B5-H.bcmap +0 -0
  119. package/public/cmaps/HKm471-B5-V.bcmap +0 -0
  120. package/public/cmaps/HKscs-B5-H.bcmap +0 -0
  121. package/public/cmaps/HKscs-B5-V.bcmap +0 -0
  122. package/public/cmaps/Hankaku.bcmap +0 -0
  123. package/public/cmaps/Hiragana.bcmap +0 -0
  124. package/public/cmaps/KSC-EUC-H.bcmap +0 -0
  125. package/public/cmaps/KSC-EUC-V.bcmap +0 -0
  126. package/public/cmaps/KSC-H.bcmap +0 -0
  127. package/public/cmaps/KSC-Johab-H.bcmap +0 -0
  128. package/public/cmaps/KSC-Johab-V.bcmap +0 -0
  129. package/public/cmaps/KSC-V.bcmap +0 -0
  130. package/public/cmaps/KSCms-UHC-H.bcmap +0 -0
  131. package/public/cmaps/KSCms-UHC-HW-H.bcmap +0 -0
  132. package/public/cmaps/KSCms-UHC-HW-V.bcmap +0 -0
  133. package/public/cmaps/KSCms-UHC-V.bcmap +0 -0
  134. package/public/cmaps/KSCpc-EUC-H.bcmap +0 -0
  135. package/public/cmaps/KSCpc-EUC-V.bcmap +0 -0
  136. package/public/cmaps/Katakana.bcmap +0 -0
  137. package/public/cmaps/LICENSE +36 -0
  138. package/public/cmaps/NWP-H.bcmap +0 -0
  139. package/public/cmaps/NWP-V.bcmap +0 -0
  140. package/public/cmaps/RKSJ-H.bcmap +0 -0
  141. package/public/cmaps/RKSJ-V.bcmap +0 -0
  142. package/public/cmaps/Roman.bcmap +0 -0
  143. package/public/cmaps/UniCNS-UCS2-H.bcmap +0 -0
  144. package/public/cmaps/UniCNS-UCS2-V.bcmap +0 -0
  145. package/public/cmaps/UniCNS-UTF16-H.bcmap +0 -0
  146. package/public/cmaps/UniCNS-UTF16-V.bcmap +0 -0
  147. package/public/cmaps/UniCNS-UTF32-H.bcmap +0 -0
  148. package/public/cmaps/UniCNS-UTF32-V.bcmap +0 -0
  149. package/public/cmaps/UniCNS-UTF8-H.bcmap +0 -0
  150. package/public/cmaps/UniCNS-UTF8-V.bcmap +0 -0
  151. package/public/cmaps/UniGB-UCS2-H.bcmap +0 -0
  152. package/public/cmaps/UniGB-UCS2-V.bcmap +0 -0
  153. package/public/cmaps/UniGB-UTF16-H.bcmap +0 -0
  154. package/public/cmaps/UniGB-UTF16-V.bcmap +0 -0
  155. package/public/cmaps/UniGB-UTF32-H.bcmap +0 -0
  156. package/public/cmaps/UniGB-UTF32-V.bcmap +0 -0
  157. package/public/cmaps/UniGB-UTF8-H.bcmap +0 -0
  158. package/public/cmaps/UniGB-UTF8-V.bcmap +0 -0
  159. package/public/cmaps/UniJIS-UCS2-H.bcmap +0 -0
  160. package/public/cmaps/UniJIS-UCS2-HW-H.bcmap +0 -0
  161. package/public/cmaps/UniJIS-UCS2-HW-V.bcmap +0 -0
  162. package/public/cmaps/UniJIS-UCS2-V.bcmap +0 -0
  163. package/public/cmaps/UniJIS-UTF16-H.bcmap +0 -0
  164. package/public/cmaps/UniJIS-UTF16-V.bcmap +0 -0
  165. package/public/cmaps/UniJIS-UTF32-H.bcmap +0 -0
  166. package/public/cmaps/UniJIS-UTF32-V.bcmap +0 -0
  167. package/public/cmaps/UniJIS-UTF8-H.bcmap +0 -0
  168. package/public/cmaps/UniJIS-UTF8-V.bcmap +0 -0
  169. package/public/cmaps/UniJIS2004-UTF16-H.bcmap +0 -0
  170. package/public/cmaps/UniJIS2004-UTF16-V.bcmap +0 -0
  171. package/public/cmaps/UniJIS2004-UTF32-H.bcmap +0 -0
  172. package/public/cmaps/UniJIS2004-UTF32-V.bcmap +0 -0
  173. package/public/cmaps/UniJIS2004-UTF8-H.bcmap +0 -0
  174. package/public/cmaps/UniJIS2004-UTF8-V.bcmap +0 -0
  175. package/public/cmaps/UniJISPro-UCS2-HW-V.bcmap +0 -0
  176. package/public/cmaps/UniJISPro-UCS2-V.bcmap +0 -0
  177. package/public/cmaps/UniJISPro-UTF8-V.bcmap +0 -0
  178. package/public/cmaps/UniJISX0213-UTF32-H.bcmap +0 -0
  179. package/public/cmaps/UniJISX0213-UTF32-V.bcmap +0 -0
  180. package/public/cmaps/UniJISX02132004-UTF32-H.bcmap +0 -0
  181. package/public/cmaps/UniJISX02132004-UTF32-V.bcmap +0 -0
  182. package/public/cmaps/UniKS-UCS2-H.bcmap +0 -0
  183. package/public/cmaps/UniKS-UCS2-V.bcmap +0 -0
  184. package/public/cmaps/UniKS-UTF16-H.bcmap +0 -0
  185. package/public/cmaps/UniKS-UTF16-V.bcmap +0 -0
  186. package/public/cmaps/UniKS-UTF32-H.bcmap +0 -0
  187. package/public/cmaps/UniKS-UTF32-V.bcmap +0 -0
  188. package/public/cmaps/UniKS-UTF8-H.bcmap +0 -0
  189. package/public/cmaps/UniKS-UTF8-V.bcmap +0 -0
  190. package/public/cmaps/V.bcmap +0 -0
  191. package/public/cmaps/WP-Symbol.bcmap +0 -0
  192. package/public/favicon.ico +0 -0
  193. package/public/font/font_2530548_ikl5ryc86u.css +535 -0
  194. package/public/font/font_2530548_ikl5ryc86u.ttf +0 -0
  195. package/public/font/font_2530548_ikl5ryc86u.woff +0 -0
  196. package/public/font/font_2530548_ikl5ryc86u.woff2 +0 -0
  197. package/public/font/font_2612462_d2s6adyaymf.css +93 -0
  198. package/public/font/font_2612462_d2s6adyaymf.ttf +0 -0
  199. package/public/font/font_2612462_d2s6adyaymf.woff +0 -0
  200. package/public/font/font_2612462_d2s6adyaymf.woff2 +0 -0
  201. package/public/img/banner.png +0 -0
  202. package/public/img/icons/android-chrome-192x192.png +0 -0
  203. package/public/img/icons/android-chrome-512x512.png +0 -0
  204. package/public/img/icons/android-chrome-maskable-192x192.png +0 -0
  205. package/public/img/icons/android-chrome-maskable-512x512.png +0 -0
  206. package/public/img/icons/apple-touch-icon-120x120.png +0 -0
  207. package/public/img/icons/apple-touch-icon-152x152.png +0 -0
  208. package/public/img/icons/apple-touch-icon-180x180.png +0 -0
  209. package/public/img/icons/apple-touch-icon-60x60.png +0 -0
  210. package/public/img/icons/apple-touch-icon-76x76.png +0 -0
  211. package/public/img/icons/apple-touch-icon.png +0 -0
  212. package/public/img/icons/favicon-16x16.png +0 -0
  213. package/public/img/icons/favicon-32x32.png +0 -0
  214. package/public/img/icons/msapplication-icon-144x144.png +0 -0
  215. package/public/img/icons/mstile-150x150.png +0 -0
  216. package/public/img/icons/safari-pinned-tab.svg +149 -0
  217. package/public/img/success.png +0 -0
  218. package/public/img/tip.png +0 -0
  219. package/public/index.html +132 -0
  220. package/public/js/babel-standalone.min.js +25 -0
  221. package/public/js/config.js +0 -0
  222. package/public/js/jquery-3.6.0.min.js +2 -0
  223. package/public/js/pdf.worker.js +45929 -0
  224. package/public/js/signature_pad.min.js +6 -0
  225. package/public/js/tinymce/icons/default/icons.js +170 -0
  226. package/public/js/tinymce/icons/default/icons.min.js +1 -0
  227. package/public/js/tinymce/jquery.tinymce.min.js +92 -0
  228. package/public/js/tinymce/langs/readme.md +3 -0
  229. package/public/js/tinymce/langs/zh_CN.js +419 -0
  230. package/public/js/tinymce/license.txt +504 -0
  231. package/public/js/tinymce/plugins/advlist/plugin.js +281 -0
  232. package/public/js/tinymce/plugins/advlist/plugin.min.js +9 -0
  233. package/public/js/tinymce/plugins/anchor/plugin.js +216 -0
  234. package/public/js/tinymce/plugins/anchor/plugin.min.js +9 -0
  235. package/public/js/tinymce/plugins/autolink/plugin.js +185 -0
  236. package/public/js/tinymce/plugins/autolink/plugin.min.js +9 -0
  237. package/public/js/tinymce/plugins/autoresize/plugin.js +171 -0
  238. package/public/js/tinymce/plugins/autoresize/plugin.min.js +9 -0
  239. package/public/js/tinymce/plugins/autosave/plugin.js +214 -0
  240. package/public/js/tinymce/plugins/autosave/plugin.min.js +9 -0
  241. package/public/js/tinymce/plugins/bbcode/plugin.js +99 -0
  242. package/public/js/tinymce/plugins/bbcode/plugin.min.js +9 -0
  243. package/public/js/tinymce/plugins/charmap/plugin.js +1706 -0
  244. package/public/js/tinymce/plugins/charmap/plugin.min.js +9 -0
  245. package/public/js/tinymce/plugins/code/plugin.js +92 -0
  246. package/public/js/tinymce/plugins/code/plugin.min.js +9 -0
  247. package/public/js/tinymce/plugins/codesample/plugin.js +1717 -0
  248. package/public/js/tinymce/plugins/codesample/plugin.min.js +9 -0
  249. package/public/js/tinymce/plugins/colorpicker/plugin.js +22 -0
  250. package/public/js/tinymce/plugins/colorpicker/plugin.min.js +9 -0
  251. package/public/js/tinymce/plugins/contextmenu/plugin.js +22 -0
  252. package/public/js/tinymce/plugins/contextmenu/plugin.min.js +9 -0
  253. package/public/js/tinymce/plugins/data/plugin.min.js +209 -0
  254. package/public/js/tinymce/plugins/directionality/plugin.js +314 -0
  255. package/public/js/tinymce/plugins/directionality/plugin.min.js +9 -0
  256. package/public/js/tinymce/plugins/emoticons/js/emojiimages.js +9424 -0
  257. package/public/js/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  258. package/public/js/tinymce/plugins/emoticons/js/emojis.js +9423 -0
  259. package/public/js/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  260. package/public/js/tinymce/plugins/emoticons/plugin.js +564 -0
  261. package/public/js/tinymce/plugins/emoticons/plugin.min.js +9 -0
  262. package/public/js/tinymce/plugins/fullpage/plugin.js +544 -0
  263. package/public/js/tinymce/plugins/fullpage/plugin.min.js +9 -0
  264. package/public/js/tinymce/plugins/fullscreen/plugin.js +851 -0
  265. package/public/js/tinymce/plugins/fullscreen/plugin.min.js +9 -0
  266. package/public/js/tinymce/plugins/help/plugin.js +846 -0
  267. package/public/js/tinymce/plugins/help/plugin.min.js +9 -0
  268. package/public/js/tinymce/plugins/hr/plugin.js +46 -0
  269. package/public/js/tinymce/plugins/hr/plugin.min.js +9 -0
  270. package/public/js/tinymce/plugins/image/plugin.js +1660 -0
  271. package/public/js/tinymce/plugins/image/plugin.min.js +9 -0
  272. package/public/js/tinymce/plugins/imagetools/plugin.js +1304 -0
  273. package/public/js/tinymce/plugins/imagetools/plugin.min.js +9 -0
  274. package/public/js/tinymce/plugins/importcss/plugin.js +337 -0
  275. package/public/js/tinymce/plugins/importcss/plugin.min.js +9 -0
  276. package/public/js/tinymce/plugins/insertdatetime/plugin.js +177 -0
  277. package/public/js/tinymce/plugins/insertdatetime/plugin.min.js +9 -0
  278. package/public/js/tinymce/plugins/legacyoutput/plugin.js +199 -0
  279. package/public/js/tinymce/plugins/legacyoutput/plugin.min.js +9 -0
  280. package/public/js/tinymce/plugins/link/plugin.js +1219 -0
  281. package/public/js/tinymce/plugins/link/plugin.min.js +9 -0
  282. package/public/js/tinymce/plugins/lists/plugin.js +2163 -0
  283. package/public/js/tinymce/plugins/lists/plugin.min.js +9 -0
  284. package/public/js/tinymce/plugins/media/plugin.js +1315 -0
  285. package/public/js/tinymce/plugins/media/plugin.min.js +9 -0
  286. package/public/js/tinymce/plugins/nonbreaking/plugin.js +101 -0
  287. package/public/js/tinymce/plugins/nonbreaking/plugin.min.js +9 -0
  288. package/public/js/tinymce/plugins/noneditable/plugin.js +117 -0
  289. package/public/js/tinymce/plugins/noneditable/plugin.min.js +9 -0
  290. package/public/js/tinymce/plugins/pagebreak/plugin.js +107 -0
  291. package/public/js/tinymce/plugins/pagebreak/plugin.min.js +9 -0
  292. package/public/js/tinymce/plugins/pagelink/plugin.min.js +171 -0
  293. package/public/js/tinymce/plugins/paper/plugin.min.js +80 -0
  294. package/public/js/tinymce/plugins/paste/plugin.js +1707 -0
  295. package/public/js/tinymce/plugins/paste/plugin.min.js +9 -0
  296. package/public/js/tinymce/plugins/preview/plugin.js +127 -0
  297. package/public/js/tinymce/plugins/preview/plugin.min.js +9 -0
  298. package/public/js/tinymce/plugins/print/plugin.js +53 -0
  299. package/public/js/tinymce/plugins/print/plugin.min.js +9 -0
  300. package/public/js/tinymce/plugins/quickbars/plugin.js +488 -0
  301. package/public/js/tinymce/plugins/quickbars/plugin.min.js +9 -0
  302. package/public/js/tinymce/plugins/save/plugin.js +119 -0
  303. package/public/js/tinymce/plugins/save/plugin.min.js +9 -0
  304. package/public/js/tinymce/plugins/searchreplace/plugin.js +1167 -0
  305. package/public/js/tinymce/plugins/searchreplace/plugin.min.js +9 -0
  306. package/public/js/tinymce/plugins/spellchecker/plugin.js +737 -0
  307. package/public/js/tinymce/plugins/spellchecker/plugin.min.js +9 -0
  308. package/public/js/tinymce/plugins/tabfocus/plugin.js +128 -0
  309. package/public/js/tinymce/plugins/tabfocus/plugin.min.js +9 -0
  310. package/public/js/tinymce/plugins/table/plugin.min.js +9805 -0
  311. package/public/js/tinymce/plugins/table/plugin.min.js1 +9 -0
  312. package/public/js/tinymce/plugins/template/plugin.js +562 -0
  313. package/public/js/tinymce/plugins/template/plugin.min.js +9 -0
  314. package/public/js/tinymce/plugins/textattribute/plugin.min.js +76 -0
  315. package/public/js/tinymce/plugins/textcolor/plugin.js +22 -0
  316. package/public/js/tinymce/plugins/textcolor/plugin.min.js +9 -0
  317. package/public/js/tinymce/plugins/textpattern/plugin.js +1392 -0
  318. package/public/js/tinymce/plugins/textpattern/plugin.min.js +9 -0
  319. package/public/js/tinymce/plugins/toc/plugin.js +235 -0
  320. package/public/js/tinymce/plugins/toc/plugin.min.js +9 -0
  321. package/public/js/tinymce/plugins/visualblocks/plugin.js +104 -0
  322. package/public/js/tinymce/plugins/visualblocks/plugin.min.js +9 -0
  323. package/public/js/tinymce/plugins/visualchars/plugin.js +541 -0
  324. package/public/js/tinymce/plugins/visualchars/plugin.min.js +9 -0
  325. package/public/js/tinymce/plugins/wordcount/plugin.js +416 -0
  326. package/public/js/tinymce/plugins/wordcount/plugin.min.js +9 -0
  327. package/public/js/tinymce/readme.md +77 -0
  328. package/public/js/tinymce/skins/content/dark/content.css +59 -0
  329. package/public/js/tinymce/skins/content/dark/content.min.css +7 -0
  330. package/public/js/tinymce/skins/content/dark/content.min.css.map +1 -0
  331. package/public/js/tinymce/skins/content/default/content.css +49 -0
  332. package/public/js/tinymce/skins/content/default/content.min.css +7 -0
  333. package/public/js/tinymce/skins/content/default/content.min.css.map +1 -0
  334. package/public/js/tinymce/skins/content/document/content.css +54 -0
  335. package/public/js/tinymce/skins/content/document/content.min.css +7 -0
  336. package/public/js/tinymce/skins/content/document/content.min.css.map +1 -0
  337. package/public/js/tinymce/skins/content/writer/content.css +50 -0
  338. package/public/js/tinymce/skins/content/writer/content.min.css +7 -0
  339. package/public/js/tinymce/skins/content/writer/content.min.css.map +1 -0
  340. package/public/js/tinymce/skins/ui/oxide/content.css +693 -0
  341. package/public/js/tinymce/skins/ui/oxide/content.inline.css +687 -0
  342. package/public/js/tinymce/skins/ui/oxide/content.inline.min.css +7 -0
  343. package/public/js/tinymce/skins/ui/oxide/content.inline.min.css.map +1 -0
  344. package/public/js/tinymce/skins/ui/oxide/content.min.css +7 -0
  345. package/public/js/tinymce/skins/ui/oxide/content.min.css.map +1 -0
  346. package/public/js/tinymce/skins/ui/oxide/content.mobile.css +29 -0
  347. package/public/js/tinymce/skins/ui/oxide/content.mobile.min.css +7 -0
  348. package/public/js/tinymce/skins/ui/oxide/content.mobile.min.css.map +1 -0
  349. package/public/js/tinymce/skins/ui/oxide/fonts/tinymce-mobile.woff +0 -0
  350. package/public/js/tinymce/skins/ui/oxide/skin.css +2937 -0
  351. package/public/js/tinymce/skins/ui/oxide/skin.min.css +7 -0
  352. package/public/js/tinymce/skins/ui/oxide/skin.min.css.map +1 -0
  353. package/public/js/tinymce/skins/ui/oxide/skin.mobile.css +673 -0
  354. package/public/js/tinymce/skins/ui/oxide/skin.mobile.min.css +7 -0
  355. package/public/js/tinymce/skins/ui/oxide/skin.mobile.min.css.map +1 -0
  356. package/public/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +7 -0
  357. package/public/js/tinymce/skins/ui/oxide-dark/content.css +675 -0
  358. package/public/js/tinymce/skins/ui/oxide-dark/content.inline.css +687 -0
  359. package/public/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +7 -0
  360. package/public/js/tinymce/skins/ui/oxide-dark/content.inline.min.css.map +1 -0
  361. package/public/js/tinymce/skins/ui/oxide-dark/content.min.css +7 -0
  362. package/public/js/tinymce/skins/ui/oxide-dark/content.min.css.map +1 -0
  363. package/public/js/tinymce/skins/ui/oxide-dark/content.mobile.css +29 -0
  364. package/public/js/tinymce/skins/ui/oxide-dark/content.mobile.min.css +7 -0
  365. package/public/js/tinymce/skins/ui/oxide-dark/content.mobile.min.css.map +1 -0
  366. package/public/js/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff +0 -0
  367. package/public/js/tinymce/skins/ui/oxide-dark/skin.css +2937 -0
  368. package/public/js/tinymce/skins/ui/oxide-dark/skin.min.css +7 -0
  369. package/public/js/tinymce/skins/ui/oxide-dark/skin.min.css.map +1 -0
  370. package/public/js/tinymce/skins/ui/oxide-dark/skin.mobile.css +673 -0
  371. package/public/js/tinymce/skins/ui/oxide-dark/skin.mobile.min.css +7 -0
  372. package/public/js/tinymce/skins/ui/oxide-dark/skin.mobile.min.css.map +1 -0
  373. package/public/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +7 -0
  374. package/public/js/tinymce/themes/mobile/theme.js +13612 -0
  375. package/public/js/tinymce/themes/mobile/theme.min.js +9 -0
  376. package/public/js/tinymce/themes/silver/theme.js +31769 -0
  377. package/public/js/tinymce/themes/silver/theme.min.js +9 -0
  378. package/public/js/tinymce/tinymce.d.ts +2916 -0
  379. package/public/js/tinymce/tinymce.min.js +9 -0
  380. package/public/luckysheet/iconfont.css +456 -0
  381. package/public/luckysheet/luckysheet.css +1 -0
  382. package/public/luckysheet/luckysheet.umd.js +27 -0
  383. package/public/luckysheet/plugin.js +1 -0
  384. package/public/luckysheet/plugins.css +10 -0
  385. package/public/luckysheet/pluginsCss.css +1 -0
  386. package/public/robots.txt +2 -0
  387. package/public/signature.html +445 -0
  388. package/sh.exe.stackdump +11 -0
  389. package/src/App.vue +31 -0
  390. package/src/api/README.md +1 -0
  391. package/src/api/config.js +187 -0
  392. package/src/api/createHttp.js +160 -0
  393. package/src/api/index.js +32 -0
  394. package/src/assets/bdrz/banlizhong.png +0 -0
  395. package/src/assets/bdrz/chenggong.png +0 -0
  396. package/src/assets/bdrz/danwei.png +0 -0
  397. package/src/assets/bdrz/hedui.png +0 -0
  398. package/src/assets/bdrz/laoziguanli.png +0 -0
  399. package/src/assets/bdrz/location.png +0 -0
  400. package/src/assets/bdrz/locationl.png +0 -0
  401. package/src/assets/bdrz/phone.png +0 -0
  402. package/src/assets/bdrz/phonel.png +0 -0
  403. package/src/assets/bdrz/shouzhi.png +0 -0
  404. package/src/assets/bdrz/time.png +0 -0
  405. package/src/assets/bdrz/timel.png +0 -0
  406. package/src/assets/bdrz/wancheng.png +0 -0
  407. package/src/assets/bdrz/zuobiao.png +0 -0
  408. package/src/assets/customTranslate/customTranslate.js +13 -0
  409. package/src/assets/customTranslate/translations.js +218 -0
  410. package/src/assets/data/card.png +0 -0
  411. package/src/assets/data/code.png +0 -0
  412. package/src/assets/home/apply.png +0 -0
  413. package/src/assets/home/banner1.png +0 -0
  414. package/src/assets/home/banner11.png +0 -0
  415. package/src/assets/home/banner12.png +0 -0
  416. package/src/assets/home/banner2.png +0 -0
  417. package/src/assets/home/banner3.png +0 -0
  418. package/src/assets/home/benke.png +0 -0
  419. package/src/assets/home/chengguo.png +0 -0
  420. package/src/assets/home/gaojirencaisousuo.png +0 -0
  421. package/src/assets/home/hangyebiaozhun.png +0 -0
  422. package/src/assets/home/huojiang.png +0 -0
  423. package/src/assets/home/icon-test.png +0 -0
  424. package/src/assets/home/kaoshi.png +0 -0
  425. package/src/assets/home/kejichengguo.png +0 -0
  426. package/src/assets/home/keyanxiangmu.png +0 -0
  427. package/src/assets/home/lunwendao.png +0 -0
  428. package/src/assets/home/message.png +0 -0
  429. package/src/assets/home/my-yanjiubaogao.png +0 -0
  430. package/src/assets/home/nodata.png +0 -0
  431. package/src/assets/home/people.png +0 -0
  432. package/src/assets/home/qita.png +0 -0
  433. package/src/assets/home/schoollogo.png +0 -0
  434. package/src/assets/home/search.png +0 -0
  435. package/src/assets/home/shenbaoguanli.png +0 -0
  436. package/src/assets/home/shouye.png +0 -0
  437. package/src/assets/home/title.png +0 -0
  438. package/src/assets/home/todo.png +0 -0
  439. package/src/assets/home/wave0.png +0 -0
  440. package/src/assets/home/wave1.png +0 -0
  441. package/src/assets/home/wave2.png +0 -0
  442. package/src/assets/home/wodeshuju(1).png +0 -0
  443. package/src/assets/home/xinxizhongxin.png +0 -0
  444. package/src/assets/home/yanjiusheng.png +0 -0
  445. package/src/assets/home/yeji.png +0 -0
  446. package/src/assets/home/zhengjiuniandukaohe.png +0 -0
  447. package/src/assets/home/zhengshu.png +0 -0
  448. package/src/assets/home/zhidao.png +0 -0
  449. package/src/assets/home/zhuanli.png +0 -0
  450. package/src/assets/home/zhuanye.png +0 -0
  451. package/src/assets/home/zhuzuoquan.png +0 -0
  452. package/src/assets/images/add.png +0 -0
  453. package/src/assets/images/app.png +0 -0
  454. package/src/assets/images/apply_bg.png +0 -0
  455. package/src/assets/images/auto.png +0 -0
  456. package/src/assets/images/book.png +0 -0
  457. package/src/assets/images/clear.png +0 -0
  458. package/src/assets/images/contact_bg.png +0 -0
  459. package/src/assets/images/data/benke.png +0 -0
  460. package/src/assets/images/data/chengguo.png +0 -0
  461. package/src/assets/images/data/chubanwu.png +0 -0
  462. package/src/assets/images/data/erjidanwei.png +0 -0
  463. package/src/assets/images/data/hangyebiaozhun.png +0 -0
  464. package/src/assets/images/data/huojiang(1).png +0 -0
  465. package/src/assets/images/data/huojiang(2).png +0 -0
  466. package/src/assets/images/data/icon-test.png +0 -0
  467. package/src/assets/images/data/jianzhi.png +0 -0
  468. package/src/assets/images/data/jiaozhigong.png +0 -0
  469. package/src/assets/images/data/keyanxiangmu.png +0 -0
  470. package/src/assets/images/data/keyanxiangmu/346/213/267/350/264/2352.png +0 -0
  471. package/src/assets/images/data/lunwen(1).png +0 -0
  472. package/src/assets/images/data/lunwendao.png +0 -0
  473. package/src/assets/images/data/lunwendao/346/213/267/350/264/2352.png +0 -0
  474. package/src/assets/images/data/pingtai.png +0 -0
  475. package/src/assets/images/data/pingtai/346/213/267/350/264/235.png +0 -0
  476. package/src/assets/images/data/shengbujijiaoxuechengguojiang.png +0 -0
  477. package/src/assets/images/data/wudachengguozhuanhuazhongxin.png +0 -0
  478. package/src/assets/images/data/xueke(1).png +0 -0
  479. package/src/assets/images/data/yanjiusheng.png +0 -0
  480. package/src/assets/images/data/zhidao.png +0 -0
  481. package/src/assets/images/data/zhuanli.png +0 -0
  482. package/src/assets/images/data/zhuzuoquan.png +0 -0
  483. package/src/assets/images/error.png +0 -0
  484. package/src/assets/images/file.png +0 -0
  485. package/src/assets/images/hall_banner.png +0 -0
  486. package/src/assets/images/hr.png +0 -0
  487. package/src/assets/images/index/benke.png +0 -0
  488. package/src/assets/images/index/chengguo.png +0 -0
  489. package/src/assets/images/index/gaojirencaisousuo.png +0 -0
  490. package/src/assets/images/index/hangyebiaozhun.png +0 -0
  491. package/src/assets/images/index/huojiang.png +0 -0
  492. package/src/assets/images/index/icon-test.png +0 -0
  493. package/src/assets/images/index/kaoshi.png +0 -0
  494. package/src/assets/images/index/kejichengguo.png +0 -0
  495. package/src/assets/images/index/keyanxiangmu.png +0 -0
  496. package/src/assets/images/index/lunwendao.png +0 -0
  497. package/src/assets/images/index/my-yanjiubaogao.png +0 -0
  498. package/src/assets/images/index/qita.png +0 -0
  499. package/src/assets/images/index/shenbaoguanli.png +0 -0
  500. package/src/assets/images/index/wodeshuju(1).png +0 -0
  501. package/src/assets/images/index/xinxizhongxin.png +0 -0
  502. package/src/assets/images/index/yanjiusheng.png +0 -0
  503. package/src/assets/images/index/yeji.png +0 -0
  504. package/src/assets/images/index/zhengjiuniandukaohe.png +0 -0
  505. package/src/assets/images/index/zhengshu.png +0 -0
  506. package/src/assets/images/index/zhidao.png +0 -0
  507. package/src/assets/images/index/zhuanli.png +0 -0
  508. package/src/assets/images/index/zhuanye.png +0 -0
  509. package/src/assets/images/index/zhuzuoquan.png +0 -0
  510. package/src/assets/images/index//344/270/232/345/212/241/347/224/263/346/212/245/344/270/200/347/253/231/345/274/217/345/212/236/347/220/206.png +0 -0
  511. package/src/assets/images/index//345/276/205/345/212/236.png +0 -0
  512. package/src/assets/images/index//346/244/255/345/234/2064/346/213/267/350/264/2355.png +0 -0
  513. package/src/assets/images/index//346/244/255/345/234/2065/346/213/267/350/264/235.png +0 -0
  514. package/src/assets/images/index//346/266/210/346/201/257.png +0 -0
  515. package/src/assets/images/index//347/224/263/350/257/267.png +0 -0
  516. package/src/assets/images/index//351/273/230/350/256/244/345/255/246/346/240/241logo.png +0 -0
  517. package/src/assets/images/jian.png +0 -0
  518. package/src/assets/images/login.jpg +0 -0
  519. package/src/assets/images/logo.png +0 -0
  520. package/src/assets/images/m_hall_banner.png +0 -0
  521. package/src/assets/images/mlogin.png +0 -0
  522. package/src/assets/images/module.png +0 -0
  523. package/src/assets/images/offical/111.png +0 -0
  524. package/src/assets/images/offical/haiwaigaocengcirencai.png +0 -0
  525. package/src/assets/images/offical/jiaoxue(1).png +0 -0
  526. package/src/assets/images/offical/niandukaohe-weikaohe.png +0 -0
  527. package/src/assets/images/offical/pinqikaohe.png +0 -0
  528. package/src/assets/images/offical/renshiguanlixinxi_yingongchuguo.png +0 -0
  529. package/src/assets/images/offical/shengbujijiaoxuechengguojiang.png +0 -0
  530. package/src/assets/images/offical/shujucaiji.png +0 -0
  531. package/src/assets/images/offical/yeji(1).png +0 -0
  532. package/src/assets/images/offical/zhuanye.png +0 -0
  533. package/src/assets/images/offical//345/244/232/350/276/271/345/275/2421/346/213/267/350/264/23510.png +0 -0
  534. package/src/assets/images/qq.png +0 -0
  535. package/src/assets/images/role_select.png +0 -0
  536. package/src/assets/images/staff.png +0 -0
  537. package/src/assets/images/success.png +0 -0
  538. package/src/assets/images/theme/aurorablue.png +0 -0
  539. package/src/assets/images/theme/classicblue.png +0 -0
  540. package/src/assets/images/theme/deepblue.png +0 -0
  541. package/src/assets/images/theme/forestgreen.png +0 -0
  542. package/src/assets/images/theme/orange.png +0 -0
  543. package/src/assets/images/theme/palevioletred.png +0 -0
  544. package/src/assets/images/theme/purple.png +0 -0
  545. package/src/assets/images/theme/skyblue.png +0 -0
  546. package/src/assets/images/theme/tiffanyblue.png +0 -0
  547. package/src/assets/images/user_bg.png +0 -0
  548. package/src/assets/images/weixin.png +0 -0
  549. package/src/assets/login/bgimg.jpg +0 -0
  550. package/src/assets/moren.png +0 -0
  551. package/src/assets/wage/baseBanner.png +0 -0
  552. package/src/frame/base/AppModuleTreeFind.vue +51 -0
  553. package/src/frame/base/AttributeSubAdd.vue +29 -0
  554. package/src/frame/base/ChooseApplication.vue +176 -0
  555. package/src/frame/base/ChooseApplicationSet.vue +165 -0
  556. package/src/frame/base/ClientAppItem.vue +217 -0
  557. package/src/frame/base/ClientApplication.vue +446 -0
  558. package/src/frame/base/ClientApplicationList.vue +180 -0
  559. package/src/frame/base/ClientModule.vue +65 -0
  560. package/src/frame/base/ClientModuleIndex.vue +413 -0
  561. package/src/frame/base/ClientTreePage.vue +29 -0
  562. package/src/frame/base/ConfigModuleIndex.vue +82 -0
  563. package/src/frame/base/CurrentClientApplication.vue +33 -0
  564. package/src/frame/base/DeptTreeFind.vue +51 -0
  565. package/src/frame/base/EntityList.vue +71 -0
  566. package/src/frame/base/ModuleTreeFind.vue +51 -0
  567. package/src/frame/base/PageList.vue +47 -0
  568. package/src/frame/base/PermissManage.vue +95 -0
  569. package/src/frame/base/RoleAccredit.vue +961 -0
  570. package/src/frame/base/ServiceAccredit.vue +956 -0
  571. package/src/frame/base/ServiceMenu.vue +380 -0
  572. package/src/frame/base/ServiceOperate.vue +929 -0
  573. package/src/frame/base/ServiceTreePage.vue +31 -0
  574. package/src/frame/components/AddUsedInterface.vue +154 -0
  575. package/src/frame/components/Alert.vue +35 -0
  576. package/src/frame/components/AppList.vue +254 -0
  577. package/src/frame/components/Apply/ApplyIndex.vue +207 -0
  578. package/src/frame/components/AttributeList.vue +612 -0
  579. package/src/frame/components/Banner.vue +25 -0
  580. package/src/frame/components/CardO.vue +112 -0
  581. package/src/frame/components/CheckForm.vue +20 -0
  582. package/src/frame/components/ClientAdminFormItem.vue +49 -0
  583. package/src/frame/components/ClientFormItem.vue +45 -0
  584. package/src/frame/components/ClientList.vue +135 -0
  585. package/src/frame/components/CodeDetail.vue +374 -0
  586. package/src/frame/components/CodeManage.vue +755 -0
  587. package/src/frame/components/ComponentFind.vue +356 -0
  588. package/src/frame/components/ComponentList.vue +521 -0
  589. package/src/frame/components/ConfigParamFormItem.vue +193 -0
  590. package/src/frame/components/CreatePage.vue +329 -0
  591. package/src/frame/components/DataLog.vue +91 -0
  592. package/src/frame/components/DblogList.vue +158 -0
  593. package/src/frame/components/DeptFind.vue +126 -0
  594. package/src/frame/components/DropDown/DropDownMenu.vue +267 -0
  595. package/src/frame/components/DropDown/DropDownMenuItem.vue +489 -0
  596. package/src/frame/components/DynamicUserList.vue +69 -0
  597. package/src/frame/components/EditListTable.vue +774 -0
  598. package/src/frame/components/EntityCheckboxFind.vue +88 -0
  599. package/src/frame/components/EntityRelationAdd.vue +201 -0
  600. package/src/frame/components/EntityRelationAddFormItem.vue +100 -0
  601. package/src/frame/components/EntityRightFormItem.vue +616 -0
  602. package/src/frame/components/EntityRightSubList.vue +588 -0
  603. package/src/frame/components/EntityTreeManage.vue +852 -0
  604. package/src/frame/components/EntityViewFields.vue +401 -0
  605. package/src/frame/components/EntityViewSubList.vue +976 -0
  606. package/src/frame/components/ExportSystemConfig.vue +103 -0
  607. package/src/frame/components/FieldAddFormItem.vue +35 -0
  608. package/src/frame/components/Footer.vue +120 -0
  609. package/src/frame/components/FormulaEditor.vue +1216 -0
  610. package/src/frame/components/HallNav.vue +450 -0
  611. package/src/frame/components/HeaderNav.vue +417 -0
  612. package/src/frame/components/IconCard.vue +158 -0
  613. package/src/frame/components/IconFontLibrary.vue +59 -0
  614. package/src/frame/components/IconFontList.vue +75 -0
  615. package/src/frame/components/IdentifyList.vue +33 -0
  616. package/src/frame/components/ImportSystemConfig.vue +206 -0
  617. package/src/frame/components/InterfaceSubList.vue +295 -0
  618. package/src/frame/components/JsPanel.vue +103 -0
  619. package/src/frame/components/LanguageImportPage.vue +598 -0
  620. package/src/frame/components/LanguageSetting.vue +449 -0
  621. package/src/frame/components/List/LinkItem.vue +98 -0
  622. package/src/frame/components/List/List.vue +17 -0
  623. package/src/frame/components/List/ListItem.vue +52 -0
  624. package/src/frame/components/ListTable.vue +796 -0
  625. package/src/frame/components/MEntitySubList.vue +199 -0
  626. package/src/frame/components/MenuTreeFind.vue +107 -0
  627. package/src/frame/components/MessageList.vue +137 -0
  628. package/src/frame/components/MessageRuleFormItem.vue +61 -0
  629. package/src/frame/components/MessageRuleReceiverFormItem.vue +173 -0
  630. package/src/frame/components/MessageTemplate.vue +791 -0
  631. package/src/frame/components/MetaList.vue +65 -0
  632. package/src/frame/components/Mine.vue +114 -0
  633. package/src/frame/components/Nav.vue +599 -0
  634. package/src/frame/components/NavFormCatalogItem.vue +9 -0
  635. package/src/frame/components/NumList.vue +108 -0
  636. package/src/frame/components/OperateLog.vue +168 -0
  637. package/src/frame/components/PageCatalog.vue +454 -0
  638. package/src/frame/components/PageChart.vue +306 -0
  639. package/src/frame/components/PageSwipes.vue +179 -0
  640. package/src/frame/components/PersonFormItem.vue +92 -0
  641. package/src/frame/components/Popup.vue +181 -0
  642. package/src/frame/components/PrintFormList.vue +495 -0
  643. package/src/frame/components/PublishEntity.vue +87 -0
  644. package/src/frame/components/ReportFormList.vue +247 -0
  645. package/src/frame/components/ReportList.vue +493 -0
  646. package/src/frame/components/RightSubList.vue +253 -0
  647. package/src/frame/components/RoleAddUser.vue +50 -0
  648. package/src/frame/components/RoleApplicationCard.vue +299 -0
  649. package/src/frame/components/RoleApplicationList.vue +766 -0
  650. package/src/frame/components/RoleApplicationSet.vue +845 -0
  651. package/src/frame/components/RuleText.vue +98 -0
  652. package/src/frame/components/Search.vue +270 -0
  653. package/src/frame/components/ServiceFormItem.vue +29 -0
  654. package/src/frame/components/SubAdd.vue +0 -0
  655. package/src/frame/components/SystemNav.vue +18 -0
  656. package/src/frame/components/TaskNumCard.vue +26 -0
  657. package/src/frame/components/TimerRuleFormItem.vue +227 -0
  658. package/src/frame/components/TodoList.vue +429 -0
  659. package/src/frame/components/UpdateSystemConfig.vue +186 -0
  660. package/src/frame/components/UserCard.vue +110 -0
  661. package/src/frame/components/UserFind.vue +438 -0
  662. package/src/frame/components/UserFormItem.vue +666 -0
  663. package/src/frame/components/UserList.vue +17 -0
  664. package/src/frame/components/UserManage.vue +716 -0
  665. package/src/frame/components/ValidateRuleFormItem.vue +40 -0
  666. package/src/frame/components/ViewFieldDefine.vue +554 -0
  667. package/src/frame/components/attribute/Form.vue +439 -0
  668. package/src/frame/components/authorization/AddApiPermiss.vue +179 -0
  669. package/src/frame/components/authorization/AddAuthorization.vue +135 -0
  670. package/src/frame/components/authorization/AddEntityFind.vue +68 -0
  671. package/src/frame/components/authorization/AddNoApi.vue +143 -0
  672. package/src/frame/components/authorization/AddRoleScope.vue +291 -0
  673. package/src/frame/components/authorization/ApiShareOtherList.vue +353 -0
  674. package/src/frame/components/authorization/ApiSystemList.vue +315 -0
  675. package/src/frame/components/authorization/AuthorizationRoleSystem.vue +213 -0
  676. package/src/frame/components/authorization/EntityConstraintFormItem.vue +255 -0
  677. package/src/frame/components/authorization/OtherShareApiList.vue +248 -0
  678. package/src/frame/components/authorization/PermissRoleAuthorization.vue +583 -0
  679. package/src/frame/components/authorization/PermissRoleTabs.vue +117 -0
  680. package/src/frame/components/authorization/RoleLevel.vue +113 -0
  681. package/src/frame/components/authorization/RoleLevelScope.vue +247 -0
  682. package/src/frame/components/card/CardList.vue +78 -0
  683. package/src/frame/components/card/CardListItem.vue +147 -0
  684. package/src/frame/components/card/Title.vue +38 -0
  685. package/src/frame/components/chart/CircularPie.vue +11 -0
  686. package/src/frame/components/chart/Column.vue +11 -0
  687. package/src/frame/components/chart/HoriColumn.vue +11 -0
  688. package/src/frame/components/chart/Line.vue +11 -0
  689. package/src/frame/components/chart/Pie.vue +11 -0
  690. package/src/frame/components/custom-bpmn/CustomContextPad.js +58 -0
  691. package/src/frame/components/custom-bpmn/CustomPalette.js +257 -0
  692. package/src/frame/components/custom-bpmn/CustomRenderer.js +115 -0
  693. package/src/frame/components/custom-bpmn/CustomRendererBpmn.js +45 -0
  694. package/src/frame/components/custom-bpmn/PropertiesView.vue +4046 -0
  695. package/src/frame/components/custom-bpmn/img/chaxun.png +0 -0
  696. package/src/frame/components/custom-bpmn/img/fasong.png +0 -0
  697. package/src/frame/components/custom-bpmn/img/gengxin.png +0 -0
  698. package/src/frame/components/custom-bpmn/img/jiagong.png +0 -0
  699. package/src/frame/components/custom-bpmn/img/jiekou.png +0 -0
  700. package/src/frame/components/custom-bpmn/img/shanchu.png +0 -0
  701. package/src/frame/components/custom-bpmn/img/tongbu.png +0 -0
  702. package/src/frame/components/custom-bpmn/img/xinzeng.png +0 -0
  703. package/src/frame/components/custom-bpmn/img/xunhuanend.png +0 -0
  704. package/src/frame/components/custom-bpmn/img/xunhuanstart.png +0 -0
  705. package/src/frame/components/custom-bpmn/img/ywgz.png +0 -0
  706. package/src/frame/components/custom-bpmn/index.js +6 -0
  707. package/src/frame/components/custom-bpmn/palette.js +18 -0
  708. package/src/frame/components/custom-bpmn/util.js +5 -0
  709. package/src/frame/components/expand/AddForm.vue +91 -0
  710. package/src/frame/components/expand/AddFormItem.vue +144 -0
  711. package/src/frame/components/filter/Filter.vue +744 -0
  712. package/src/frame/components/filter/FilterItem.vue +516 -0
  713. package/src/frame/components/form/Cascader.vue +79 -0
  714. package/src/frame/components/form/CheckBox.vue +88 -0
  715. package/src/frame/components/form/Date.vue +154 -0
  716. package/src/frame/components/form/DateRange.vue +108 -0
  717. package/src/frame/components/form/Field.vue +91 -0
  718. package/src/frame/components/form/File.vue +415 -0
  719. package/src/frame/components/form/FormItem.vue +128 -0
  720. package/src/frame/components/form/Hidden.vue +77 -0
  721. package/src/frame/components/form/Input.vue +123 -0
  722. package/src/frame/components/form/List.vue +149 -0
  723. package/src/frame/components/form/Object.vue +225 -0
  724. package/src/frame/components/form/Photo.vue +235 -0
  725. package/src/frame/components/form/Textarea.vue +133 -0
  726. package/src/frame/components/grid/Module.vue +63 -0
  727. package/src/frame/components/grid/ModuleItem.vue +205 -0
  728. package/src/frame/components/hall/AppCollect.vue +189 -0
  729. package/src/frame/components/hall/AppList.vue +407 -0
  730. package/src/frame/components/hall/AppVisitRecord.vue +170 -0
  731. package/src/frame/components/hall/Banner.vue +21 -0
  732. package/src/frame/components/hall/ServiceCard.vue +202 -0
  733. package/src/frame/components/hall/UserCard.vue +112 -0
  734. package/src/frame/components/mscope/Scope.vue +90 -0
  735. package/src/frame/components/mscope/ScopeItem.vue +372 -0
  736. package/src/frame/components/mscope/drawer.vue +43 -0
  737. package/src/frame/components/permiss/AddApi.vue +119 -0
  738. package/src/frame/components/permiss/AddNoEntityApi.vue +131 -0
  739. package/src/frame/components/permiss/AddSystemPermiss.vue +107 -0
  740. package/src/frame/components/permiss/AllocateRole.vue +107 -0
  741. package/src/frame/components/permiss/ApiSubList.vue +193 -0
  742. package/src/frame/components/permiss/FieldScope.vue +138 -0
  743. package/src/frame/components/permiss/ListTable.vue +842 -0
  744. package/src/frame/components/permiss/PermissEdit.vue +61 -0
  745. package/src/frame/components/permiss/PermissManage.vue +96 -0
  746. package/src/frame/components/permiss/PermissManageAdd.vue +203 -0
  747. package/src/frame/components/permiss/RoleMenu.vue +405 -0
  748. package/src/frame/components/permiss/RoleSubList.vue +264 -0
  749. package/src/frame/components/permiss/jurisdiction.vue +425 -0
  750. package/src/frame/components/report/ChartLine.vue +253 -0
  751. package/src/frame/components/report/ChartPie.vue +345 -0
  752. package/src/frame/components/report/Config.vue +709 -0
  753. package/src/frame/components/report/Design.vue +2783 -0
  754. package/src/frame/components/report/Index.vue +115 -0
  755. package/src/frame/components/report/ReportTable.vue +1051 -0
  756. package/src/frame/components/report/StatList.vue +229 -0
  757. package/src/frame/components/right/RoleDataList.vue +291 -0
  758. package/src/frame/components/right/RoleFieldList.vue +348 -0
  759. package/src/frame/components/scope/Scope.vue +497 -0
  760. package/src/frame/components/scope/ScopeDrawer.vue +195 -0
  761. package/src/frame/components/scope/ScopeItem.vue +973 -0
  762. package/src/frame/components/task-list/TaskList.vue +617 -0
  763. package/src/frame/components/task-list/Visual.vue +45 -0
  764. package/src/frame/components/task-list/index.js +3 -0
  765. package/src/frame/components/task-list-page/TaskListPage.vue +26 -0
  766. package/src/frame/components/task-list-page/index.js +8 -0
  767. package/src/frame/components/upLoad.vue +69 -0
  768. package/src/frame/components/viewport/LookViewList.vue +28 -0
  769. package/src/frame/components/viewport/ViewAddForm.vue +151 -0
  770. package/src/frame/components/viewport/ViewDefineList.vue +53 -0
  771. package/src/frame/components/viewport/ViewFiedList.vue +646 -0
  772. package/src/frame/components/viewport/ViewScope.vue +109 -0
  773. package/src/frame/index.js +37 -0
  774. package/src/frame/packages/add-form/AddForm.vue +2128 -0
  775. package/src/frame/packages/add-form/Preview.vue +312 -0
  776. package/src/frame/packages/add-form/index.js +8 -0
  777. package/src/frame/packages/add-form-item/AddFormItem.vue +446 -0
  778. package/src/frame/packages/add-form-item/Preview.vue +92 -0
  779. package/src/frame/packages/add-form-item/index.js +8 -0
  780. package/src/frame/packages/alter/Alert.vue +42 -0
  781. package/src/frame/packages/alter/Visual.vue +58 -0
  782. package/src/frame/packages/alter/index.js +8 -0
  783. package/src/frame/packages/app-index/AppIndex.vue +188 -0
  784. package/src/frame/packages/app-index/index.js +8 -0
  785. package/src/frame/packages/app-nav/AppNav.vue +1553 -0
  786. package/src/frame/packages/app-nav/Preview.vue +13 -0
  787. package/src/frame/packages/app-nav/index.js +8 -0
  788. package/src/frame/packages/app-tabs/Tabs.vue +121 -0
  789. package/src/frame/packages/app-tabs/index.js +8 -0
  790. package/src/frame/packages/apply-form/ApplyForm.vue +68 -0
  791. package/src/frame/packages/apply-form/index.js +3 -0
  792. package/src/frame/packages/approval-index/ApprovalIndex.vue +465 -0
  793. package/src/frame/packages/approval-index/index.js +8 -0
  794. package/src/frame/packages/approval-index-page/ApprovalIndexPage.vue +21 -0
  795. package/src/frame/packages/approval-index-page/index.js +8 -0
  796. package/src/frame/packages/base-page/BasePage.vue +221 -0
  797. package/src/frame/packages/base-page/index.js +8 -0
  798. package/src/frame/packages/button/Button.vue +47 -0
  799. package/src/frame/packages/button/Preview.vue +33 -0
  800. package/src/frame/packages/button/index.js +8 -0
  801. package/src/frame/packages/card/Card.vue +291 -0
  802. package/src/frame/packages/card/index.js +8 -0
  803. package/src/frame/packages/card-form-item/CardFormItem.vue +301 -0
  804. package/src/frame/packages/card-form-item/Visual.vue +101 -0
  805. package/src/frame/packages/card-form-item/index.js +3 -0
  806. package/src/frame/packages/category-list/CategoryList.vue +854 -0
  807. package/src/frame/packages/category-list/index.js +8 -0
  808. package/src/frame/packages/chart/Chart.vue +124 -0
  809. package/src/frame/packages/chart/ChartColumn.vue +365 -0
  810. package/src/frame/packages/chart/ChartFormItem.vue +241 -0
  811. package/src/frame/packages/chart/ChartLine.vue +317 -0
  812. package/src/frame/packages/chart/ChartPie.vue +384 -0
  813. package/src/frame/packages/chart/Funnel.vue +379 -0
  814. package/src/frame/packages/chart/ReportTable.vue +1139 -0
  815. package/src/frame/packages/chart/index.js +23 -0
  816. package/src/frame/packages/check-history/CheckHistory.vue +510 -0
  817. package/src/frame/packages/check-history/Steps.vue +213 -0
  818. package/src/frame/packages/check-history/index.js +8 -0
  819. package/src/frame/packages/component/Component.vue +16 -0
  820. package/src/frame/packages/component/index.js +8 -0
  821. package/src/frame/packages/contacts/Card.vue +133 -0
  822. package/src/frame/packages/contacts/Contacts.vue +167 -0
  823. package/src/frame/packages/contacts/index.js +8 -0
  824. package/src/frame/packages/edit-entity-list/EditEntityList.vue +108 -0
  825. package/src/frame/packages/entity-add-page/EntityAddPage.vue +100 -0
  826. package/src/frame/packages/entity-add-page/index.js +8 -0
  827. package/src/frame/packages/entity-apply-page/EntityApplyPage.vue +60 -0
  828. package/src/frame/packages/entity-apply-page/index.js +3 -0
  829. package/src/frame/packages/entity-list/Config.vue +275 -0
  830. package/src/frame/packages/entity-list/EntityList.scss +88 -0
  831. package/src/frame/packages/entity-list/EntityList.vue +2105 -0
  832. package/src/frame/packages/entity-list/Preview.vue +232 -0
  833. package/src/frame/packages/entity-list/components/EditField.vue +76 -0
  834. package/src/frame/packages/entity-list/components/Field.vue +166 -0
  835. package/src/frame/packages/entity-list/config.js +0 -0
  836. package/src/frame/packages/entity-list/index.js +20 -0
  837. package/src/frame/packages/entity-list-find/EntityListFind.vue +161 -0
  838. package/src/frame/packages/entity-list-find/index.js +8 -0
  839. package/src/frame/packages/entity-list-find-page/EntityListFindPage.vue +72 -0
  840. package/src/frame/packages/entity-list-find-page/index.js +8 -0
  841. package/src/frame/packages/entity-list-page/EntityListPage.vue +91 -0
  842. package/src/frame/packages/entity-list-page/index.js +8 -0
  843. package/src/frame/packages/entity-no-submit-sub-list/EntityNoSubmitSubList.vue +302 -0
  844. package/src/frame/packages/entity-no-submit-sub-list/index.js +8 -0
  845. package/src/frame/packages/entity-sub-grid/EntitySubGrid.vue +46 -0
  846. package/src/frame/packages/entity-sub-grid/EntitySubGridItem.vue +68 -0
  847. package/src/frame/packages/entity-sub-grid/index.js +13 -0
  848. package/src/frame/packages/entity-sub-list/EntitySubList.vue +418 -0
  849. package/src/frame/packages/entity-sub-list/index.js +8 -0
  850. package/src/frame/packages/entity-tree-find/EntitytTreeFind.vue +460 -0
  851. package/src/frame/packages/entity-tree-find/index.js +8 -0
  852. package/src/frame/packages/entity-tree-find-page/EntityTreeFindPage.vue +29 -0
  853. package/src/frame/packages/entity-tree-find-page/index.js +8 -0
  854. package/src/frame/packages/export/Export.vue +530 -0
  855. package/src/frame/packages/export/index.js +8 -0
  856. package/src/frame/packages/footer/Footer.vue +142 -0
  857. package/src/frame/packages/footer/index.js +3 -0
  858. package/src/frame/packages/form/Form.vue +611 -0
  859. package/src/frame/packages/form/index.js +8 -0
  860. package/src/frame/packages/form-item/CheckBox.vue +160 -0
  861. package/src/frame/packages/form-item/Color.vue +135 -0
  862. package/src/frame/packages/form-item/Date.vue +330 -0
  863. package/src/frame/packages/form-item/File.vue +712 -0
  864. package/src/frame/packages/form-item/FormItem.vue +464 -0
  865. package/src/frame/packages/form-item/Hidden.vue +55 -0
  866. package/src/frame/packages/form-item/Html.vue +291 -0
  867. package/src/frame/packages/form-item/Input.vue +320 -0
  868. package/src/frame/packages/form-item/Location.vue +313 -0
  869. package/src/frame/packages/form-item/Number.vue +217 -0
  870. package/src/frame/packages/form-item/Object.vue +1195 -0
  871. package/src/frame/packages/form-item/Password.vue +128 -0
  872. package/src/frame/packages/form-item/Photo.vue +362 -0
  873. package/src/frame/packages/form-item/Radio.vue +157 -0
  874. package/src/frame/packages/form-item/Rule.vue +989 -0
  875. package/src/frame/packages/form-item/Scope.vue +224 -0
  876. package/src/frame/packages/form-item/Select.vue +226 -0
  877. package/src/frame/packages/form-item/Signature.vue +242 -0
  878. package/src/frame/packages/form-item/Switch.vue +124 -0
  879. package/src/frame/packages/form-item/Tag.vue +216 -0
  880. package/src/frame/packages/form-item/Textarea.vue +279 -0
  881. package/src/frame/packages/form-item/index.js +45 -0
  882. package/src/frame/packages/grid/Grid.vue +70 -0
  883. package/src/frame/packages/grid/GridItem.vue +190 -0
  884. package/src/frame/packages/grid/index.js +13 -0
  885. package/src/frame/packages/header/Breadcrumb.vue +55 -0
  886. package/src/frame/packages/header/Header.vue +602 -0
  887. package/src/frame/packages/header/Preview.vue +252 -0
  888. package/src/frame/packages/header/index.js +16 -0
  889. package/src/frame/packages/icon/Icon.vue +47 -0
  890. package/src/frame/packages/icon/index.js +7 -0
  891. package/src/frame/packages/iframe/Iframe.vue +17 -0
  892. package/src/frame/packages/iframe/index.js +8 -0
  893. package/src/frame/packages/image/image.vue +23 -0
  894. package/src/frame/packages/import/Import.vue +832 -0
  895. package/src/frame/packages/import/index.js +8 -0
  896. package/src/frame/packages/layout/Column.vue +47 -0
  897. package/src/frame/packages/layout/ColumnPreview.vue +119 -0
  898. package/src/frame/packages/layout/Config.vue +114 -0
  899. package/src/frame/packages/layout/Layout.vue +62 -0
  900. package/src/frame/packages/layout/Preview.vue +111 -0
  901. package/src/frame/packages/layout/index.js +10 -0
  902. package/src/frame/packages/list/List.vue +426 -0
  903. package/src/frame/packages/list/index.js +8 -0
  904. package/src/frame/packages/list/visual/List.vue +349 -0
  905. package/src/frame/packages/load-page/LoadPage.vue +29 -0
  906. package/src/frame/packages/load-page/index.js +8 -0
  907. package/src/frame/packages/m-entity-add-page/MEntityAddPage.vue +100 -0
  908. package/src/frame/packages/m-entity-add-page/index.js +8 -0
  909. package/src/frame/packages/m-entity-list/MEntityList.vue +1083 -0
  910. package/src/frame/packages/m-entity-list/index.js +3 -0
  911. package/src/frame/packages/m-entity-list-find/MEntityListFind.vue +329 -0
  912. package/src/frame/packages/m-entity-list-find/Visual.vue +105 -0
  913. package/src/frame/packages/m-entity-list-find/index.js +3 -0
  914. package/src/frame/packages/m-entity-tree-find/MEntityTreeFind.vue +339 -0
  915. package/src/frame/packages/m-entity-tree-find/index.js +8 -0
  916. package/src/frame/packages/menu/Menu.vue +174 -0
  917. package/src/frame/packages/menu/MenuItem.vue +94 -0
  918. package/src/frame/packages/menu/index.js +16 -0
  919. package/src/frame/packages/menu-index/MenuIndex.vue +444 -0
  920. package/src/frame/packages/menu-index/index.js +8 -0
  921. package/src/frame/packages/mine/Mine.vue +404 -0
  922. package/src/frame/packages/module-index-page/ModuleIndexPage.vue +250 -0
  923. package/src/frame/packages/module-index-page/index.js +7 -0
  924. package/src/frame/packages/module-list/ModuleList.vue +222 -0
  925. package/src/frame/packages/module-list/index.js +8 -0
  926. package/src/frame/packages/module-list-page/ModuleListPage.vue +24 -0
  927. package/src/frame/packages/module-list-page/index.js +8 -0
  928. package/src/frame/packages/nav-add-form/NavAddForm.vue +626 -0
  929. package/src/frame/packages/nav-add-form/index.js +8 -0
  930. package/src/frame/packages/num/CardNum.vue +267 -0
  931. package/src/frame/packages/num/NumItem.vue +192 -0
  932. package/src/frame/packages/num/NumSubItem.vue +137 -0
  933. package/src/frame/packages/num/Statistic.vue +42 -0
  934. package/src/frame/packages/num/index.js +17 -0
  935. package/src/frame/packages/org-chart/OrgChart.vue +301 -0
  936. package/src/frame/packages/org-chart/index.js +8 -0
  937. package/src/frame/packages/page/Page.vue +322 -0
  938. package/src/frame/packages/page/index.js +8 -0
  939. package/src/frame/packages/page-help/PageHelp.vue +28 -0
  940. package/src/frame/packages/page-help/Preview.vue +35 -0
  941. package/src/frame/packages/page-help/index.js +8 -0
  942. package/src/frame/packages/page-tabs/PageTabs.vue +188 -0
  943. package/src/frame/packages/page-tabs/index.js +8 -0
  944. package/src/frame/packages/progress/Progress.vue +287 -0
  945. package/src/frame/packages/progress/ProgressItem.vue +39 -0
  946. package/src/frame/packages/progress/index.js +13 -0
  947. package/src/frame/packages/progress-chart/ProcessChart.vue +210 -0
  948. package/src/frame/packages/progress-chart/index.js +8 -0
  949. package/src/frame/packages/report-form-list/ReportFormList.vue +0 -0
  950. package/src/frame/packages/router-view/RouterView.vue +229 -0
  951. package/src/frame/packages/router-view/index.js +8 -0
  952. package/src/frame/packages/scope/Scope.vue +594 -0
  953. package/src/frame/packages/scope/ScopeDrawer.vue +201 -0
  954. package/src/frame/packages/scope/ScopeItem.vue +987 -0
  955. package/src/frame/packages/scope/index.js +15 -0
  956. package/src/frame/packages/search/Fields.vue +326 -0
  957. package/src/frame/packages/search/Filter.vue +473 -0
  958. package/src/frame/packages/search/Keyword.vue +106 -0
  959. package/src/frame/packages/search/Mobile.vue +314 -0
  960. package/src/frame/packages/search/Select.vue +238 -0
  961. package/src/frame/packages/search/index.js +22 -0
  962. package/src/frame/packages/step/Step.vue +149 -0
  963. package/src/frame/packages/step/index.js +8 -0
  964. package/src/frame/packages/step-item/StepItem.vue +126 -0
  965. package/src/frame/packages/step-item/index.js +8 -0
  966. package/src/frame/packages/tab-bar/Config.vue +11 -0
  967. package/src/frame/packages/tab-bar/TabBar.vue +25 -0
  968. package/src/frame/packages/tab-bar/index.js +3 -0
  969. package/src/frame/packages/text/Text.vue +25 -0
  970. package/src/frame/packages/text-editor/TextEditor.vue +22 -0
  971. package/src/frame/packages/title/Title.vue +21 -0
  972. package/src/frame/packages/title/index.js +8 -0
  973. package/src/frame/packages/visual-config-page/ComponentLibrary.vue +198 -0
  974. package/src/frame/packages/visual-config-page/ComponentList.vue +565 -0
  975. package/src/frame/packages/visual-config-page/ComponentPreview.vue +153 -0
  976. package/src/frame/packages/visual-config-page/ConfigOption.vue +16 -0
  977. package/src/frame/packages/visual-config-page/ConfigPanel.vue +576 -0
  978. package/src/frame/packages/visual-config-page/PagePreview.vue +53 -0
  979. package/src/frame/packages/visual-config-page/VisualConfigPage.vue +632 -0
  980. package/src/frame/packages/visual-config-page/index.js +24 -0
  981. package/src/frame/popup.js +31 -0
  982. package/src/frame/views/Add.vue +823 -0
  983. package/src/frame/views/App.vue +49 -0
  984. package/src/frame/views/AppRoleSelect.vue +272 -0
  985. package/src/frame/views/AppSubModule.vue +50 -0
  986. package/src/frame/views/BatchEdit.vue +206 -0
  987. package/src/frame/views/Bpmn.vue +553 -0
  988. package/src/frame/views/Container.vue +294 -0
  989. package/src/frame/views/DblogList.vue +348 -0
  990. package/src/frame/views/EntityCheckList.vue +164 -0
  991. package/src/frame/views/EntityCheckPage.vue +44 -0
  992. package/src/frame/views/EntityDetailPage.vue +75 -0
  993. package/src/frame/views/EntityEditApply.vue +136 -0
  994. package/src/frame/views/EntityEditPage.vue +13 -0
  995. package/src/frame/views/EntityFind.vue +135 -0
  996. package/src/frame/views/EntitySingleAdd.vue +31 -0
  997. package/src/frame/views/EntitySubListPage.vue +44 -0
  998. package/src/frame/views/EntityTreeFind.vue +188 -0
  999. package/src/frame/views/EntityTreePage.vue +37 -0
  1000. package/src/frame/views/EntityTreePageOld.vue +536 -0
  1001. package/src/frame/views/Error.vue +29 -0
  1002. package/src/frame/views/ExcelDesign.vue +1795 -0
  1003. package/src/frame/views/ExcelPreview.vue +173 -0
  1004. package/src/frame/views/ExportPage.vue +19 -0
  1005. package/src/frame/views/FormDesign.vue +1049 -0
  1006. package/src/frame/views/IconFontLibraryPage.vue +74 -0
  1007. package/src/frame/views/ImportPage.vue +19 -0
  1008. package/src/frame/views/List.vue +955 -0
  1009. package/src/frame/views/LocalLogin.vue +27 -0
  1010. package/src/frame/views/Login.vue +1059 -0
  1011. package/src/frame/views/MEntityListPage.vue +83 -0
  1012. package/src/frame/views/MEntitySubListPage.vue +44 -0
  1013. package/src/frame/views/MainModule.vue +83 -0
  1014. package/src/frame/views/MenuIndex.vue +444 -0
  1015. package/src/frame/views/MinePage.vue +18 -0
  1016. package/src/frame/views/Module.vue +203 -0
  1017. package/src/frame/views/ModuleIndex.vue +377 -0
  1018. package/src/frame/views/PageAttriTree.vue +419 -0
  1019. package/src/frame/views/PageAttributeTreePage.vue +424 -0
  1020. package/src/frame/views/PageConfig.vue +218 -0
  1021. package/src/frame/views/Permission.vue +695 -0
  1022. package/src/frame/views/PersonalInfo.vue +659 -0
  1023. package/src/frame/views/QyWechat.vue +69 -0
  1024. package/src/frame/views/ReportFormList.vue +146 -0
  1025. package/src/frame/views/ReportFormListPage.vue +91 -0
  1026. package/src/frame/views/RoleTreePage.vue +180 -0
  1027. package/src/frame/views/ServiceHelp.vue +177 -0
  1028. package/src/frame/views/SubModule.vue +67 -0
  1029. package/src/frame/views/SystemIndex.vue +105 -0
  1030. package/src/frame/views/SystemTabs.vue +87 -0
  1031. package/src/frame/views/TaskPage.vue +46 -0
  1032. package/src/frame/views/client/AddForm.vue +64 -0
  1033. package/src/frame/views/client/AppMarket.vue +345 -0
  1034. package/src/frame/views/client/ClientIndex.vue +261 -0
  1035. package/src/frame/views/client/ClientModuleIndexPage.vue +25 -0
  1036. package/src/frame/views/client/CopySystem.vue +179 -0
  1037. package/src/frame/views/client/CreateMethod.vue +133 -0
  1038. package/src/frame/views/client/Login.vue +234 -0
  1039. package/src/frame/views/client/OpenClientManage.vue +53 -0
  1040. package/src/frame/views/client/PageTabsCyclic.vue +121 -0
  1041. package/src/frame/views/client/SelfBuiltSystem.vue +272 -0
  1042. package/src/frame/views/client/StandardProduct.vue +325 -0
  1043. package/src/frame/views/client/SystemList.vue +160 -0
  1044. package/src/frame/views/client/SystemManager.vue +346 -0
  1045. package/src/frame/views/layout/CardList.vue +123 -0
  1046. package/src/frame/views/layout/Grid.vue +95 -0
  1047. package/src/frame/views/match/AddTargetField.vue +118 -0
  1048. package/src/frame/views/match/MatchAddFormItem.vue +34 -0
  1049. package/src/frame/views/match/conversion.vue +209 -0
  1050. package/src/frame/views/match/customize.vue +344 -0
  1051. package/src/frame/views/match/fieldMatch.vue +518 -0
  1052. package/src/frame/views/report/AddFormItem.vue +67 -0
  1053. package/src/frame/views/report/DesignReport.vue +1213 -0
  1054. package/src/frame/views/report/LookReport.vue +221 -0
  1055. package/src/frame/views/report/ReportAdd.vue +237 -0
  1056. package/src/frame/views/report/ReportFormList.vue +235 -0
  1057. package/src/frame/views/report/ReportList.vue +163 -0
  1058. package/src/frame/views/report/ReportTreeFind.vue +188 -0
  1059. package/src/frame/views/visual/Add.vue +1818 -0
  1060. package/src/frame/views/visual/AddForm.vue +228 -0
  1061. package/src/frame/views/visual/AddFormItem.vue +242 -0
  1062. package/src/frame/views/visual/AppIndex.vue +149 -0
  1063. package/src/frame/views/visual/ApplyForm.vue +142 -0
  1064. package/src/frame/views/visual/AttributeList.vue +329 -0
  1065. package/src/frame/views/visual/BasePage.vue +73 -0
  1066. package/src/frame/views/visual/Button.vue +119 -0
  1067. package/src/frame/views/visual/Card.vue +68 -0
  1068. package/src/frame/views/visual/CardNum.vue +74 -0
  1069. package/src/frame/views/visual/CategoryList.vue +566 -0
  1070. package/src/frame/views/visual/Chart.vue +53 -0
  1071. package/src/frame/views/visual/CheckForm.vue +106 -0
  1072. package/src/frame/views/visual/CheckHistory.vue +28 -0
  1073. package/src/frame/views/visual/ClientList.vue +42 -0
  1074. package/src/frame/views/visual/CodeManage.vue +128 -0
  1075. package/src/frame/views/visual/Component.vue +1142 -0
  1076. package/src/frame/views/visual/ComponentList.vue +288 -0
  1077. package/src/frame/views/visual/Config.vue +888 -0
  1078. package/src/frame/views/visual/ConfigItem.vue +218 -0
  1079. package/src/frame/views/visual/ConfigSelectItems.vue +521 -0
  1080. package/src/frame/views/visual/CreatePage.vue +397 -0
  1081. package/src/frame/views/visual/DblogList.vue +137 -0
  1082. package/src/frame/views/visual/EntityAddPage.vue +52 -0
  1083. package/src/frame/views/visual/EntityApplyPage.vue +57 -0
  1084. package/src/frame/views/visual/EntityCheckPage.vue +69 -0
  1085. package/src/frame/views/visual/EntityFindPage.vue +55 -0
  1086. package/src/frame/views/visual/EntityList.vue +442 -0
  1087. package/src/frame/views/visual/EntityListPage.vue +97 -0
  1088. package/src/frame/views/visual/EntityNoSubmitSubList.vue +252 -0
  1089. package/src/frame/views/visual/EntityRightSubList.vue +32 -0
  1090. package/src/frame/views/visual/EntitySubAdd.vue +11 -0
  1091. package/src/frame/views/visual/EntitySubGrid.vue +39 -0
  1092. package/src/frame/views/visual/EntitySubGridItem.vue +96 -0
  1093. package/src/frame/views/visual/EntitySubList.vue +298 -0
  1094. package/src/frame/views/visual/EntityTreeFindPage.vue +36 -0
  1095. package/src/frame/views/visual/EntityTreeManage.vue +144 -0
  1096. package/src/frame/views/visual/EntityTreePage.vue +46 -0
  1097. package/src/frame/views/visual/Grid.vue +46 -0
  1098. package/src/frame/views/visual/GridItem.vue +41 -0
  1099. package/src/frame/views/visual/HeaderNew.vue +326 -0
  1100. package/src/frame/views/visual/Iframe.vue +32 -0
  1101. package/src/frame/views/visual/Image.vue +49 -0
  1102. package/src/frame/views/visual/Import.vue +59 -0
  1103. package/src/frame/views/visual/InterfaceSubList.vue +23 -0
  1104. package/src/frame/views/visual/Layout.vue +0 -0
  1105. package/src/frame/views/visual/ListFirst.vue +613 -0
  1106. package/src/frame/views/visual/LoadPage.vue +42 -0
  1107. package/src/frame/views/visual/MEntityAddPage.vue +71 -0
  1108. package/src/frame/views/visual/MEntityList.vue +472 -0
  1109. package/src/frame/views/visual/MEntityListPage.vue +46 -0
  1110. package/src/frame/views/visual/MEntitySubList.vue +237 -0
  1111. package/src/frame/views/visual/MetaList.vue +23 -0
  1112. package/src/frame/views/visual/Mine.vue +37 -0
  1113. package/src/frame/views/visual/ModuleIndexPage.vue +68 -0
  1114. package/src/frame/views/visual/ModuleList.vue +44 -0
  1115. package/src/frame/views/visual/NavAddForm.vue +144 -0
  1116. package/src/frame/views/visual/NavFormCatalogItem.vue +21 -0
  1117. package/src/frame/views/visual/NumItem.vue +69 -0
  1118. package/src/frame/views/visual/NumStatistic.vue +85 -0
  1119. package/src/frame/views/visual/NumSubItem.vue +63 -0
  1120. package/src/frame/views/visual/OrgChart.vue +121 -0
  1121. package/src/frame/views/visual/PageCatalog.vue +26 -0
  1122. package/src/frame/views/visual/PageConfig.vue +278 -0
  1123. package/src/frame/views/visual/PageTabs.vue +54 -0
  1124. package/src/frame/views/visual/ProcessChart.vue +24 -0
  1125. package/src/frame/views/visual/Progress.vue +39 -0
  1126. package/src/frame/views/visual/ProgressItem.vue +43 -0
  1127. package/src/frame/views/visual/Text.vue +36 -0
  1128. package/src/frame/views/visual/TextEditor.vue +36 -0
  1129. package/src/frame/views/visual/Title.vue +44 -0
  1130. package/src/frame/views/visual/TodoList.vue +18 -0
  1131. package/src/frame/views/visual/TreeFind.vue +39 -0
  1132. package/src/frame/views/visual/UserFormItem.vue +50 -0
  1133. package/src/frame/views/visual/UserManage.vue +36 -0
  1134. package/src/frame/views/visual/chart/CircularPie.vue +7 -0
  1135. package/src/frame/views/visual/chart/Column.vue +73 -0
  1136. package/src/frame/views/visual/chart/HoriColumn.vue +7 -0
  1137. package/src/frame/views/visual/chart/Line.vue +7 -0
  1138. package/src/frame/views/visual/chart/Pie.vue +7 -0
  1139. package/src/frame/views/visual/config/Chart.vue +136 -0
  1140. package/src/frame/views/visual/config/Color.vue +39 -0
  1141. package/src/frame/views/visual/config/DesignReport.vue +20 -0
  1142. package/src/frame/views/visual/config/Event.vue +218 -0
  1143. package/src/frame/views/visual/config/Field.vue +494 -0
  1144. package/src/frame/views/visual/config/Html.vue +26 -0
  1145. package/src/frame/views/visual/config/Image.vue +118 -0
  1146. package/src/frame/views/visual/config/Input.vue +52 -0
  1147. package/src/frame/views/visual/config/List.vue +63 -0
  1148. package/src/frame/views/visual/config/ListField.vue +1229 -0
  1149. package/src/frame/views/visual/config/MField.vue +594 -0
  1150. package/src/frame/views/visual/config/Number.vue +36 -0
  1151. package/src/frame/views/visual/config/Object.vue +106 -0
  1152. package/src/frame/views/visual/config/Operate.vue +1657 -0
  1153. package/src/frame/views/visual/config/OrderField.vue +507 -0
  1154. package/src/frame/views/visual/config/Page.vue +44 -0
  1155. package/src/frame/views/visual/config/Params.vue +104 -0
  1156. package/src/frame/views/visual/config/Radio.vue +54 -0
  1157. package/src/frame/views/visual/config/Row.vue +64 -0
  1158. package/src/frame/views/visual/config/Scope.vue +314 -0
  1159. package/src/frame/views/visual/config/Select.vue +54 -0
  1160. package/src/frame/views/visual/config/Switch.vue +36 -0
  1161. package/src/frame/views/visual/config/Textarea.vue +38 -0
  1162. package/src/frame/views/visual/config/Tree.vue +111 -0
  1163. package/src/frame/views/visual/search/Fields.vue +52 -0
  1164. package/src/frame/views/visual/search/Filter.vue +50 -0
  1165. package/src/frame/views/visual/search/Mobile.vue +54 -0
  1166. package/src/frame/views/visual/step/Index.vue +11 -0
  1167. package/src/frame/views/visual/step/Item.vue +157 -0
  1168. package/src/index.js +369 -0
  1169. package/src/main.js +54 -0
  1170. package/src/plugins/element.js +167 -0
  1171. package/src/plugins/frame.js +12 -0
  1172. package/src/plugins/i18n.js +51 -0
  1173. package/src/plugins/index.js +11 -0
  1174. package/src/plugins/oa.js +3 -0
  1175. package/src/plugins/vant.js +80 -0
  1176. package/src/product/oa/components/AddForm.vue +87 -0
  1177. package/src/product/oa/components/MeetingAddForm.vue +85 -0
  1178. package/src/product/oa/components/MeetingExport.vue +422 -0
  1179. package/src/product/oa/components/MeetingRoomUse.vue +371 -0
  1180. package/src/product/oa/index.js +31 -0
  1181. package/src/registerServiceWorker.js +32 -0
  1182. package/src/router/config.js +416 -0
  1183. package/src/router/index.js +26 -0
  1184. package/src/store/actions.js +46 -0
  1185. package/src/store/export.js +23 -0
  1186. package/src/store/index.js +17 -0
  1187. package/src/store/modules/config.js +201 -0
  1188. package/src/store/modules/file.js +32 -0
  1189. package/src/store/modules/index.js +9 -0
  1190. package/src/store/modules/list.js +130 -0
  1191. package/src/store/modules/meta.js +210 -0
  1192. package/src/store/modules/page.js +75 -0
  1193. package/src/store/modules/router.js +140 -0
  1194. package/src/store/modules/tabs.js +62 -0
  1195. package/src/store/modules/user.js +71 -0
  1196. package/src/styles/index.scss +143 -0
  1197. package/src/styles/theme/element.scss +240 -0
  1198. package/src/styles/theme/utils/config.scss +4 -0
  1199. package/src/styles/theme/utils/function.scss +44 -0
  1200. package/src/styles/theme/utils/mixins.scss +317 -0
  1201. package/src/styles/theme/utils/var.scss +112 -0
  1202. package/src/utils/Config.js +25 -0
  1203. package/src/utils/axios.js +121 -0
  1204. package/src/utils/chartTheme.js +471 -0
  1205. package/src/utils/directives/global.js +127 -0
  1206. package/src/utils/fieldFactory.js +147 -0
  1207. package/src/utils/index.js +21 -0
  1208. package/src/utils/loadComponent.js +39 -0
  1209. package/src/utils/meta.js +355 -0
  1210. package/src/utils/mixins/component.js +368 -0
  1211. package/src/utils/mixins/global.js +985 -0
  1212. package/src/utils/mixins/index.js +11 -0
  1213. package/src/utils/page.js +126 -0
  1214. package/src/utils/util.js +381 -0
  1215. package/src/vant-variables.less +1 -0
  1216. package/src/vue.bus.js +18 -0
  1217. package/start-code-dev.sh +24 -0
  1218. package/start-code-pgy.sh +25 -0
  1219. package/start-code-ppe.sh +23 -0
  1220. package/start-code-prd.sh +25 -0
  1221. package/start-code-pre.sh +25 -0
  1222. package/vue.config.js +101 -0
  1223. package/webpack.config.js +97 -0
@@ -0,0 +1,1553 @@
1
+ <script>
2
+ import { mapState, mapGetters } from 'vuex'
3
+ import Container from '@/frame/views/Container'
4
+ import component from '@/utils/mixins/component'
5
+
6
+ //, DELETE_MENU_ROUTER, DELETE_MODULE_ROUTER
7
+ import { CREATE_TAB, SELECT_TAB, DESTORY_TAB, CLEAR_TABS, DELETE_ROUTER } from '@/store/actions'
8
+ export default {
9
+ name: 'epx-app-nav',
10
+ extends: Container,
11
+ mixins: [component],
12
+ props: {
13
+ msg: String,
14
+ type: String,
15
+ firstPage: String,
16
+ showIndexNav: Boolean,
17
+ closeToLogin: Boolean,
18
+ showRoleChange: Boolean,
19
+ editPersonFlag: Boolean,
20
+ editPersonPage: String,
21
+ navOperates: {
22
+ type: Array,
23
+ default () {
24
+ return []
25
+ }
26
+ },
27
+ menu: {
28
+ type: Array,
29
+ default () {
30
+ return []
31
+ }
32
+ }
33
+ },
34
+ computed: {
35
+ ...mapState({
36
+ menus: state => state.config.menus,
37
+ user: state => state.user.user,
38
+ userInfo: state => state.user.userInfo,
39
+ showAppNav: state => state.config.showAppNav
40
+ }),
41
+ ...mapGetters([
42
+ 'getTab'
43
+ ]),
44
+ system () {
45
+ return {
46
+ user: this.user
47
+ }
48
+ },
49
+ currentRoleEntity () {
50
+ const { currentRoleEntity = {} } = this.user
51
+ const { data = {} } = currentRoleEntity
52
+ return data
53
+ },
54
+ currentRoleName () {
55
+ const { role: roleCode, roleId } = this.$route.params
56
+ const role = this.roleList.find(role => (role.ID === roleId || role.CODE === roleCode))
57
+ if (role) return role.NAME
58
+ return this.$t('set the role')
59
+ },
60
+ photo () {
61
+ const { PHOTO } = this.userInfo
62
+ if (PHOTO) return this.$util.getFileUrl(PHOTO)
63
+ return this.circleUrl
64
+ },
65
+ logo () {
66
+ const { LOGO, 'SYSTEM|APP_LOGO': systemLogo } = this.appConfig
67
+ const { APP_LOGO: clientLogo } = this.clientConfig
68
+ const appLogo = LOGO || systemLogo || clientLogo
69
+ if (appLogo) return this.$util.getFileUrl(appLogo)
70
+ return null
71
+ },
72
+ tabs () {
73
+ return this.$tabs.filter(item => !(item.key + '').includes('default-'))
74
+ },
75
+ languageFlag () {
76
+ const { LANGUAGE_FLAG: languageFlag } = this.clientConfig
77
+ return languageFlag
78
+ },
79
+ currentLanguage () {
80
+ const { CODE: clientCode, LANGUAGE_DEFAULT: defaultLanguage } = this.clientConfig
81
+ const { LANGUAGE: userDefaultLanguage } = this.userInfo
82
+ const currentLanguage = this.$cookie.get(`${clientCode}-language`) || userDefaultLanguage || defaultLanguage
83
+ return currentLanguage
84
+ },
85
+ languageList () {
86
+ const { LANGUAGES: languages = '', 'LANGUAGES#': languageNames = '' } = this.clientConfig
87
+ // 获取当前语言
88
+ if (!languages) return []
89
+ const languageIdList = languages.split(',')
90
+ const languageNameList = languageNames.split(',')
91
+ const languageList = languageIdList.map((item, index) => ({ id: item, name: languageNameList[index] }))
92
+ return languageList
93
+ },
94
+ showTypeList () {
95
+ const list = this.roleTypeList.filter(item => this.roleTypeMap[item.code] && this.roleTypeMap[item.code].length > 0)
96
+ return list
97
+ }
98
+ },
99
+ data () {
100
+ return {
101
+ activeIndex: '/',
102
+ searchValue: '',
103
+ circleUrl: 'https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png',
104
+ roleList: [],
105
+ navList: [],
106
+ moduleId: '',
107
+ module: {},
108
+ showMobileMenu: false,
109
+ themeList: [],
110
+ selectTheme: '',
111
+ systemName: '',
112
+ openType: null,
113
+ popoverVisible: false,
114
+ manageRight: {},
115
+ NAME: '',
116
+ selectDept: '',
117
+ userDepts: [],
118
+ showSwitchRoleDialog: false,
119
+ activeRoleType: '',
120
+ roleTypeList: [],
121
+ roleTypeMap: {},
122
+ selectRole: '',
123
+ isSbtjxz: false,
124
+ setDefaultRole: false
125
+ }
126
+ },
127
+ watch: {
128
+ menuRoute (v) {
129
+ const { moduleId } = v
130
+ if (moduleId) {
131
+ this.moduleId = moduleId
132
+ } else {
133
+ const { moduleId } = this.$route.query
134
+ this.moduleId = moduleId
135
+ }
136
+ },
137
+ $route (v) {
138
+ this.showMobileMenu = false
139
+ },
140
+ showTypeList (v) {
141
+ if (!this.activeRoleType && v.length > 0) {
142
+ this.activeRoleType = v[0].code
143
+ }
144
+ }
145
+ },
146
+ methods: {
147
+ logout () {
148
+ this.$http.logout()
149
+ .then(() => {
150
+ if (this.isModulePage && !this.closeToLogin) {
151
+ window.close()
152
+ setTimeout(() => {
153
+ this.$util.toLogin()
154
+ }, 100)
155
+ } else {
156
+ this.$util.toLogin()
157
+ this.$message.success(this.$t('logout'))
158
+ }
159
+ if (this.appConfig['SYSTEM|LOGOUT_AFTER_REDIRECT']) {
160
+ window.location.href = this.appConfig['SYSTEM|LOGOUT_AFTER_REDIRECT']
161
+ }
162
+ })
163
+ .catch((err) => {
164
+ this.$message.error(err.msg || this.$t('exit failure'))
165
+ })
166
+ },
167
+ backModule () {
168
+ // this.$store.commit(DELETE_MENU_ROUTER)
169
+ // this.$store.commit(DELETE_MODULE_ROUTER)
170
+ if (this.newPage) {
171
+ const { id } = this.$route.params
172
+ const { MODULE, FIRST_PAGE, NAME } = this.appConfig
173
+ this.$router.push(`/app/${id}`)
174
+ this.$createPage({
175
+ key: 'nav-' + new Date().getTime(),
176
+ title: NAME,
177
+ moduleId: MODULE,
178
+ openType: '1',
179
+ query: {
180
+ ...this.$route.query
181
+ },
182
+ children: [{
183
+ component: 'app-index',
184
+ pageId: FIRST_PAGE,
185
+ moduleId: MODULE
186
+ }]
187
+ })
188
+ } else {
189
+ // 切换到nav
190
+ this.toPage(this.navList[0])
191
+ }
192
+ },
193
+ toPage (nav, type) {
194
+ const key = 'default-' + nav.ID
195
+ const navRouter = this.$tabs.find(item => item.key === key)
196
+ if (type === 1) {
197
+ this.$createPage({
198
+ moduleId: nav.ID,
199
+ title: nav.NAME,
200
+ component: 'module-index-page',
201
+ openType: '1'
202
+ })
203
+ this.$store.commit(CREATE_TAB, {
204
+ key: key,
205
+ moduleId: nav.ID,
206
+ title: nav.NAME,
207
+ pageId: nav.MAIN_PAGE
208
+ })
209
+ this.openType = null
210
+ } else if (navRouter) {
211
+ this.$store.commit(DESTORY_TAB, key)
212
+ this.$nextTick(() => {
213
+ this.$store.commit(CREATE_TAB, {
214
+ key: 'default-' + nav.ID,
215
+ moduleId: nav.ID,
216
+ component: 'module-index-page',
217
+ title: nav.NAME,
218
+ pageId: nav.MAIN_PAGE
219
+ })
220
+ })
221
+ } else {
222
+ this.$store.commit(CREATE_TAB, {
223
+ key: 'default-' + nav.ID,
224
+ moduleId: nav.ID,
225
+ component: 'module-index-page',
226
+ title: nav.NAME,
227
+ pageId: nav.MAIN_PAGE
228
+ })
229
+ }
230
+ },
231
+ toPersonInfo () {
232
+ if (!this.editPersonFlag) return
233
+ const navRouter = this.$tabs.find(item => item.key === 'default-person-info')
234
+ if (navRouter) {
235
+ this.$store.commit(DESTORY_TAB, 'default-person-info')
236
+ }
237
+ this.$store.commit(CREATE_TAB, {
238
+ key: 'default-person-info',
239
+ pageId: this.editPersonPage,
240
+ title: this.$t('personal center'),
241
+ metaId: 'FM_USER',
242
+ component: 'personal-info'
243
+ })
244
+ },
245
+ goHome () {
246
+ this.activeIndex = '/'
247
+ this.$router.push('/')
248
+ },
249
+ // getRoles () {
250
+ // this.$http.optionalRoles()
251
+ // .then(data => {
252
+ // this.roleList = data.entitys
253
+ // })
254
+ // },
255
+ async switchRoleFn () {
256
+ console.log('---')
257
+ const role = this.roleTypeMap[this.activeRoleType].find(item => item.id === this.selectRole)
258
+ if (!role) {
259
+ this.$message.error('请选择要切换的角色')
260
+ return
261
+ }
262
+ const { client } = this.$route.params
263
+ const service = role.data.service.split(',')[0]
264
+ await this.changeDept()
265
+ if (this.setDefaultRole) {
266
+ await this.setMain(role)
267
+ }
268
+ setTimeout(() => {
269
+ window.location.href = window.location.origin + window.location.pathname + '#/app/' + client + '/' + role.data.system + '/' + service + '/' + role.data.CODE
270
+ setTimeout(() => {
271
+ window.location.reload()
272
+ }, 10)
273
+ }, 10)
274
+ },
275
+
276
+ setMainRole (role, e) {
277
+ e && e.stopPropagation()
278
+ if (role.MAIN_ROLE !== 'true') {
279
+ this.$http.save({
280
+ action: 'setMainRole',
281
+ entityId: 'FM_USER_SERVICE_MAIN_ROLE',
282
+ serviceId: this.appConfig.ID,
283
+ roleId: role.ID
284
+ })
285
+ .then(() => {
286
+ this.$message.success(this.$t('successfully set'))
287
+ this.getServiceRoles()
288
+ })
289
+ }
290
+ },
291
+ getManageService () {
292
+ this.$http.get({
293
+ action: 'hasMangeService',
294
+ entityId: 'FM_USER',
295
+ querySystem: this.appConfig.SYSTEM
296
+ })
297
+ .then(data => {
298
+ this.manageRight = data
299
+ })
300
+ },
301
+ getModule () {
302
+ this.$http.get({
303
+ entityId: 'FM_MODULE',
304
+ id: this.moduleId
305
+ })
306
+ .then(data => {
307
+ if (data && data.data) {
308
+ this.module = { ...data.data }
309
+ if (this.isModulePage) {
310
+ document.title = this.module.NAME
311
+ }
312
+ }
313
+ })
314
+ },
315
+ getNavList () {
316
+ let { roleId, role } = this.$route.params
317
+ if (!roleId) {
318
+ const { roles = {} } = this.user
319
+ const currentRole = Object.entries(roles).find(([key, item]) => item.CODE === role) || []
320
+ roleId = currentRole[0]
321
+ }
322
+ const { MODULE } = this.appConfig
323
+ this.$http.getMenuData({
324
+ action: 'getMenuTreeData',
325
+ moduleId: MODULE,
326
+ roleId: roleId
327
+ })
328
+ .then(data => {
329
+ this.navList = data
330
+ })
331
+ },
332
+ getUserInfo () {
333
+ if (!this.userInfo || !this.userInfo.ID) {
334
+ this.$store.dispatch('GET_USER_INFO')
335
+ }
336
+ },
337
+ getSysMenu () {
338
+ return this.$http.find({
339
+ entityId: 'FM_SYSTEM',
340
+ 'scope.CODE': this.$util.getSysId()
341
+ })
342
+ },
343
+ getServiceRoles () {
344
+ this.$http.get({
345
+ action: 'getServiceRoles',
346
+ entityId: 'FM_ROLE',
347
+ serviceId: this.appConfig.ID
348
+ })
349
+ .then(data => {
350
+ this.roleList = [...data.entitys]
351
+ const { role: roleCode, roleId } = this.$route.params
352
+ const role = this.roleList.find(role => (role.ID === roleId || role.CODE === roleCode))
353
+ this.selectRole = role.ID
354
+ })
355
+ },
356
+ getUserDepts () {
357
+ this.$http.get({
358
+ action: 'getUserDepts',
359
+ entityId: 'FM_USER'
360
+ })
361
+ .then(data => {
362
+ this.selectDept = this.user.deptId
363
+ this.userDepts = Object.keys(data).map(item => ({ id: item, name: data[item] }))
364
+ })
365
+ },
366
+ changeTheme (theme) {
367
+ document.documentElement.setAttribute('data-theme', theme.key)
368
+ localStorage.setItem('epx_frame_theme', theme.key)
369
+ this.selectTheme = theme.key
370
+ // this.$http.update({
371
+ // entityId: 'FM_SYSTEM_CONFIG',
372
+ // 'bean.THEME': theme
373
+ // })
374
+ // .then(data => {
375
+ // document.documentElement.setAttribute('data-theme', theme.key)
376
+ // this.selectTheme = theme.key
377
+ // })
378
+ },
379
+ selectTab (router) {
380
+ this.$store.commit(SELECT_TAB, router.key)
381
+ // 清空当前的router
382
+ },
383
+ deleteTab (router) {
384
+ this.$store.commit(DELETE_ROUTER, router.key)
385
+ },
386
+ openService (name) {
387
+ const { 'SYSTEM|CODE': system, 'CLIENT|CODE': client } = this.appConfig
388
+ const token = this.$cookie.get(client + '-token')
389
+ if (name === 'client') {
390
+ window.open(window.location.origin + window.location.pathname + `#/hall/${client}`)
391
+ } else {
392
+ window.open(window.location.origin + window.location.pathname + `#/${name}/${client}/${name === 'system' ? system : ''}?_token=${token || ''}`)
393
+ }
394
+ },
395
+ clearTabs () {
396
+ this.$store.commit(CLEAR_TABS)
397
+ this.popoverVisible = false
398
+ },
399
+ tabClick (tab, event) {
400
+ this.$store.commit(SELECT_TAB, tab.name)
401
+ },
402
+ tabRemove (name) {
403
+ this.$store.commit(DESTORY_TAB, name)
404
+ },
405
+ tabsContextmenu (event) {
406
+ event.preventDefault()
407
+ this.popoverVisible = true
408
+ this.$nextTick(() => {
409
+ setTimeout(() => {
410
+ this.$refs.tabPopover.$refs.popper.style.top = (event.clientY + 5) + 'px'
411
+ this.$refs.tabPopover.$refs.popper.style.left = (event.clientX - 100) + 'px'
412
+ }, 0)
413
+ })
414
+ },
415
+ toAppIndex () {
416
+ // 获取首页
417
+ this.$store.commit(SELECT_TAB, 'default-index')
418
+ },
419
+ backIndex () {
420
+ let tab = this.getTab('default-index')
421
+ if (!tab) {
422
+ tab = this.$tabs[0]
423
+ }
424
+ this.$store.commit(CREATE_TAB, { ...tab, key: 'default-index' + new Date().getTime() })
425
+ },
426
+ switchLanguage (language) {
427
+ if (language.id === this.currentLanguage) return
428
+ const { CODE: clientCode } = this.clientConfig
429
+ this.$cookie.set(`${clientCode}-language`, language.id)
430
+ location.reload()
431
+ },
432
+ openSwitchRoleDialog () {
433
+ if (!this.openedSwitchRoleDialog) {
434
+ this.getPersonInfo()
435
+ this.getUserDepts()
436
+ this.getRoleType()
437
+ }
438
+ this.openedSwitchRoleDialog = true
439
+ this.showSwitchRoleDialog = true
440
+ },
441
+ getRoleType () {
442
+ this.$http.getCodes({
443
+ key: 'PR_ROLE_TYPE'
444
+ })
445
+ .then(data => {
446
+ this.roleTypeList = data
447
+ })
448
+ },
449
+ getRoleList (first) {
450
+ this.$http.get({
451
+ action: 'getRolesWithService',
452
+ entityId: 'FM_ROLE'
453
+ })
454
+ .then(data => {
455
+ const roleTypeMap = {}
456
+
457
+ data.result.map(item => {
458
+ const typeList = item.data.TYPE.split(',')
459
+ typeList.forEach(type => {
460
+ if (!roleTypeMap[type]) roleTypeMap[type] = []
461
+ if (type === '4') {
462
+ if (item.data.CODE !== 'teacher' || this.isSbtjxz) {
463
+ roleTypeMap[type].push(item)
464
+ }
465
+ } else {
466
+ roleTypeMap[type].push(item)
467
+ }
468
+ })
469
+ })
470
+ this.roleTypeMap = roleTypeMap
471
+ })
472
+ .catch(err => {
473
+ this.$message.error(err.message)
474
+ })
475
+ },
476
+ setMain (role) {
477
+ let roleId = role.id
478
+ if (role.data.is_main) {
479
+ roleId = ''
480
+ }
481
+ return this.$http.save({
482
+ action: 'setMainRole',
483
+ entityId: 'FM_ROLE',
484
+ roleId
485
+ })
486
+ .then(() => {
487
+ return true
488
+ })
489
+ .catch(err => {
490
+ this.$message.error(err.message)
491
+ return true
492
+ })
493
+ },
494
+ selectRoleFn (role) {
495
+ this.selectRole = role.id
496
+ },
497
+ getPersonInfo () {
498
+ this.$http.find({
499
+ entityId: 'HR_CORE_PERSON',
500
+ 'scope.ID': this.user.id
501
+ })
502
+ .then(data => {
503
+ if (data) {
504
+ this.isSbtjxz = data.data.SBTJXZ === '1'
505
+ }
506
+ this.getRoleList()
507
+ })
508
+ .catch(() => {
509
+ this.getRoleList()
510
+ })
511
+ },
512
+ changeDept () {
513
+ return this.$http.save({
514
+ action: 'changeMainDept',
515
+ entityId: 'FM_USER',
516
+ deptId: this.selectDept
517
+ })
518
+ .then(() => {
519
+ return true
520
+ })
521
+ .catch(err => {
522
+ this.$message.error(err.message)
523
+ return true
524
+ })
525
+ },
526
+ openHelpPage () {
527
+ const { 'SYSTEM|CODE': systemCode, 'CLIENT|CODE': clientCode, CODE } = this.appConfig
528
+ window.open(window.location.origin + window.location.pathname + `/#/help/${clientCode}/${systemCode}/${CODE}`)
529
+ // this.$store.commit(CREATE_TAB, {
530
+ // key: 'default-service-page',
531
+ // component: 'service-help-page',
532
+ // metaId: 'FM_SERVICE_HELP',
533
+ // title: '应用帮助'
534
+ // })
535
+ },
536
+ /**
537
+ * 页面跳转
538
+ * @param num 选中记录数(1,必须选中且只能选中一条记录;n:必须选中至少一条记录;0不需要选中记录)
539
+ * @param pageFlag 目标页面的标识符
540
+ * @param metaId 目标页面的对象
541
+ * @param openMode 打开方式
542
+ * @param params #[列表对象的某字段名]",(如果是选中的多条记录,将字段值拼成一个字符串,用逗号隔开) "$[当前页面的某变量名]"
543
+ * @param comfirmMsg 操作提交之前的确认信息(如果为空,就不需要确认)
544
+ */
545
+ goPage ({ pageFlag, metaId = this.$metaId, num = 0, openMode = '3', component, pageId, menuId, pageType, confirmMsg = null, params = {} }, row) {
546
+ // eslint-disable-next-line no-unused-vars
547
+ const that = this
548
+ let selections = []
549
+ const formatParams = {}
550
+ const _params = { ...params }
551
+ // 检测是否选中元素
552
+ if (row) {
553
+ selections = [{ ...row }]
554
+ } else {
555
+ if (this.selection) selections = [...this.selection]
556
+ }
557
+ if (num !== 0 && num !== '0') {
558
+ if (selections.length === 0) {
559
+ this.$message.error(this.$t('please select a record'))
560
+ return
561
+ } else if (selections.length > 1) {
562
+ if (num === 1 || num === '1') {
563
+ this.$message.error(this.$t('Only one record can be selected'))
564
+ return
565
+ }
566
+ }
567
+ }
568
+ if (!_params.id) {
569
+ _params.id = `#[${this.$metaKey}]`
570
+ }
571
+ // 格式化params
572
+ for (const key in _params) {
573
+ let value = _params[key]
574
+ if (/\$\[(.+)\]/.test(_params[key])) {
575
+ try {
576
+ const valueKey = _params[key].replace(/\$\[(.+)\]/, (match, key) => key)
577
+ // eslint-disable-next-line no-eval
578
+ value = eval(`that.${valueKey}`) || eval(`that.$query.${valueKey}`) || eval(`that.$tab.${valueKey}`) || ''
579
+ } catch (err) {
580
+ console.error(err)
581
+ value = ''
582
+ }
583
+ }
584
+ if (/#\{(.+)\}/.test(_params[key])) {
585
+ try {
586
+ const valueKey = _params[key].replace(/#\{(.+)\}/, (match, key) => key)
587
+ // eslint-disable-next-line no-eval
588
+ value = eval(`that.${valueKey}`) || eval(`that.$query.${valueKey}`) || ''
589
+ } catch (err) {
590
+ console.error(err)
591
+ value = ''
592
+ }
593
+ }
594
+ if (/#\[(.+)\]/.test(_params[key])) {
595
+ value = _params[key].replace(/#\[(.+)\]/, (match, key) => {
596
+ const values = selections.map(item => item[key])
597
+ return values.join(',')
598
+ })
599
+ }
600
+ formatParams[key] = value
601
+ }
602
+ // 提交方法
603
+ const submitFn = () => {
604
+ this.$store.commit(CREATE_TAB, {
605
+ key: 'default-' + pageId,
606
+ pageId,
607
+ component
608
+ })
609
+ // this.$createPage({
610
+ // flag: pageFlag,
611
+ // metaId: metaId,
612
+ // pageId,
613
+ // menuId,
614
+ // openType: openMode,
615
+ // component,
616
+ // pageType,
617
+ // ...formatParams
618
+ // })
619
+ }
620
+ if (confirmMsg) {
621
+ this.$confirm(confirmMsg, this.$t('hint'), {
622
+ confirmButtonText: this.$t('determine'),
623
+ cancelButtonText: this.$t('cancel'),
624
+ type: 'warning'
625
+ }).then(() => {
626
+ submitFn()
627
+ })
628
+ } else {
629
+ submitFn()
630
+ }
631
+ },
632
+ renderLogo () {
633
+ return (
634
+ <div class="logo" onClick={this.backIndex}>
635
+ { this.logo && <img class="img-icon" src={this.logo} />}
636
+ <span title={this.NAME || this.appConfig.NAME}>{this.NAME || this.appConfig.NAME}</span>
637
+ </div>
638
+ )
639
+ },
640
+ renderNav () {
641
+ return (
642
+ <div class="home-nav">
643
+ {
644
+ this.type === '1' ? (
645
+ <div class="nav-menu">
646
+ <el-menu class="epx-header-menu" text-color="#fff" active-text-color='#fff' mode="horizontal">
647
+ {
648
+ this.menu && this.menu.map(nav => {
649
+ if (nav.HIDDEN_MENU !== '1') {
650
+ return (
651
+ <el-menu-item key={nav.ID} index={nav.ID} class={['menu-item', { active: this.$tab.key === ('default-' + nav.ID) }]} nativeOnClick={this.toPage.bind(this, nav)} >
652
+ <el-popover
653
+ placement="bottom"
654
+ trigger="manual"
655
+ value={this.openType === nav.ID}
656
+ >
657
+ <span slot="reference"onContextmenu={e => { e.preventDefault(); this.openType = nav.ID }}>
658
+ <i class={['fa', nav.FONT_ICON]}></i>
659
+ <span>{nav.text}</span>
660
+ </span>
661
+ <div class="popover-btn" onClick={this.toPage.bind(this, nav, 1)}>{this.$t('open a new label')}</div>
662
+ </el-popover>
663
+ </el-menu-item>
664
+ )
665
+ }
666
+ })
667
+ }
668
+ </el-menu>
669
+ {
670
+ this.tabs.length > 0 && (
671
+ <el-dropdown onCommand={this.selectTab}>
672
+ <span class="router-dropdown-link" >
673
+ {this.$tab && this.$tab.title}<i class="el-icon-arrow-down el-icon--right"></i>
674
+ </span>
675
+ <el-dropdown-menu slot="dropdown">
676
+ {
677
+ this.tabs.map(tab => (
678
+ <el-dropdown-item key={tab.key} command={tab}>
679
+ {tab.title}
680
+ <i class="el-icon-error" onClick={this.tabRemove.bind(this, tab)}></i>
681
+ </el-dropdown-item>
682
+ ))
683
+ }
684
+ <el-dropdown-item nativeOnClick={this.clearTabs}>
685
+ <el-button class="clear-routers" type="text"><i class="el-icon-document-delete"></i>{this.$t('empty')}</el-button>
686
+ </el-dropdown-item>
687
+ </el-dropdown-menu>
688
+ </el-dropdown>
689
+ )
690
+ }
691
+ </div>
692
+ ) : (
693
+ <div>
694
+ {this.showIndexNav && (
695
+ <el-menu class="epx-header-menu" text-color="#fff" active-text-color='#fff' mode="horizontal">
696
+ <el-menu-item index="index" nativeOnClick={this.toAppIndex}> <span>{this.$t('home page')}</span></el-menu-item>
697
+ </el-menu>
698
+ )}
699
+ <el-tabs class="tabs" value={this.$tab.key} onTab-click={this.tabClick} closable onTab-remove={this.tabRemove} nativeOnContextmenu={this.tabsContextmenu}>
700
+ {
701
+ this.tabs.map(tab => (
702
+ <el-tab-pane key={tab.key} label={tab.title} name={tab.key}></el-tab-pane>
703
+ ))
704
+ }
705
+ </el-tabs>
706
+ </div>
707
+ )
708
+ }
709
+ <el-popover
710
+ ref="tabPopover"
711
+ placement="bottom"
712
+ width="200"
713
+ trigger="manual"
714
+ vModel={this.popoverVisible}
715
+ >
716
+ <span slot="reference" > </span>
717
+ <div class="popover-btn" onClick={this.clearTabs}>{this.$t('Clear tabs')}</div>
718
+ </el-popover>
719
+ </div>
720
+ )
721
+ },
722
+ renderOperates () {
723
+ return (
724
+ <div class="operates">
725
+ {
726
+ this.navOperates.map(operate => (
727
+ <el-button class="operate" size="medium" type={operate.type === 'text' ? 'text' : operate.ui} key={operate.text}
728
+ onClick={this.$handler.bind(this, operate)}>
729
+ <i class={['operate-icon', operate.icon]}></i> {operate.text}
730
+ </el-button>
731
+ ))
732
+ }
733
+ {
734
+ this.appConfig.SHOW_HELP === '1' && (
735
+ <el-button class="operate" icon="el-icon-document" size="medium" type="text" onClick={this.openHelpPage.bind(this)}>
736
+ 帮助中心
737
+ </el-button>
738
+ )
739
+ }
740
+
741
+ </div>
742
+ )
743
+ },
744
+ renderRole () {
745
+ return (
746
+ <div class="switch-role-btn" onClick={this.openSwitchRoleDialog}>
747
+ {this.currentRoleName}<i class="el-icon-arrow-down el-icon--right"></i>
748
+ </div>
749
+ )
750
+ },
751
+ renderPhoto () {
752
+ return (
753
+ <div class="photo" onClick={this.toPersonInfo}>
754
+ <el-avatar class="avatar" src={this.photo}></el-avatar>
755
+ </div>
756
+ )
757
+ },
758
+ renderMoreOperate () {
759
+ return (
760
+ <el-dropdown trigger="click" >
761
+ <span class="el-dropdown__link">
762
+ {this.user.name || this.user.account}<i class="el-icon-arrow-down el-icon--right"></i>
763
+ </span>
764
+ <el-dropdown-menu slot="dropdown" >
765
+ {/* this.manageRight.clientAdmin === 'true' && <el-dropdown-item command="client" nativeOnClick={this.openService.bind(this, 'client')}>{this.$t('super administrator')}</el-dropdown-item> */}
766
+ {this.manageRight.systemAdmin === 'true' && <el-dropdown-item command="system" nativeOnClick={this.openService.bind(this, 'system')} >{this.$t('System administrator')}</el-dropdown-item>}
767
+ <el-popover
768
+ popper-class="skin-popover"
769
+ placement="left-start"
770
+ trigger="hover"
771
+ >
772
+ <el-dropdown-item slot="reference" command="skin" >{this.$t('skin')}</el-dropdown-item>
773
+ <ul class="skin-theme">
774
+ {
775
+ this.themeList.map(theme => (
776
+ <li class={{ 'is-active': theme.key === this.selectTheme }} key={theme.key} onClick={this.changeTheme.bind(this, theme)}>
777
+ <img src={theme.icon} alt="" />
778
+ {theme.key === this.selectTheme && <i class="skin-theme-select el-icon-success"></i>}
779
+ </li>
780
+ ))
781
+ }
782
+
783
+ </ul>
784
+ </el-popover>
785
+ {
786
+ this.languageFlag === '1' && (
787
+ <el-popover
788
+ placement="left-start"
789
+ trigger="hover"
790
+ >
791
+ <el-dropdown-item slot="reference" command="language" >{this.$t('language')}</el-dropdown-item>
792
+ <ul class="language-list">
793
+ {
794
+ this.languageList.map(language => (
795
+ <li class={['language-item', { 'language-item__active': language.id === this.currentLanguage }]} onClick={this.switchLanguage.bind(this, language)}>
796
+ <span>{language.name}</span>
797
+ </li>
798
+ ))
799
+ }
800
+ </ul>
801
+ </el-popover>
802
+ )
803
+ }
804
+
805
+ <el-dropdown-item command="d" nativeOnClick={this.logout}>{this.$t('logout')}</el-dropdown-item>
806
+ </el-dropdown-menu>
807
+ </el-dropdown>
808
+ )
809
+ },
810
+ renderSwitchRoleDialog () {
811
+ return (
812
+ <el-dialog
813
+ class="epx-app-nav__role-switch-dialog"
814
+ append-to-body
815
+ visible={this.showSwitchRoleDialog}
816
+ {...{
817
+ on: {
818
+ 'update:visible': v => { this.showSwitchRoleDialog = v }
819
+ }
820
+ }}
821
+ width="1200px"
822
+ top="10vh"
823
+ >
824
+ <div class="role-card__header" slot="title">
825
+ <span>
826
+ <img src={require('@/assets/images/logo.png')} />
827
+ <span class="role-card__title">上海市教育评估院教师综合评价平台</span>
828
+ </span>
829
+ </div>
830
+ <div class="role-card__body">
831
+ <ul class="role-type__list">
832
+ {
833
+ this.showTypeList.map(item => (
834
+ <li class={['role-type__item', { 'is-active': item.code === this.activeRoleType }]} key={item.code} onClick={() => { this.activeRoleType = item.code }}>{ item.name }</li>
835
+ ))
836
+ }
837
+ </ul>
838
+ <div class="role-title">请选择角色进入系统</div>
839
+ <el-select vModel={this.selectDept} size="large" class="dept-select">
840
+ {
841
+ this.userDepts.map(dept => (
842
+ <el-option key={dept.id} label={dept.name} value={dept.id}></el-option>
843
+ ))
844
+ }
845
+ </el-select>
846
+ <div class="role-content">
847
+ <div class="system-content">
848
+ {
849
+ this.roleTypeMap[this.activeRoleType] && (
850
+ <ul class="role-list" >
851
+ {
852
+ this.roleTypeMap[this.activeRoleType].map(role => (
853
+ <li class={['role-item', { 'is-select': this.selectRole === role.id }]} key={role.id} onClick={this.selectRoleFn.bind(this, role)}>
854
+ <div class="role-item__body">
855
+ {role.data.NAME}
856
+ <i class="epx-icon-kapianxuanzhong"></i>
857
+ </div>
858
+ </li>
859
+ ))
860
+ }
861
+
862
+ </ul>
863
+ )
864
+ }
865
+
866
+ </div>
867
+ </div>
868
+
869
+ </div>
870
+ <p style={{ textAlign: 'center' }}>
871
+ <el-checkbox vModel={this.setDefaultRole}>记住选择,以后登录默认进入该角色</el-checkbox>
872
+ </p>
873
+ <span slot="footer" class="dialog-footer">
874
+ <el-button onClick={() => { this.showSwitchRoleDialog = false }}>取 消</el-button>
875
+ <el-button type="primary" onClick={this.switchRoleFn}>确 定</el-button>
876
+ </span>
877
+ </el-dialog>
878
+ )
879
+ }
880
+ },
881
+ created () {
882
+ window.addEventListener('click', () => {
883
+ this.openType = null
884
+ this.popoverVisible = false
885
+ })
886
+ if (this.type === '1') {
887
+ this.getNavList()
888
+ }
889
+ this.getUserInfo()
890
+ this.getManageService()
891
+ this.getServiceRoles()
892
+ this.getUserDepts()
893
+
894
+ this.selectTheme = localStorage.getItem('epx_frame_theme')
895
+ document.documentElement.setAttribute('data-theme', this.selectTheme)
896
+ this.$bus.on('showMobileMenu', v => {
897
+ this.showMobileMenu = v
898
+ })
899
+ // 经典蓝:#0874E7
900
+ // 霞红:#CE4545
901
+ // 森绿:#3D8A50
902
+ // 薰衣草紫:#7569E2
903
+ // 橙橘:#EA6000
904
+ // 海蓝:#0F5FBD
905
+ // 星空蓝:#1A4586
906
+ // 极光蓝:#383B9E
907
+ // 蒂芙尼蓝:#00AAAD
908
+ this.themeList = [
909
+ { name: 'Classic blue', key: 'classicblue', icon: require('@/assets/images/theme/classicblue.png') },
910
+ { name: 'Rosy Clouds Red', key: 'palevioletred', icon: require('@/assets/images/theme/palevioletred.png') },
911
+ { name: 'Forest Green', key: 'forestgreen', icon: require('@/assets/images/theme/forestgreen.png') },
912
+ { name: 'Lavender Purple', key: 'purple', icon: require('@/assets/images/theme/purple.png') },
913
+ { name: 'Orange', key: 'orange', icon: require('@/assets/images/theme/orange.png') },
914
+ { name: 'Sea Blue', key: 'deepblue', icon: require('@/assets/images/theme/deepblue.png') },
915
+ { name: 'Sky Blue', key: 'skyblue', icon: require('@/assets/images/theme/skyblue.png') },
916
+ { name: 'Aurora Blue', key: 'aurorablue', icon: require('@/assets/images/theme/aurorablue.png') },
917
+ { name: 'Tiffanyblue Blue', key: 'tiffanyblue', icon: require('@/assets/images/theme/tiffanyblue.png') }
918
+ ]
919
+ },
920
+ render () {
921
+ if (this.$isMobile || !this.showAppNav) return null
922
+ return (
923
+ <div class="nav" style={this.style}>
924
+ <div class="container">
925
+ <div class="left">
926
+ { this.renderLogo() }
927
+ { this.renderNav() }
928
+ </div>
929
+ <div class="right">
930
+ { this.renderOperates() }
931
+ { this.renderRole() }
932
+ { this.renderPhoto() }
933
+ { this.renderMoreOperate() }
934
+ { this.renderSwitchRoleDialog() }
935
+ </div>
936
+ </div>
937
+ </div>
938
+ )
939
+ }
940
+ }
941
+ </script>
942
+
943
+ <!-- Add "scoped" attribute to limit CSS to this component only -->
944
+ <style scoped lang="scss">
945
+ .nav{
946
+ width: 100%;
947
+ height: 60px;
948
+ line-height: 60px;
949
+ @include bg_color_primary;
950
+ // background-color: #1f82ef;
951
+ box-shadow: 0px 3px 5px 0px rgba(172, 172, 172, 0.46);
952
+ position: relative;
953
+ z-index: 101;
954
+ }
955
+ .container {
956
+ padding-right: 24px;
957
+ height: 100%;
958
+ display: flex;
959
+ justify-content: space-between;
960
+ align-items: center;
961
+ &::v-deep {
962
+ .el-avatar >img {
963
+ width: 100%;
964
+ }
965
+ }
966
+ }
967
+ .left {
968
+ display: flex;
969
+ height: 100%;
970
+ overflow: hidden;
971
+ }
972
+ .logo{
973
+ display: flex;
974
+ align-items: center;
975
+ min-width: 216px;
976
+ max-width: 320px;
977
+ font-size: 18px;
978
+ color: #fff;
979
+ cursor: pointer;
980
+ position: relative;
981
+ z-index: 1;
982
+ padding-left: 24px;
983
+ // height: 49px;
984
+ // cursor: pointer;
985
+ .img-icon{
986
+ height: 30px;
987
+ margin-right: 8px;
988
+ }
989
+ >span {
990
+ white-space: nowrap;
991
+ overflow: hidden;
992
+ text-overflow: ellipsis;
993
+ }
994
+ }
995
+ .epx-header-menu {
996
+ height: 100%;
997
+ }
998
+ .home-nav{
999
+ display: flex;
1000
+ overflow: hidden;
1001
+ margin-right: 20px;
1002
+ &::v-deep
1003
+ {
1004
+ .el-menu {
1005
+ @include bg_color_primary;
1006
+ .el-menu-item {
1007
+ height: 100%;
1008
+ display: flex;
1009
+ align-items: center;
1010
+ line-height: 58px;
1011
+ i {
1012
+ color: #fff;
1013
+ margin-right: 4px;
1014
+ }
1015
+ }
1016
+ }
1017
+ .el-popover{
1018
+ padding:2px 0px;
1019
+ }
1020
+ }
1021
+ }
1022
+ .router-dropdown-link {
1023
+ margin-left: 20px;
1024
+ cursor: pointer;
1025
+ color: #fff;
1026
+
1027
+ }
1028
+ .home-nav::v-deep .el-menu--horizontal > .el-menu-item:hover {
1029
+ background-color: rgba(0,0,0,.2);
1030
+ border-bottom: none;
1031
+ }
1032
+ .home-nav::v-deep .el-menu--horizontal > .el-menu-item.active {
1033
+ background-color: rgba(0,0,0,.2);
1034
+ }
1035
+ .home-nav::v-deep .el-menu--horizontal > .el-menu-item.is-active {
1036
+ border: none
1037
+ }
1038
+ .home-nav::v-deep .el-menu--horizontal {
1039
+ border-bottom: none;
1040
+ }
1041
+ .home-nav img {
1042
+ width: 18px;
1043
+ height: 17px;
1044
+ margin-right: 3px;
1045
+ // position: relative;
1046
+ // // top: -1px;
1047
+ // left: -3px;
1048
+ }
1049
+ .nav-menu {
1050
+ display: flex;
1051
+ }
1052
+ .tabs {
1053
+ position: relative;
1054
+ flex: 1;
1055
+ &::v-deep {
1056
+ .el-tabs__header {
1057
+ margin-bottom: 0;
1058
+ }
1059
+ .el-tabs__item{
1060
+ padding: 0 20px!important;
1061
+ color: #fff!important;
1062
+ .el-icon-close {
1063
+ position: absolute;
1064
+ top: 50%;
1065
+ margin-top: -6px;
1066
+ right: 0px;
1067
+ display: none;
1068
+ // opacity: 0;
1069
+ }
1070
+ &:hover {
1071
+ .el-icon-close {
1072
+ display: block;
1073
+ }
1074
+ }
1075
+ }
1076
+ .el-tabs__nav-wrap::after {
1077
+ background: none;
1078
+ }
1079
+ .el-tabs__active-bar {
1080
+ background: #fff;
1081
+ }
1082
+ .el-tabs__nav-next, .el-tabs__nav-prev {
1083
+ color: #fff;
1084
+ line-height: 60px;
1085
+ }
1086
+ }
1087
+ }
1088
+ .right {
1089
+ display: flex;
1090
+ height: 100%;
1091
+ }
1092
+ .right::v-deep .el-input__inner{
1093
+ width: 406px;
1094
+ }
1095
+ .photo {
1096
+ height: 68px;
1097
+ line-height: 94px;
1098
+ margin-left: 20px;
1099
+ margin-right: 20px;
1100
+ cursor: pointer;
1101
+ }
1102
+ .clear-routers {
1103
+ line-height: 16px;
1104
+ i {
1105
+ font-size: 16px;
1106
+ }
1107
+ }
1108
+ .right::v-deep .el-dropdown__link {
1109
+ color: #fff;
1110
+ cursor: pointer;
1111
+ }
1112
+ ::v-deep .el-dropdown-menu__item:hover {
1113
+ .sub-menu {
1114
+ display: block;
1115
+ }
1116
+ }
1117
+
1118
+ .sub-menu {
1119
+ display: none;
1120
+ position: absolute;
1121
+ left: 0;
1122
+ top: 0;
1123
+ padding-right: 10px;
1124
+ border-radius: 4px;
1125
+ transform: translateX(-100%);
1126
+ }
1127
+ .sub-menu-inner {
1128
+ background: #fff;
1129
+ white-space: nowrap;
1130
+ }
1131
+ .sub-menu .popper__arrow {
1132
+ left: auto!important;
1133
+ right: -8px!important;
1134
+ top: 15px!important;
1135
+ transform: translateX(-50%) rotate(90deg);
1136
+ }
1137
+ .mobile-nav {
1138
+ height: 50px;
1139
+ line-height: 50px;
1140
+ @include bg_color_primary;
1141
+ // background-color: #1f82ef;
1142
+ box-shadow: 0px 3px 5px 0px rgba(172, 172, 172, 0.46);
1143
+ display: flex;
1144
+ align-items: center;
1145
+ justify-content: space-between;
1146
+ padding: 0 12px;
1147
+ .logo {
1148
+ padding: 0;
1149
+ font-size: 16px;
1150
+ img {
1151
+ height: 24px;
1152
+ margin-right: 4px;
1153
+ }
1154
+ }
1155
+ .header {
1156
+ display: flex;
1157
+ margin: 0;
1158
+ height: 30px;
1159
+ align-items: center;
1160
+ .menu-icon {
1161
+ font-size: 24px;
1162
+ line-height: 30px;
1163
+ color: #fff;
1164
+ margin-left: 6px;
1165
+ font-weight: 400;
1166
+ }
1167
+ }
1168
+ }
1169
+ .skin {
1170
+ color: #fff;
1171
+ font-size: $--font-size-base;
1172
+ cursor: pointer;
1173
+ }
1174
+ .skin-icon {
1175
+ margin-right: 4px;
1176
+ font-size: $--font-size-extra-large;
1177
+ position: relative;
1178
+ top: 2px;
1179
+ }
1180
+ .setting {
1181
+ color: #fff;
1182
+ margin-left: 12px;
1183
+ position: relative;
1184
+ top: 1px;
1185
+ cursor: pointer;
1186
+ i {
1187
+ font-size: 16px;
1188
+ margin-right: 6px;
1189
+ position: relative;
1190
+ top: 1px;
1191
+ }
1192
+ }
1193
+ .popover-btn {
1194
+ cursor: pointer;
1195
+ padding: 8px 12px;
1196
+ &:hover {
1197
+ @include bg_color_primary(.4);
1198
+ }
1199
+ }
1200
+ .skin-theme {
1201
+ width: 400px;
1202
+ display: flex;
1203
+ flex-wrap: wrap;
1204
+ overflow: hidden;
1205
+ li {
1206
+ float: left;
1207
+ width: calc(33.3% - 24px);
1208
+ margin: 12px;
1209
+ margin-top: 0;
1210
+ border-radius: 4px;
1211
+ box-sizing: border-box;
1212
+ position: relative;
1213
+ cursor: pointer;
1214
+ .skin-theme-select {
1215
+ position: absolute;
1216
+ right: 4px;
1217
+ top: 4px;
1218
+ font-size: $--font-size-medium;
1219
+ color: rgba(255,255,255,1);
1220
+ }
1221
+ img {
1222
+ display: block;
1223
+ width: 100%;
1224
+ }
1225
+ }
1226
+ }
1227
+ .el-icon-error {
1228
+ position: relative;
1229
+ top: 1px;
1230
+ font-size: 16px;
1231
+ margin-left: 8px;
1232
+ }
1233
+ .vContainer{
1234
+ width: 96%;
1235
+ padding: 0 2%;
1236
+ display: flex;
1237
+ justify-content: space-between;
1238
+ color: #fff;
1239
+ }
1240
+ .vSystem{
1241
+ font-size: 18px;
1242
+ }
1243
+ .vRight{
1244
+ display: flex;
1245
+ justify-content: space-between;
1246
+ vertical-align:middle;
1247
+ }
1248
+ .role-button {
1249
+ &::v-deep {
1250
+ &.el-button.is-plain {
1251
+ border: 1px solid rgba(255, 255, 255, 0.4);
1252
+ background: none;
1253
+ color: #fff;
1254
+ &:hover {
1255
+ border-color: rgba(255, 255, 255, 0.4);
1256
+ }
1257
+ }
1258
+ }
1259
+ }
1260
+ .role-dropdown__item {
1261
+ width: 160px;
1262
+ display: flex;
1263
+ justify-content: space-between;
1264
+ .role-icon {
1265
+ display: block;
1266
+ color: #999;
1267
+ }
1268
+ .role-text {
1269
+ display: none;
1270
+ @include font_color_primary;
1271
+ }
1272
+ &:hover {
1273
+ .role-icon {
1274
+ display: none;
1275
+ }
1276
+ .role-text {
1277
+ display: block;
1278
+ }
1279
+ }
1280
+ }
1281
+ .role-dropdown__item--default {
1282
+ .role-icon {
1283
+ display: block;
1284
+ @include font_color_primary;
1285
+ }
1286
+ .role-text {
1287
+ display: none;
1288
+ color: #999;
1289
+ }
1290
+ }
1291
+ .operates {
1292
+ height: 100%;
1293
+ display: flex;
1294
+ align-items: center;
1295
+ margin-right: 20px;
1296
+ >i {
1297
+ font-size: 16px;
1298
+ }
1299
+ }
1300
+ .operate {
1301
+ color: #fff;
1302
+ &:hover {
1303
+ color: #fff;
1304
+ }
1305
+ }
1306
+ .operate-icon {
1307
+ font-size: 24px;
1308
+ }
1309
+ .language-item {
1310
+ padding: 8px 10px;
1311
+ margin: 4px 0;
1312
+ cursor: pointer;
1313
+ position: relative;
1314
+ &::before {
1315
+ display: none;
1316
+ content: '';
1317
+ position: absolute;
1318
+ top: 0;
1319
+ left: -10px;
1320
+ width: calc(100% + 20px);
1321
+ height: 100%;
1322
+ @include bg_color_primary(.15);
1323
+ z-index: 0;
1324
+ }
1325
+ &:hover, &.language-item__active {
1326
+ &::before {
1327
+ display: block;
1328
+ }
1329
+ }
1330
+ }
1331
+ .switch-role-btn {
1332
+ border: 1px solid #fff;
1333
+ border-radius: 4px;
1334
+ color: #fff;
1335
+ line-height:40px;
1336
+ padding: 0 10px;
1337
+ height: 40px;
1338
+ margin-top: 9px;
1339
+ cursor: pointer;
1340
+ }
1341
+ </style>
1342
+ <style lang="scss" scoped>
1343
+ .role-card {
1344
+ position: absolute;
1345
+ left: 50%;
1346
+ top: 50%;
1347
+ transform: translate(-50%, -50%);
1348
+ width: 1200px;
1349
+ background: #FFFFFF;
1350
+ box-shadow: 1px 1px 4px 2px rgba(0,0,0,0.1000);
1351
+ }
1352
+ .role-card__header {
1353
+ padding: 10px 20px;
1354
+ border-bottom: 1px solid #d8d8d8;
1355
+ line-height: 50px;
1356
+ display: flex;
1357
+ justify-content: space-between;
1358
+ .el-button--text {
1359
+ color: #D11222;
1360
+ }
1361
+ img {
1362
+ width: 40px;
1363
+ margin-right: 10px;
1364
+ }
1365
+ }
1366
+ .role-card__icon {
1367
+ display: inline-block;
1368
+ width: 50px;
1369
+ height: 50px;
1370
+ @include bg_color_primary;
1371
+ text-align: center;
1372
+ border-radius: 50%;
1373
+ font-size: 26px;
1374
+ color: #fff;
1375
+ margin-right: 16px;
1376
+ }
1377
+ .role-card__title {
1378
+ color: #333333;
1379
+ font-size: 20px;
1380
+ }
1381
+ .role-card__body {
1382
+ padding: 20px;
1383
+ }
1384
+ .role-title {
1385
+ font-size: 16px;
1386
+ color: #333;
1387
+ font-weight: 600;
1388
+ margin: 20px 0;
1389
+ text-align: center;
1390
+ }
1391
+ .role-tip {
1392
+ font-size: 16px;
1393
+ color: #666666;
1394
+ text-align: center;
1395
+ }
1396
+
1397
+ .system-list {
1398
+ display: flex;
1399
+ }
1400
+ .system-item {
1401
+ flex: 1;
1402
+ margin: 20px;
1403
+ background: #F1F3F7;
1404
+ }
1405
+ .system-header {
1406
+ height: 40px;
1407
+ background: #E7EBF3;
1408
+ text-align: center;
1409
+ line-height: 40px;
1410
+ }
1411
+
1412
+ .role-content {
1413
+ display: flex;
1414
+ }
1415
+ .role-type__list {
1416
+ margin-right: 20px;
1417
+ display: flex;
1418
+ }
1419
+ .role-type__item {
1420
+ flex: 1;
1421
+ height: 60px;
1422
+ background: #FFFFFF;
1423
+ border: 1px solid #E3E3E3;
1424
+ border-left: 0;
1425
+ text-align: center;
1426
+ line-height: 60px;
1427
+ color: #666;
1428
+ cursor: pointer;
1429
+ &:first-child {
1430
+ border-radius: 4px 0 0 4px;
1431
+ border-left: 1px;
1432
+ }
1433
+ &:last-child {
1434
+ border-radius: 0 4px 4px 0;
1435
+ }
1436
+ &.is-active {
1437
+ background: linear-gradient( 180deg, #1DAAF6 0%, #0062CD 100%);
1438
+ border: 0;
1439
+ height: 62px;
1440
+ color: #fff;
1441
+ }
1442
+ }
1443
+ .system-content {
1444
+ flex: 1;
1445
+ background: #F1F3F7;
1446
+ overflow: auto;
1447
+ }
1448
+ .role-list {
1449
+ overflow: hidden;
1450
+ max-height: calc(80vh - 160px);
1451
+ overflow: auto;
1452
+ padding: 10px;
1453
+ }
1454
+
1455
+ .role-item {
1456
+ float: left;
1457
+ width: calc(33.33% - 20px);
1458
+ height: 60px;
1459
+ margin: 10px;
1460
+ box-sizing: border-box;
1461
+ padding: 10px;
1462
+ border-radius: 4px;
1463
+ border: 1px solid #E8E8E8;
1464
+ background: #fff;
1465
+ cursor: pointer;
1466
+ position: relative;
1467
+ &:hover {
1468
+ box-shadow: 0px 1px 16px 2px rgba(0,0,0,0.1);
1469
+ }
1470
+ &.is-select {
1471
+ @include border_color_primary;
1472
+ @include font_color_primary;
1473
+ .role-item__body > i {
1474
+ display: block;
1475
+ }
1476
+ }
1477
+ }
1478
+ .role-item__body {
1479
+ height: 100%;
1480
+ line-height: 38px;
1481
+ text-align: center;
1482
+ overflow: hidden;
1483
+ text-overflow: ellipsis;
1484
+ white-space: nowrap;
1485
+ >i {
1486
+ display: none;
1487
+ position: absolute;
1488
+ top: -9px;
1489
+ right: 0;
1490
+ @include font_color_primary;
1491
+ font-size: 24px;
1492
+ }
1493
+ }
1494
+ .role-item__icon {
1495
+ width: 40px;
1496
+ height: 40px;
1497
+ border-radius: 50%;
1498
+ @include bg_color_primary;
1499
+ color: #fff;
1500
+ font-size: 22px;
1501
+ line-height: 40px;
1502
+ text-align: center;
1503
+ margin-bottom: 14px;
1504
+ }
1505
+ .role-item__header {
1506
+ position: absolute;
1507
+ top: 0;
1508
+ left: 0;
1509
+ width: 100%;
1510
+ height: 40px;
1511
+ display: flex;
1512
+ justify-content: space-between;
1513
+ align-items: center;
1514
+ padding: 0 10px;
1515
+ box-sizing: border-box;
1516
+ i {
1517
+ font-size: 20px;
1518
+ color: #FFAE00;
1519
+ }
1520
+ }
1521
+
1522
+ .role__set-main {
1523
+ display: none;
1524
+ cursor: pointer;
1525
+ @include font_color_primary;
1526
+ }
1527
+ .dept-select {
1528
+ width: 100%;
1529
+ margin-bottom: 10px;
1530
+ }
1531
+ .role-operate {
1532
+ text-align: center;
1533
+ >p {
1534
+ margin-top: 20px;
1535
+ margin-bottom: 10px;
1536
+ }
1537
+ }
1538
+ .submit-btn {
1539
+ width: 200px;
1540
+ }
1541
+ </style>
1542
+ <style lang="scss">
1543
+ .skin-popover {
1544
+ padding: 0;
1545
+ padding-top: 16px;
1546
+ }
1547
+ .epx-app-nav__role-switch-dialog {
1548
+ .el-dialog__header {
1549
+ padding: 0;
1550
+ border:0;
1551
+ }
1552
+ }
1553
+ </style>