@dhccmobile/workflow-approval-center 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/README.md +25 -0
  2. package/dist/approval-center.common.js +1 -0
  3. package/dist/approval-center.css +146 -0
  4. package/dist/approval-center.umd.js +1 -0
  5. package/dist/approval-center.umd.min.js +1 -0
  6. package/dist/demo.html +1 -0
  7. package/package.json +74 -0
  8. package/static/icon/general/iconfont.css +191 -0
  9. package/static/icon/general/iconfont.js +1 -0
  10. package/static/icon/general/iconfont.json +317 -0
  11. package/static/icon/general/iconfont.ttf +0 -0
  12. package/static/icon/general/iconfont.woff +0 -0
  13. package/static/icon/general/iconfont.woff2 +0 -0
  14. package/static/icon/workflow/iconfont.css +491 -0
  15. package/static/icon/workflow/iconfont.js +1 -0
  16. package/static/icon/workflow/iconfont.json +842 -0
  17. package/static/icon/workflow/iconfont.ttf +0 -0
  18. package/static/icon/workflow/iconfont.woff +0 -0
  19. package/static/icon/workflow/iconfont.woff2 +0 -0
  20. package/types/components/bpmn-camunda/data/bpmnXml.d.ts +1 -0
  21. package/types/components/bpmn-camunda/data/translate/customTranslate.d.ts +1 -0
  22. package/types/components/bpmn-camunda/data/translate/zn.d.ts +123 -0
  23. package/types/components/bpmn-camunda/module/BpmContextPad.d.ts +6 -0
  24. package/types/components/bpmn-camunda/module/BpmPalette.d.ts +2 -0
  25. package/types/components/bpmn-camunda/module/BpmRenderer.d.ts +13 -0
  26. package/types/components/common/breadcrumb-nav/service/BreadcrumbService.d.ts +29 -0
  27. package/types/components/index.d.ts +19 -0
  28. package/types/constants/api/approval-process/ApprovalProcess.api.d.ts +75 -0
  29. package/types/constants/api/approval-process/default_debt.api.d.ts +33 -0
  30. package/types/constants/api/approval-process/flow_apply_info.api.d.ts +9 -0
  31. package/types/constants/api/approval-process/holder_meeting.d.ts +15 -0
  32. package/types/constants/api/contract/ContAttachFile.api.d.ts +63 -0
  33. package/types/constants/api/contract/ContChangeInfo.api.d.ts +9 -0
  34. package/types/constants/api/contract/ContractFileInfo.api.d.ts +123 -0
  35. package/types/constants/api/contract/CtApplyContractRel.api.d.ts +9 -0
  36. package/types/constants/api/contract/CtApplyInfo.api.d.ts +106 -0
  37. package/types/constants/api/contract/CtCollectApplyInfo.api.d.ts +93 -0
  38. package/types/constants/api/contract/CtContTpInfo.api.d.ts +15 -0
  39. package/types/constants/api/contract/CtContractHis.api.d.ts +153 -0
  40. package/types/constants/api/contract/CtContractInfoApi.api.d.ts +273 -0
  41. package/types/constants/api/contract/CtDeptConf.api.d.ts +15 -0
  42. package/types/constants/api/contract/CtReissueApplyInfo.api.d.ts +69 -0
  43. package/types/constants/api/contract/CtSampleFileInfo.api.d.ts +51 -0
  44. package/types/constants/api/contract/CtSeaFile.d.ts +15 -0
  45. package/types/constants/api/contract/CtSealLogInfo.d.ts +9 -0
  46. package/types/constants/api/contract/CtSealRecord.d.ts +15 -0
  47. package/types/constants/api/contract/CtSignedInfo.api.d.ts +45 -0
  48. package/types/constants/api/contract/CtTaxInfo.api.d.ts +129 -0
  49. package/types/constants/api/contract/CtTaxesConf.api.d.ts +45 -0
  50. package/types/constants/api/contract/CtUnderlyInfo.api.d.ts +9 -0
  51. package/types/constants/api/contract/OaFlowInfo.api.d.ts +99 -0
  52. package/types/constants/api/contract/PreCommunicate.api.d.ts +69 -0
  53. package/types/constants/api/contract/StampDutyMain.api.d.ts +9 -0
  54. package/types/constants/api/contract/SysDeptInfoCont.api.d.ts +9 -0
  55. package/types/constants/api/contract/SysUserInfo.api.d.ts +33 -0
  56. package/types/constants/api/contract/bkcontract/SealApply.api.d.ts +45 -0
  57. package/types/constants/api/contract/workFlowTaskOperator.api.d.ts +9 -0
  58. package/types/constants/api/disclosure/DisclosureMonitoringInfo.api.d.ts +9 -0
  59. package/types/constants/api/disclosure/FlowDetailInfo.api.d.ts +39 -0
  60. package/types/constants/api/disclosure/FlowInfo.api.d.ts +15 -0
  61. package/types/constants/api/disclosure/NetvalDateFormalInfo.api.d.ts +27 -0
  62. package/types/constants/api/disclosure/NetvalRuleDraftTemplInfo.api.d.ts +15 -0
  63. package/types/constants/api/disclosure/PmCooorgInfo.api.d.ts +9 -0
  64. package/types/constants/api/disclosure/PmProjectInfoXP.api.d.ts +15 -0
  65. package/types/constants/api/disclosure/ReportDiscPlanInfo.api.d.ts +33 -0
  66. package/types/constants/api/disclosure/ReportDiscRulesDraftTemplInfo.api.d.ts +15 -0
  67. package/types/constants/api/disclosure/ReportRulesDraftlInfo.api.d.ts +9 -0
  68. package/types/constants/api/disclosure/RptFileInfo.api.d.ts +70 -0
  69. package/types/constants/api/disclosure/RptGenerateInfo.api.d.ts +154 -0
  70. package/types/constants/api/disclosure/idoc-template.api.d.ts +9 -0
  71. package/types/constants/api/disclosure/sys-dept-info-xp.api.d.ts +22 -0
  72. package/types/constants/api/doc/idoc-file.api.d.ts +21 -0
  73. package/types/constants/api/doc/pageoffice.api.d.ts +26 -0
  74. package/types/constants/api/ms-doc/file-compare-info.api.d.ts +27 -0
  75. package/types/constants/api/ms-doc/idoc-bookmark.api.d.ts +9 -0
  76. package/types/constants/api/ms-doc/idoc-collection.api.d.ts +9 -0
  77. package/types/constants/api/ms-doc/idoc-compare.api.d.ts +9 -0
  78. package/types/constants/api/ms-doc/idoc-doc-template.api.d.ts +25 -0
  79. package/types/constants/api/ms-doc/idoc-file.api.d.ts +44 -0
  80. package/types/constants/api/ms-doc/idoc-object-apply.api.d.ts +93 -0
  81. package/types/constants/api/ms-doc/pageoffice.api.d.ts +27 -0
  82. package/types/constants/api/ms-portal/sys-dept-info.api.d.ts +33 -0
  83. package/types/constants/api/ms-workflow/WorkFlowTaskOperator.api.d.ts +9 -0
  84. package/types/constants/api/ms-workflow/appro-center.api.d.ts +148 -0
  85. package/types/constants/api/ms-workflow/model-proc-ver-info.api.d.ts +14 -0
  86. package/types/constants/api/ms-workflow/org.api.d.ts +113 -0
  87. package/types/constants/api/ms-workflow/proc-inst-info.api.d.ts +9 -0
  88. package/types/constants/api/ms-workflow/task-attachment-info.api.d.ts +38 -0
  89. package/types/constants/api/ms-workflow/task-info.api.d.ts +50 -0
  90. package/types/constants/api/pageoffice/pageoffice.api.d.ts +33 -0
  91. package/types/constants/api/pmprojectinfo/PmProjectInfo.api.d.ts +51 -0
  92. package/types/constants/api/pmprojectinfo/SysDeptInfo.api.d.ts +9 -0
  93. package/types/constants/api/system/SysDeptInfo.api.d.ts +27 -0
  94. package/types/constants/api/system/SysUserInfo.api.d.ts +21 -0
  95. package/types/constants/config/base.config.d.ts +30 -0
  96. package/types/constants/config/storage.config.d.ts +4 -0
  97. package/types/constants/enum/approval-process/cont-state.d.ts +10 -0
  98. package/types/constants/enum/approval-process/node-type.enum.d.ts +12 -0
  99. package/types/constants/enum/approval-process/process-operation-type.enum.d.ts +124 -0
  100. package/types/constants/enum/business/approval-state.d.ts +16 -0
  101. package/types/constants/enum/business/clause-categories.enum.d.ts +12 -0
  102. package/types/constants/enum/business/clause-type.enum.d.ts +40 -0
  103. package/types/constants/enum/business/docTemplate-type.enum.d.ts +12 -0
  104. package/types/constants/enum/business/process-management.enum.d.ts +47 -0
  105. package/types/constants/enum/business/submit-type.enum.d.ts +21 -0
  106. package/types/constants/enum/business/switch-en.enum.d.ts +12 -0
  107. package/types/constants/enum/business/template-clause.enum.d.ts +17 -0
  108. package/types/constants/enum/code.enum.d.ts +12 -0
  109. package/types/constants/enum/contract/apply-state.enum.d.ts +72 -0
  110. package/types/constants/enum/contract/compare-type.enum.d.ts +16 -0
  111. package/types/constants/enum/contract/cont-mod-type.enum.d.ts +28 -0
  112. package/types/constants/enum/contract/cont-stat.enum.d.ts +100 -0
  113. package/types/constants/enum/contract/cont-type.enum.d.ts +669 -0
  114. package/types/constants/enum/contract/currency.enum.d.ts +39 -0
  115. package/types/constants/enum/contract/file-tp.d.ts +24 -0
  116. package/types/constants/enum/contract/usedEnum.enum.d.ts +24 -0
  117. package/types/constants/enum/disclosure/ImportBusinessType.d.ts +73 -0
  118. package/types/constants/enum/disclosure/check-status-cd.enum.d.ts +17 -0
  119. package/types/constants/enum/disclosure/delete-rpt-type.enum.d.ts +16 -0
  120. package/types/constants/enum/disclosure/detail-type.enum.d.ts +17 -0
  121. package/types/constants/enum/disclosure/mod-tp.enum.d.ts +29 -0
  122. package/types/constants/enum/disclosure/ows-publ-data.enum.d.ts +63 -0
  123. package/types/constants/enum/disclosure/pcs-type.enum.d.ts +91 -0
  124. package/types/constants/enum/disclosure/publ-end-dt-tp.enum.d.ts +19 -0
  125. package/types/constants/enum/disclosure/publ-frq.enum.d.ts +36 -0
  126. package/types/constants/enum/disclosure/publ-start-dt-tp.enum.d.ts +19 -0
  127. package/types/constants/enum/disclosure/row-select-type.enum.d.ts +17 -0
  128. package/types/constants/enum/disclosure/rpt-cgy-cd.enum.d.ts +29 -0
  129. package/types/constants/enum/disclosure/rpt-tp.enum.d.ts +49 -0
  130. package/types/constants/enum/disclosure/rule-pcs-type-enum.d.ts +20 -0
  131. package/types/constants/enum/disclosure/special-dept-enum.d.ts +20 -0
  132. package/types/constants/enum/disclosure/use-seal-options.enum.d.ts +12 -0
  133. package/types/constants/enum/disclosure/yes-no.enum.d.ts +12 -0
  134. package/types/constants/enum/enum.service.d.ts +9 -0
  135. package/types/constants/enum/general/api.enum.d.ts +48 -0
  136. package/types/constants/enum/general/code.enum.d.ts +12 -0
  137. package/types/constants/enum/general/enable-type.enum.d.ts +12 -0
  138. package/types/constants/enum/general/header-type.enum.d.ts +20 -0
  139. package/types/constants/enum/general/menu-type.enum.d.ts +12 -0
  140. package/types/constants/enum/general/method-type.enum.d.ts +20 -0
  141. package/types/constants/enum/general/status-code.enum.d.ts +7 -0
  142. package/types/constants/enum/project/approval-state.enum.d.ts +48 -0
  143. package/types/constants/enum/project/task-state.enum.d.ts +12 -0
  144. package/types/constants/enum/public/cust-type.enum.d.ts +16 -0
  145. package/types/constants/enum/public/flow-item.d.ts +92 -0
  146. package/types/constants/enum/user-operate.enum.d.ts +15 -0
  147. package/types/constants/enum/workflow/dept-sign.enum.d.ts +16 -0
  148. package/types/constants/enum/workflow/form-url-type.enum.d.ts +11 -0
  149. package/types/constants/enum/workflow/proc-inst-bus-state.enum.d.ts +44 -0
  150. package/types/constants/enum/workflow/proc-inst-state.enum.d.ts +28 -0
  151. package/types/constants/enum/workflow/sdk-data-src.enum.d.ts +24 -0
  152. package/types/constants/enum/workflow/submit-type.enum.d.ts +7 -0
  153. package/types/constants/enum/workflow/task-oper.enum.d.ts +3 -0
  154. package/types/constants/enum/workflow/task-state.enum.d.ts +19 -0
  155. package/types/constants/enum/workflow/task-type.enum.d.ts +41 -0
  156. package/types/constants/index.d.ts +6 -0
  157. package/types/directives/directive.service.d.ts +12 -0
  158. package/types/directives/drag-dialog.directive.d.ts +16 -0
  159. package/types/directives/suction-top.directive.d.ts +13 -0
  160. package/types/directives/tabal-upd.directive.d.ts +8 -0
  161. package/types/filtres/dictionary-conversion.filter.d.ts +11 -0
  162. package/types/filtres/filter.service.d.ts +13 -0
  163. package/types/filtres/switch-dict-convert.filter.d.ts +5 -0
  164. package/types/filtres/switch-enum-convert.filter.d.ts +13 -0
  165. package/types/index.d.ts +9 -0
  166. package/types/main.d.ts +12 -0
  167. package/types/model/CoreConfig.d.ts +34 -0
  168. package/types/model/DataInput.d.ts +18 -0
  169. package/types/model/DataOutput.d.ts +16 -0
  170. package/types/model/domain/DtTypeConfigInfo.d.ts +21 -0
  171. package/types/model/domain/ModalVar.d.ts +6 -0
  172. package/types/model/domain/RestfulResponse.d.ts +14 -0
  173. package/types/model/domain/SealApply.d.ts +17 -0
  174. package/types/model/domain/TabData.d.ts +14 -0
  175. package/types/model/domain/contract/BusFileInfo.d.ts +63 -0
  176. package/types/model/domain/contract/BusFileParam.d.ts +42 -0
  177. package/types/model/domain/contract/ContFileInfo.d.ts +27 -0
  178. package/types/model/domain/contract/ContTempLike.d.ts +25 -0
  179. package/types/model/domain/contract/CtContTpInfoDTO.d.ts +22 -0
  180. package/types/model/domain/contract/OaFlowInfoLike.d.ts +12 -0
  181. package/types/model/domain/contract/OpenFileInfo.d.ts +12 -0
  182. package/types/model/domain/contract/OurSignInfo.d.ts +26 -0
  183. package/types/model/domain/contract/PmProjectInfo.d.ts +31 -0
  184. package/types/model/domain/contract/UnderlyInfo.d.ts +23 -0
  185. package/types/model/domain/disclosure/BusFileInfo.d.ts +61 -0
  186. package/types/model/domain/disclosure/BusFileParam.d.ts +42 -0
  187. package/types/model/domain/disclosure/DocTemplateLike.d.ts +12 -0
  188. package/types/model/domain/disclosure/ReportRulesFormalInfo.d.ts +137 -0
  189. package/types/model/entity/ApplyBusChangeDetail.d.ts +25 -0
  190. package/types/model/entity/DocTemplate.d.ts +66 -0
  191. package/types/model/entity/FlowApplyInfo.d.ts +88 -0
  192. package/types/model/entity/MulSaveInfo.d.ts +50 -0
  193. package/types/model/entity/SysDeptInfo.d.ts +17 -0
  194. package/types/model/entity/circulate/UserInfoLike.d.ts +21 -0
  195. package/types/model/index.d.ts +3 -0
  196. package/types/router/index.d.ts +2 -0
  197. package/types/services/antd-vue.service.d.ts +8 -0
  198. package/types/services/api.service.d.ts +112 -0
  199. package/types/services/bean-utils.service.d.ts +33 -0
  200. package/types/services/cache-dictionary.service.d.ts +19 -0
  201. package/types/services/cont-tp-utils.service.d.ts +39 -0
  202. package/types/services/dailyContTp.service.d.ts +50 -0
  203. package/types/services/date-format.service.d.ts +11 -0
  204. package/types/services/dayjs-util.service.d.ts +44 -0
  205. package/types/services/dict-relay.service.d.ts +34 -0
  206. package/types/services/file-download.service.d.ts +5 -0
  207. package/types/services/file-utils.service.d.ts +11 -0
  208. package/types/services/form-change-function.service.d.ts +44 -0
  209. package/types/services/form-handler-service.d.ts +66 -0
  210. package/types/services/index.d.ts +2 -0
  211. package/types/services/list-util.service.d.ts +55 -0
  212. package/types/services/math.service.d.ts +19 -0
  213. package/types/services/money-format.d.ts +15 -0
  214. package/types/services/number-fomat.d.ts +16 -0
  215. package/types/services/pageoffice-deal-data.service.d.ts +35 -0
  216. package/types/services/process.service.d.ts +16 -0
  217. package/types/services/role-util.service.d.ts +12 -0
  218. package/types/services/size-util.service.d.ts +15 -0
  219. package/types/services/tip-ui.service.d.ts +52 -0
  220. package/types/services/tree-node-convert.service.d.ts +178 -0
  221. package/types/services/waiting.service.d.ts +96 -0
@@ -0,0 +1,491 @@
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 2026139 */
3
+ src: url('iconfont.woff2?t=1669183997142') format('woff2'),
4
+ url('iconfont.woff?t=1669183997142') format('woff'),
5
+ url('iconfont.ttf?t=1669183997142') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .iconchehui-shenpibiaoshi:before {
17
+ content: "\e6a1";
18
+ }
19
+
20
+ .iconzhongzhi-shenpibiaoshi:before {
21
+ content: "\e69e";
22
+ }
23
+
24
+ .iconzuofei-shenpibiaoshi1:before {
25
+ content: "\e6a2";
26
+ }
27
+
28
+ .iconsuoding-shenpibiaoshi:before {
29
+ content: "\e6a3";
30
+ }
31
+
32
+ .iconjiaqianbumen:before {
33
+ content: "\e6a0";
34
+ }
35
+
36
+ .iconcuiban-fujiacaozuo:before {
37
+ content: "\e69f";
38
+ }
39
+
40
+ .iconbohui-shenpibiaoshi:before {
41
+ content: "\e68c";
42
+ }
43
+
44
+ .iconchehuishenqing-caozuo:before {
45
+ content: "\e68e";
46
+ }
47
+
48
+ .iconzuofei-caozuo:before {
49
+ content: "\e68f";
50
+ }
51
+
52
+ .iconpifen-shenpibiaoshi1:before {
53
+ content: "\e695";
54
+ }
55
+
56
+ .icontuihui-shenpibiaoshi:before {
57
+ content: "\e696";
58
+ }
59
+
60
+ .icontongyi-shenpicaozuo:before {
61
+ content: "\e697";
62
+ }
63
+
64
+ .iconjujue-shenpicaozuo:before {
65
+ content: "\e698";
66
+ }
67
+
68
+ .iconbohui-shenpicaozuo:before {
69
+ content: "\e699";
70
+ }
71
+
72
+ .iconpifen-shenpicaozuo:before {
73
+ content: "\e69a";
74
+ }
75
+
76
+ .iconbushiyong-shenpicaozuo-01:before {
77
+ content: "\e69b";
78
+ }
79
+
80
+ .icontuihui-shenpicaozuo:before {
81
+ content: "\e69c";
82
+ }
83
+
84
+ .iconzhuanban-shenpicaozuo:before {
85
+ content: "\e69d";
86
+ }
87
+
88
+ .iconjiaqian-caozuo:before {
89
+ content: "\e690";
90
+ }
91
+
92
+ .iconchuanyue-caozuo:before {
93
+ content: "\e691";
94
+ }
95
+
96
+ .iconchehuishenpi-caozuo:before {
97
+ content: "\e692";
98
+ }
99
+
100
+ .icondayin:before {
101
+ content: "\e694";
102
+ }
103
+
104
+ .iconbushiyong-shenpibiaoshi:before {
105
+ content: "\e687";
106
+ }
107
+
108
+ .iconjujue-shenpibiaoshi:before {
109
+ content: "\e688";
110
+ }
111
+
112
+ .icontongyi-shenpibiaoshi:before {
113
+ content: "\e68a";
114
+ }
115
+
116
+ .iconshenpizhong-shenpibiaoshi:before {
117
+ content: "\e68b";
118
+ }
119
+
120
+ .iconzhuanban-shenpibiaoshi:before {
121
+ content: "\e68d";
122
+ }
123
+
124
+ .icondaochu:before {
125
+ content: "\ea38";
126
+ }
127
+
128
+ .iconqianshou:before {
129
+ content: "\ea39";
130
+ }
131
+
132
+ .iconshenpijiluzhankai:before {
133
+ content: "\ea3a";
134
+ }
135
+
136
+ .iconbaocun:before {
137
+ content: "\ea3b";
138
+ }
139
+
140
+ .iconshaixuanshouqi:before {
141
+ content: "\ea3c";
142
+ }
143
+
144
+ .iconzhuye:before {
145
+ content: "\ea3d";
146
+ }
147
+
148
+ .iconpinglun:before {
149
+ content: "\ea3e";
150
+ }
151
+
152
+ .iconxinzeng:before {
153
+ content: "\ea3f";
154
+ }
155
+
156
+ .iconshenpijilushouqi:before {
157
+ content: "\ea40";
158
+ }
159
+
160
+ .iconfujian:before {
161
+ content: "\ea41";
162
+ }
163
+
164
+ .iconshaixuanzhankai:before {
165
+ content: "\ea43";
166
+ }
167
+
168
+ .iconguidang:before {
169
+ content: "\ea44";
170
+ }
171
+
172
+ .icontijiao:before {
173
+ content: "\ea45";
174
+ }
175
+
176
+ .iconshejiqi_zhongzhijieshushijian:before {
177
+ content: "\e9f0";
178
+ }
179
+
180
+ .iconshejiqi_baohanwangguan:before {
181
+ content: "\e9f1";
182
+ }
183
+
184
+ .iconshejiqi_baocun:before {
185
+ content: "\e9f2";
186
+ }
187
+
188
+ .iconshejiqi_zhuashougongju:before {
189
+ content: "\e9f3";
190
+ }
191
+
192
+ .iconshejiqi_zuoceduiqi:before {
193
+ content: "\e9f4";
194
+ }
195
+
196
+ .iconshejiqi_zhongjianxinhaobuhuoshijian:before {
197
+ content: "\e9f5";
198
+ }
199
+
200
+ .iconshejiqi_zhongjianxinhaopaochushijian:before {
201
+ content: "\e9f6";
202
+ }
203
+
204
+ .iconshejiqi_bianjiebuchangshijian:before {
205
+ content: "\e9f7";
206
+ }
207
+
208
+ .iconshejiqi_bianjieshengjishijian:before {
209
+ content: "\e9f8";
210
+ }
211
+
212
+ .iconshejiqi_binghangwangguan:before {
213
+ content: "\e9f9";
214
+ }
215
+
216
+ .iconshejiqi_bianjietiaojianshijian:before {
217
+ content: "\e9fa";
218
+ }
219
+
220
+ .iconshejiqi_buchangjieshushijian:before {
221
+ content: "\e9fb";
222
+ }
223
+
224
+ .iconshejiqi_chexiao:before {
225
+ content: "\e9fc";
226
+ }
227
+
228
+ .iconshejiqi_ceshimoxing:before {
229
+ content: "\e9fd";
230
+ }
231
+
232
+ .iconshejiqi_bianjiexinhaoshijian:before {
233
+ content: "\e9fe";
234
+ }
235
+
236
+ .iconshejiqi_bianjiequxiaoshijian:before {
237
+ content: "\e9ff";
238
+ }
239
+
240
+ .iconshejiqi_bianjiecuowushijian:before {
241
+ content: "\ea00";
242
+ }
243
+
244
+ .iconshejiqi_dakaiwenjian:before {
245
+ content: "\ea01";
246
+ }
247
+
248
+ .iconshejiqi_chuangjianchi:before {
249
+ content: "\ea02";
250
+ }
251
+
252
+ .iconshejiqi_cuowujieshushijian:before {
253
+ content: "\ea03";
254
+ }
255
+
256
+ .iconshejiqi_cuowuqidongshijian:before {
257
+ content: "\ea04";
258
+ }
259
+
260
+ .iconshejiqi_bianjiexiaoxishijian:before {
261
+ content: "\ea05";
262
+ }
263
+
264
+ .iconshejiqi_fangda:before {
265
+ content: "\ea06";
266
+ }
267
+
268
+ .iconshejiqi_duoxuan:before {
269
+ content: "\ea07";
270
+ }
271
+
272
+ .iconshejiqi_huchiwangguan:before {
273
+ content: "\ea08";
274
+ }
275
+
276
+ .iconshejiqi_jieshourenwu:before {
277
+ content: "\ea09";
278
+ }
279
+
280
+ .iconshejiqi_dingbuduiqi:before {
281
+ content: "\ea0a";
282
+ }
283
+
284
+ .iconshejiqi_fuzhi:before {
285
+ content: "\ea0b";
286
+ }
287
+
288
+ .iconshejiqi_dibuduiqi:before {
289
+ content: "\ea0c";
290
+ }
291
+
292
+ .iconshejiqi_genggaileixing:before {
293
+ content: "\ea0d";
294
+ }
295
+
296
+ .iconshejiqi_chuizhiduiqi:before {
297
+ content: "\ea0e";
298
+ }
299
+
300
+ .iconshejiqi_jieshushijian:before {
301
+ content: "\ea0f";
302
+ }
303
+
304
+ .iconshejiqi_shanchu:before {
305
+ content: "\ea10";
306
+ }
307
+
308
+ .iconshejiqi_shengjiqidongshijian:before {
309
+ content: "\ea11";
310
+ }
311
+
312
+ .iconshejiqi_shanchuwanqudian:before {
313
+ content: "\ea12";
314
+ }
315
+
316
+ .iconshejiqi_shengjijieshushijian:before {
317
+ content: "\ea13";
318
+ }
319
+
320
+ .iconshejiqi_jianqie:before {
321
+ content: "\ea14";
322
+ }
323
+
324
+ .iconshejiqi_shuipingduiqi:before {
325
+ content: "\ea15";
326
+ }
327
+
328
+ .iconshejiqi_xinhaojieshushijian:before {
329
+ content: "\ea16";
330
+ }
331
+
332
+ .iconshejiqi_lianxian:before {
333
+ content: "\ea17";
334
+ }
335
+
336
+ .iconshejiqi_jiaobenrenwu:before {
337
+ content: "\ea18";
338
+ }
339
+
340
+ .iconshejiqi_tongdengchicun:before {
341
+ content: "\ea19";
342
+ }
343
+
344
+ .iconshejiqi_tiaojianqidongshijian:before {
345
+ content: "\ea1a";
346
+ }
347
+
348
+ .iconshejiqi_xinhaoqidongshijian:before {
349
+ content: "\ea1b";
350
+ }
351
+
352
+ .iconshejiqi_shijidaxiao:before {
353
+ content: "\ea1c";
354
+ }
355
+
356
+ .iconshejiqi_xiaoxiqidongshijian:before {
357
+ content: "\ea1d";
358
+ }
359
+
360
+ .iconshejiqi_suoxiao:before {
361
+ content: "\ea1e";
362
+ }
363
+
364
+ .iconshejiqi_shoudongrenwu:before {
365
+ content: "\ea1f";
366
+ }
367
+
368
+ .iconshejiqi_shiyingpingmu:before {
369
+ content: "\ea20";
370
+ }
371
+
372
+ .iconshejiqi_kaishishijian:before {
373
+ content: "\ea21";
374
+ }
375
+
376
+ .iconshejiqi_yonghurenwu:before {
377
+ content: "\ea22";
378
+ }
379
+
380
+ .iconshejiqi_zhongjianlianjiebuhuoshijian:before {
381
+ content: "\ea23";
382
+ }
383
+
384
+ .iconshejiqi_zhedieziliucheng:before {
385
+ content: "\ea24";
386
+ }
387
+
388
+ .iconshejiqi_tianjiawanqudian:before {
389
+ content: "\ea25";
390
+ }
391
+
392
+ .iconshejiqi_zhongjianlianjiepaochushijian:before {
393
+ content: "\ea26";
394
+ }
395
+
396
+ .iconshejiqi_yewuguizerenwu:before {
397
+ content: "\ea27";
398
+ }
399
+
400
+ .iconshejiqi_zhankaiziliucheng:before {
401
+ content: "\ea28";
402
+ }
403
+
404
+ .iconshejiqi_zhongjianxiaoxibuhuoshijian:before {
405
+ content: "\ea29";
406
+ }
407
+
408
+ .iconshejiqi_niantie:before {
409
+ content: "\ea2a";
410
+ }
411
+
412
+ .iconshejiqi_fuwurenwu:before {
413
+ content: "\ea2b";
414
+ }
415
+
416
+ .iconshejiqi_zhongjiandingshiqibuhuoshijian:before {
417
+ content: "\ea2c";
418
+ }
419
+
420
+ .iconshejiqi_youceduiqi:before {
421
+ content: "\ea2d";
422
+ }
423
+
424
+ .iconshejiqi_zhongjianxiaoxipaochushijian:before {
425
+ content: "\ea2e";
426
+ }
427
+
428
+ .iconshejiqi_zhongjiantiaojianbuhuoshijian:before {
429
+ content: "\ea2f";
430
+ }
431
+
432
+ .iconshejiqi_zhongjianshengjipaochushijian:before {
433
+ content: "\ea30";
434
+ }
435
+
436
+ .iconshejiqi_qianjin:before {
437
+ content: "\ea31";
438
+ }
439
+
440
+ .iconshejiqi_xiaoxijieshushijian:before {
441
+ content: "\ea32";
442
+ }
443
+
444
+ .iconshejiqi_yinyonghuodong:before {
445
+ content: "\ea33";
446
+ }
447
+
448
+ .iconshejiqi_zhongjianbuchangpaochushijian:before {
449
+ content: "\ea34";
450
+ }
451
+
452
+ .iconshejiqi_yanzhengmoxing:before {
453
+ content: "\ea35";
454
+ }
455
+
456
+ .iconshejiqi_shanchujiedian:before {
457
+ content: "\ea36";
458
+ }
459
+
460
+ .iconqianduanshezhi1C74FF:before {
461
+ content: "\e9d7";
462
+ }
463
+
464
+ .iconfuwuguanli1C74FF:before {
465
+ content: "\e9d8";
466
+ }
467
+
468
+ .iconzujianguanli1C74FF:before {
469
+ content: "\e9d9";
470
+ }
471
+
472
+ .icongongzuotai:before {
473
+ content: "\e974";
474
+ }
475
+
476
+ .iconxitongshezhi:before {
477
+ content: "\e972";
478
+ }
479
+
480
+ .icontongjifenxi:before {
481
+ content: "\e973";
482
+ }
483
+
484
+ .iconliuchengguanli:before {
485
+ content: "\e975";
486
+ }
487
+
488
+ .iconshenpirenwu:before {
489
+ content: "\e976";
490
+ }
491
+