@ebuilding/base 2.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 (411) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/components/drawer/index.d.ts +1 -0
  4. package/components/drawer/src/drawer-content.directive.d.ts +9 -0
  5. package/components/drawer/src/drawer-options.d.ts +41 -0
  6. package/components/drawer/src/drawer-ref.d.ts +27 -0
  7. package/components/drawer/src/drawer.component.d.ts +120 -0
  8. package/components/drawer/src/drawer.module.d.ts +8 -0
  9. package/components/drawer/src/drawer.service.d.ts +22 -0
  10. package/components/drawer/src/public_api.d.ts +6 -0
  11. package/components/empty/index.d.ts +1 -0
  12. package/components/empty/src/default/index.d.ts +13 -0
  13. package/components/empty/src/index.module.d.ts +7 -0
  14. package/components/empty/src/public_api.d.ts +2 -0
  15. package/components/index.d.ts +2 -0
  16. package/fesm2022/components.drawer.mjs +706 -0
  17. package/fesm2022/components.drawer.mjs.map +1 -0
  18. package/fesm2022/components.empty.mjs +54 -0
  19. package/fesm2022/components.empty.mjs.map +1 -0
  20. package/fesm2022/components.mjs +750 -0
  21. package/fesm2022/components.mjs.map +1 -0
  22. package/fesm2022/config.content.mjs +4464 -0
  23. package/fesm2022/config.content.mjs.map +1 -0
  24. package/fesm2022/config.form.mjs +2190 -0
  25. package/fesm2022/config.form.mjs.map +1 -0
  26. package/fesm2022/config.header.mjs +2736 -0
  27. package/fesm2022/config.header.mjs.map +1 -0
  28. package/fesm2022/config.list.mjs +7192 -0
  29. package/fesm2022/config.list.mjs.map +1 -0
  30. package/fesm2022/config.page-dialog.mjs +639 -0
  31. package/fesm2022/config.page-dialog.mjs.map +1 -0
  32. package/fesm2022/config.page.mjs +53 -0
  33. package/fesm2022/config.page.mjs.map +1 -0
  34. package/fesm2022/ebuilding-base.mjs +11 -0
  35. package/fesm2022/ebuilding-base.mjs.map +1 -0
  36. package/fesm2022/pipe.builtin.mjs +36 -0
  37. package/fesm2022/pipe.builtin.mjs.map +1 -0
  38. package/fesm2022/pipe.category.mjs +43 -0
  39. package/fesm2022/pipe.category.mjs.map +1 -0
  40. package/fesm2022/pipe.datatype.mjs +38 -0
  41. package/fesm2022/pipe.datatype.mjs.map +1 -0
  42. package/fesm2022/pipe.date.format.mjs +46 -0
  43. package/fesm2022/pipe.date.format.mjs.map +1 -0
  44. package/fesm2022/pipe.disabled.mjs +38 -0
  45. package/fesm2022/pipe.disabled.mjs.map +1 -0
  46. package/fesm2022/pipe.email.state.mjs +36 -0
  47. package/fesm2022/pipe.email.state.mjs.map +1 -0
  48. package/fesm2022/pipe.empty.mjs +35 -0
  49. package/fesm2022/pipe.empty.mjs.map +1 -0
  50. package/fesm2022/pipe.eval.mjs +43 -0
  51. package/fesm2022/pipe.eval.mjs.map +1 -0
  52. package/fesm2022/pipe.flow.eval.mjs +36 -0
  53. package/fesm2022/pipe.flow.eval.mjs.map +1 -0
  54. package/fesm2022/pipe.flow.mjs +45 -0
  55. package/fesm2022/pipe.flow.mjs.map +1 -0
  56. package/fesm2022/pipe.flow.node.mjs +28 -0
  57. package/fesm2022/pipe.flow.node.mjs.map +1 -0
  58. package/fesm2022/pipe.flow.operation.mjs +52 -0
  59. package/fesm2022/pipe.flow.operation.mjs.map +1 -0
  60. package/fesm2022/pipe.flow.state.mjs +36 -0
  61. package/fesm2022/pipe.flow.state.mjs.map +1 -0
  62. package/fesm2022/pipe.flow.type.mjs +36 -0
  63. package/fesm2022/pipe.flow.type.mjs.map +1 -0
  64. package/fesm2022/pipe.formType.mjs +35 -0
  65. package/fesm2022/pipe.formType.mjs.map +1 -0
  66. package/fesm2022/pipe.grade.type.mjs +38 -0
  67. package/fesm2022/pipe.grade.type.mjs.map +1 -0
  68. package/fesm2022/pipe.indicator.mjs +43 -0
  69. package/fesm2022/pipe.indicator.mjs.map +1 -0
  70. package/fesm2022/pipe.item.mjs +38 -0
  71. package/fesm2022/pipe.item.mjs.map +1 -0
  72. package/fesm2022/pipe.moment.mjs +37 -0
  73. package/fesm2022/pipe.moment.mjs.map +1 -0
  74. package/fesm2022/pipe.msg.type.mjs +55 -0
  75. package/fesm2022/pipe.msg.type.mjs.map +1 -0
  76. package/fesm2022/pipe.number.mjs +34 -0
  77. package/fesm2022/pipe.number.mjs.map +1 -0
  78. package/fesm2022/pipe.objtype.mjs +37 -0
  79. package/fesm2022/pipe.objtype.mjs.map +1 -0
  80. package/fesm2022/pipe.okr.plan.mjs +46 -0
  81. package/fesm2022/pipe.okr.plan.mjs.map +1 -0
  82. package/fesm2022/pipe.okr.unit.mjs +38 -0
  83. package/fesm2022/pipe.okr.unit.mjs.map +1 -0
  84. package/fesm2022/pipe.operation.mjs +41 -0
  85. package/fesm2022/pipe.operation.mjs.map +1 -0
  86. package/fesm2022/pipe.period.emp.mjs +43 -0
  87. package/fesm2022/pipe.period.emp.mjs.map +1 -0
  88. package/fesm2022/pipe.period.state.mjs +43 -0
  89. package/fesm2022/pipe.period.state.mjs.map +1 -0
  90. package/fesm2022/pipe.plan.state.mjs +46 -0
  91. package/fesm2022/pipe.plan.state.mjs.map +1 -0
  92. package/fesm2022/pipe.range.mjs +25 -0
  93. package/fesm2022/pipe.range.mjs.map +1 -0
  94. package/fesm2022/pipe.removehtml.mjs +26 -0
  95. package/fesm2022/pipe.removehtml.mjs.map +1 -0
  96. package/fesm2022/pipe.result.mjs +56 -0
  97. package/fesm2022/pipe.result.mjs.map +1 -0
  98. package/fesm2022/pipe.safehtml.mjs +34 -0
  99. package/fesm2022/pipe.safehtml.mjs.map +1 -0
  100. package/fesm2022/pipe.state.mjs +55 -0
  101. package/fesm2022/pipe.state.mjs.map +1 -0
  102. package/fesm2022/pipe.table.type.mjs +38 -0
  103. package/fesm2022/pipe.table.type.mjs.map +1 -0
  104. package/fesm2022/pipe.task.state.mjs +43 -0
  105. package/fesm2022/pipe.task.state.mjs.map +1 -0
  106. package/fesm2022/pipe.templatetype.mjs +35 -0
  107. package/fesm2022/pipe.templatetype.mjs.map +1 -0
  108. package/fesm2022/pipe.valid.mjs +36 -0
  109. package/fesm2022/pipe.valid.mjs.map +1 -0
  110. package/fesm2022/pipe.value.method.mjs +46 -0
  111. package/fesm2022/pipe.value.method.mjs.map +1 -0
  112. package/fesm2022/pipe.write.state.mjs +45 -0
  113. package/fesm2022/pipe.write.state.mjs.map +1 -0
  114. package/fesm2022/pipe.yesNo.mjs +52 -0
  115. package/fesm2022/pipe.yesNo.mjs.map +1 -0
  116. package/fesm2022/shared.config.mjs +2190 -0
  117. package/fesm2022/shared.config.mjs.map +1 -0
  118. package/fesm2022/shared.srv.mjs +2853 -0
  119. package/fesm2022/shared.srv.mjs.map +1 -0
  120. package/fesm2022/shared.util.mjs +4676 -0
  121. package/fesm2022/shared.util.mjs.map +1 -0
  122. package/fesm2022/shared.var.mjs +597 -0
  123. package/fesm2022/shared.var.mjs.map +1 -0
  124. package/fesm2022/sharedPipe.mjs +1387 -0
  125. package/fesm2022/sharedPipe.mjs.map +1 -0
  126. package/fesm2022/srv.base-dialog.service.mjs +272 -0
  127. package/fesm2022/srv.base-dialog.service.mjs.map +1 -0
  128. package/fesm2022/srv.base-list.service.mjs +124 -0
  129. package/fesm2022/srv.base-list.service.mjs.map +1 -0
  130. package/fesm2022/srv.base-table.service.mjs +271 -0
  131. package/fesm2022/srv.base-table.service.mjs.map +1 -0
  132. package/fesm2022/srv.base-title.service.mjs +52 -0
  133. package/fesm2022/srv.base-title.service.mjs.map +1 -0
  134. package/fesm2022/srv.base-tree.service.mjs +53 -0
  135. package/fesm2022/srv.base-tree.service.mjs.map +1 -0
  136. package/fesm2022/srv.basePage.mjs +71 -0
  137. package/fesm2022/srv.basePage.mjs.map +1 -0
  138. package/fesm2022/srv.commApi.service.mjs +626 -0
  139. package/fesm2022/srv.commApi.service.mjs.map +1 -0
  140. package/fesm2022/srv.deon.util.mjs +272 -0
  141. package/fesm2022/srv.deon.util.mjs.map +1 -0
  142. package/fesm2022/srv.deon2.util.mjs +190 -0
  143. package/fesm2022/srv.deon2.util.mjs.map +1 -0
  144. package/fesm2022/srv.dialog.token.mjs +10 -0
  145. package/fesm2022/srv.dialog.token.mjs.map +1 -0
  146. package/fesm2022/srv.field-source.service.mjs +454 -0
  147. package/fesm2022/srv.field-source.service.mjs.map +1 -0
  148. package/fesm2022/srv.field.init.mjs +697 -0
  149. package/fesm2022/srv.field.init.mjs.map +1 -0
  150. package/fesm2022/srv.global.event.mjs +50 -0
  151. package/fesm2022/srv.global.event.mjs.map +1 -0
  152. package/fesm2022/srv.layout-detail.service.mjs +60 -0
  153. package/fesm2022/srv.layout-detail.service.mjs.map +1 -0
  154. package/fesm2022/srv.layout.service.mjs +65 -0
  155. package/fesm2022/srv.layout.service.mjs.map +1 -0
  156. package/fesm2022/srv.listService.mjs +319 -0
  157. package/fesm2022/srv.listService.mjs.map +1 -0
  158. package/fesm2022/srv.window.service.mjs +34 -0
  159. package/fesm2022/srv.window.service.mjs.map +1 -0
  160. package/fesm2022/util.base64.mjs +85 -0
  161. package/fesm2022/util.base64.mjs.map +1 -0
  162. package/fesm2022/util.comm.attendance.mjs +207 -0
  163. package/fesm2022/util.comm.attendance.mjs.map +1 -0
  164. package/fesm2022/util.comm.ckeditor.mjs +32 -0
  165. package/fesm2022/util.comm.ckeditor.mjs.map +1 -0
  166. package/fesm2022/util.comm.colors.mjs +21 -0
  167. package/fesm2022/util.comm.colors.mjs.map +1 -0
  168. package/fesm2022/util.comm.eca.mjs +89 -0
  169. package/fesm2022/util.comm.eca.mjs.map +1 -0
  170. package/fesm2022/util.comm.fly.mjs +210 -0
  171. package/fesm2022/util.comm.fly.mjs.map +1 -0
  172. package/fesm2022/util.comm.kpi.mjs +118 -0
  173. package/fesm2022/util.comm.kpi.mjs.map +1 -0
  174. package/fesm2022/util.comm.leave.mjs +271 -0
  175. package/fesm2022/util.comm.leave.mjs.map +1 -0
  176. package/fesm2022/util.comm.menu.mjs +132 -0
  177. package/fesm2022/util.comm.menu.mjs.map +1 -0
  178. package/fesm2022/util.comm.okr.mjs +204 -0
  179. package/fesm2022/util.comm.okr.mjs.map +1 -0
  180. package/fesm2022/util.comm.overtime.mjs +69 -0
  181. package/fesm2022/util.comm.overtime.mjs.map +1 -0
  182. package/fesm2022/util.comm.setting.mjs +211 -0
  183. package/fesm2022/util.comm.setting.mjs.map +1 -0
  184. package/fesm2022/util.comm.shebao.mjs +57 -0
  185. package/fesm2022/util.comm.shebao.mjs.map +1 -0
  186. package/fesm2022/util.comm.workflow.mjs +178 -0
  187. package/fesm2022/util.comm.workflow.mjs.map +1 -0
  188. package/fesm2022/util.common.mjs +637 -0
  189. package/fesm2022/util.common.mjs.map +1 -0
  190. package/fesm2022/util.encryption.mjs +49 -0
  191. package/fesm2022/util.encryption.mjs.map +1 -0
  192. package/fesm2022/util.guid.mjs +57 -0
  193. package/fesm2022/util.guid.mjs.map +1 -0
  194. package/fesm2022/util.guid.number.mjs +68 -0
  195. package/fesm2022/util.guid.number.mjs.map +1 -0
  196. package/fesm2022/util.menus.mjs +33 -0
  197. package/fesm2022/util.menus.mjs.map +1 -0
  198. package/fesm2022/util.operation.mjs +193 -0
  199. package/fesm2022/util.operation.mjs.map +1 -0
  200. package/fesm2022/util.static.mjs +1542 -0
  201. package/fesm2022/util.static.mjs.map +1 -0
  202. package/fesm2022/util.tool.mjs +46 -0
  203. package/fesm2022/util.tool.mjs.map +1 -0
  204. package/fesm2022/util.validation.mjs +67 -0
  205. package/fesm2022/util.validation.mjs.map +1 -0
  206. package/fesm2022/util.workflow.mjs +128 -0
  207. package/fesm2022/util.workflow.mjs.map +1 -0
  208. package/fesm2022/util.yuan.mjs +18 -0
  209. package/fesm2022/util.yuan.mjs.map +1 -0
  210. package/fesm2022/var.comm.constant.mjs +37 -0
  211. package/fesm2022/var.comm.constant.mjs.map +1 -0
  212. package/fesm2022/var.shared.constant.mjs +237 -0
  213. package/fesm2022/var.shared.constant.mjs.map +1 -0
  214. package/fesm2022/var.shared.interface.mjs +51 -0
  215. package/fesm2022/var.shared.interface.mjs.map +1 -0
  216. package/fesm2022/var.shared.variable.mjs +168 -0
  217. package/fesm2022/var.shared.variable.mjs.map +1 -0
  218. package/index.d.ts +6 -0
  219. package/package.json +420 -0
  220. package/shared.config/form/admin/attendance.d.ts +1 -0
  221. package/shared.config/form/admin/personnel.d.ts +1 -0
  222. package/shared.config/form/admin/system.d.ts +1 -0
  223. package/shared.config/form/gram/kpi.d.ts +1 -0
  224. package/shared.config/form/index.d.ts +2 -0
  225. package/shared.config/form/paas/module.d.ts +1 -0
  226. package/shared.config/form/payroll/shebao.d.ts +1 -0
  227. package/shared.config/index.d.ts +1 -0
  228. package/shared.config/list/content/admin/system.code.d.ts +1 -0
  229. package/shared.config/list/content/admin/system.log.d.ts +1 -0
  230. package/shared.config/list/content/admin/system.role.d.ts +1 -0
  231. package/shared.config/list/content/admin/system.source.d.ts +1 -0
  232. package/shared.config/list/content/admin/system.tenant.d.ts +1 -0
  233. package/shared.config/list/content/admin/system.user.d.ts +1 -0
  234. package/shared.config/list/content/fly/admin/device.d.ts +1 -0
  235. package/shared.config/list/content/fly/admin/dock.d.ts +1 -0
  236. package/shared.config/list/content/fly/admin/healthy.d.ts +1 -0
  237. package/shared.config/list/content/fly/admin/system.d.ts +1 -0
  238. package/shared.config/list/content/fly/admin/user.d.ts +1 -0
  239. package/shared.config/list/content/fly/work/ai.d.ts +1 -0
  240. package/shared.config/list/content/fly/work/history.d.ts +1 -0
  241. package/shared.config/list/content/fly/work/order.d.ts +1 -0
  242. package/shared.config/list/content/fly/work/product.d.ts +1 -0
  243. package/shared.config/list/content/fly/work/task.d.ts +1 -0
  244. package/shared.config/list/content/index.d.ts +38 -0
  245. package/shared.config/list/content/paas/card.d.ts +1 -0
  246. package/shared.config/list/content/paas/module.d.ts +1 -0
  247. package/shared.config/list/content/paas/permission.d.ts +1 -0
  248. package/shared.config/list/content/paas/rule.d.ts +1 -0
  249. package/shared.config/list/content/paas/setting.d.ts +1 -0
  250. package/shared.config/list/content/personnel/position.d.ts +1 -0
  251. package/shared.config/list/content/workflow/workflow.d.ts +1 -0
  252. package/shared.config/list/header/admin/system.d.ts +1 -0
  253. package/shared.config/list/header/dialog/default.d.ts +1 -0
  254. package/shared.config/list/header/fly/admin/device.d.ts +1 -0
  255. package/shared.config/list/header/fly/admin/dock.d.ts +1 -0
  256. package/shared.config/list/header/fly/admin/healthy.d.ts +1 -0
  257. package/shared.config/list/header/fly/admin/system.d.ts +1 -0
  258. package/shared.config/list/header/fly/admin/user.d.ts +1 -0
  259. package/shared.config/list/header/fly/work/ai.d.ts +1 -0
  260. package/shared.config/list/header/fly/work/history.d.ts +1 -0
  261. package/shared.config/list/header/fly/work/order.d.ts +1 -0
  262. package/shared.config/list/header/fly/work/product.d.ts +1 -0
  263. package/shared.config/list/header/fly/work/task.d.ts +1 -0
  264. package/shared.config/list/header/index.d.ts +1 -0
  265. package/shared.config/list/header/paas.d.ts +1 -0
  266. package/shared.config/list/header/personnel/position.d.ts +1 -0
  267. package/shared.config/list/header/wk/workflow.d.ts +1 -0
  268. package/shared.config/list/index.d.ts +2 -0
  269. package/shared.config/page/README.md +3 -0
  270. package/shared.config/page/admin/index.d.ts +1 -0
  271. package/shared.config/page/admin/system.source.d.ts +1 -0
  272. package/shared.config/page/index.d.ts +1 -0
  273. package/shared.config/page-dialog/admin/index.d.ts +1 -0
  274. package/shared.config/page-dialog/admin/system.d.ts +1 -0
  275. package/shared.config/page-dialog/index.d.ts +3 -0
  276. package/shared.config/page-dialog/paas/index.d.ts +1 -0
  277. package/shared.config/page-dialog/paas/module.d.ts +1 -0
  278. package/shared.config/page-dialog/payroll/index.d.ts +1 -0
  279. package/shared.config/page-dialog/payroll/main.d.ts +1 -0
  280. package/shared.pipe/builtin/builtin.pipe.d.ts +8 -0
  281. package/shared.pipe/builtin/index.d.ts +1 -0
  282. package/shared.pipe/category/category.pipe.d.ts +8 -0
  283. package/shared.pipe/category/index.d.ts +1 -0
  284. package/shared.pipe/datatype/datatype.pipe.d.ts +8 -0
  285. package/shared.pipe/datatype/index.d.ts +1 -0
  286. package/shared.pipe/date.format/date.pipe.d.ts +8 -0
  287. package/shared.pipe/date.format/index.d.ts +1 -0
  288. package/shared.pipe/disabled/disabled.pipe.d.ts +8 -0
  289. package/shared.pipe/disabled/index.d.ts +1 -0
  290. package/shared.pipe/email.state/email.pipe.d.ts +8 -0
  291. package/shared.pipe/email.state/index.d.ts +1 -0
  292. package/shared.pipe/empty/empty.pipe.d.ts +8 -0
  293. package/shared.pipe/empty/index.d.ts +1 -0
  294. package/shared.pipe/eval/eval.pipe.d.ts +8 -0
  295. package/shared.pipe/eval/index.d.ts +1 -0
  296. package/shared.pipe/flow/flow.pipe.d.ts +8 -0
  297. package/shared.pipe/flow/index.d.ts +1 -0
  298. package/shared.pipe/flow.eval/flow.pipe.d.ts +8 -0
  299. package/shared.pipe/flow.eval/index.d.ts +1 -0
  300. package/shared.pipe/flow.node/flow.pipe.d.ts +8 -0
  301. package/shared.pipe/flow.node/index.d.ts +1 -0
  302. package/shared.pipe/flow.operation/flow.pipe.d.ts +8 -0
  303. package/shared.pipe/flow.operation/index.d.ts +1 -0
  304. package/shared.pipe/flow.state/flow.pipe.d.ts +8 -0
  305. package/shared.pipe/flow.state/index.d.ts +1 -0
  306. package/shared.pipe/flow.type/flow.pipe.d.ts +8 -0
  307. package/shared.pipe/flow.type/index.d.ts +1 -0
  308. package/shared.pipe/formType/form.pipe.d.ts +8 -0
  309. package/shared.pipe/formType/index.d.ts +1 -0
  310. package/shared.pipe/grade.type/grade.pipe.d.ts +8 -0
  311. package/shared.pipe/grade.type/index.d.ts +1 -0
  312. package/shared.pipe/index.d.ts +41 -0
  313. package/shared.pipe/index.module.d.ts +47 -0
  314. package/shared.pipe/indicator/index.d.ts +1 -0
  315. package/shared.pipe/indicator/indicator.pipe.d.ts +8 -0
  316. package/shared.pipe/item/index.d.ts +1 -0
  317. package/shared.pipe/item/item.pipe.d.ts +8 -0
  318. package/shared.pipe/moment/index.d.ts +1 -0
  319. package/shared.pipe/moment/moment.pipe.d.ts +16 -0
  320. package/shared.pipe/msg.type/index.d.ts +1 -0
  321. package/shared.pipe/msg.type/msg.pipe.d.ts +8 -0
  322. package/shared.pipe/number/index.d.ts +1 -0
  323. package/shared.pipe/number/number.pipe.d.ts +8 -0
  324. package/shared.pipe/objtype/index.d.ts +1 -0
  325. package/shared.pipe/objtype/obj.pipe.d.ts +8 -0
  326. package/shared.pipe/okr.plan/index.d.ts +1 -0
  327. package/shared.pipe/okr.plan/okr.pipe.d.ts +8 -0
  328. package/shared.pipe/okr.unit/index.d.ts +1 -0
  329. package/shared.pipe/okr.unit/okr.pipe.d.ts +8 -0
  330. package/shared.pipe/operation/index.d.ts +1 -0
  331. package/shared.pipe/operation/operation.pipe.d.ts +8 -0
  332. package/shared.pipe/period.emp/index.d.ts +1 -0
  333. package/shared.pipe/period.emp/period.pipe.d.ts +8 -0
  334. package/shared.pipe/period.state/index.d.ts +1 -0
  335. package/shared.pipe/period.state/period.pipe.d.ts +8 -0
  336. package/shared.pipe/plan.state/index.d.ts +1 -0
  337. package/shared.pipe/plan.state/plan.pipe.d.ts +8 -0
  338. package/shared.pipe/range/index.d.ts +1 -0
  339. package/shared.pipe/range/range.pipe.d.ts +8 -0
  340. package/shared.pipe/removehtml/index.d.ts +1 -0
  341. package/shared.pipe/removehtml/removehtml.pipe.d.ts +8 -0
  342. package/shared.pipe/result/index.d.ts +1 -0
  343. package/shared.pipe/result/result.pipe.d.ts +8 -0
  344. package/shared.pipe/safehtml/index.d.ts +1 -0
  345. package/shared.pipe/safehtml/safehtml.pipe.d.ts +10 -0
  346. package/shared.pipe/state/index.d.ts +1 -0
  347. package/shared.pipe/state/state.pipe.d.ts +8 -0
  348. package/shared.pipe/table.type/index.d.ts +1 -0
  349. package/shared.pipe/table.type/table.pipe.d.ts +8 -0
  350. package/shared.pipe/task.state/index.d.ts +1 -0
  351. package/shared.pipe/task.state/task.pipe.d.ts +8 -0
  352. package/shared.pipe/templatetype/index.d.ts +1 -0
  353. package/shared.pipe/templatetype/template.pipe.d.ts +8 -0
  354. package/shared.pipe/valid/index.d.ts +1 -0
  355. package/shared.pipe/valid/valid.pipe.d.ts +8 -0
  356. package/shared.pipe/value.method/index.d.ts +1 -0
  357. package/shared.pipe/value.method/value.pipe.d.ts +8 -0
  358. package/shared.pipe/write.state/index.d.ts +1 -0
  359. package/shared.pipe/write.state/write.pipe.d.ts +9 -0
  360. package/shared.pipe/yesNo/index.d.ts +1 -0
  361. package/shared.pipe/yesNo/yesNo.pipe.d.ts +8 -0
  362. package/shared.srv/base-dialog.service/index.d.ts +39 -0
  363. package/shared.srv/base-list.service/index.d.ts +49 -0
  364. package/shared.srv/base-table.service/index.d.ts +77 -0
  365. package/shared.srv/base-title.service/index.d.ts +16 -0
  366. package/shared.srv/base-tree.service/index.d.ts +30 -0
  367. package/shared.srv/basePage/index.d.ts +33 -0
  368. package/shared.srv/commApi.service/index.d.ts +124 -0
  369. package/shared.srv/deon.util/index.d.ts +25 -0
  370. package/shared.srv/deon2.util/index.d.ts +14 -0
  371. package/shared.srv/dialog.token/index.d.ts +5 -0
  372. package/shared.srv/field-source.service/index.d.ts +67 -0
  373. package/shared.srv/field.init/index.d.ts +36 -0
  374. package/shared.srv/global.event/index.d.ts +13 -0
  375. package/shared.srv/index.d.ts +16 -0
  376. package/shared.srv/layout-detail.service/index.d.ts +23 -0
  377. package/shared.srv/layout.service/index.d.ts +28 -0
  378. package/shared.srv/listService/index.d.ts +38 -0
  379. package/shared.srv/window.service/index.d.ts +8 -0
  380. package/shared.util/base64/index.d.ts +6 -0
  381. package/shared.util/comm.attendance/index.d.ts +74 -0
  382. package/shared.util/comm.ckeditor/index.d.ts +9 -0
  383. package/shared.util/comm.colors/index.d.ts +1 -0
  384. package/shared.util/comm.eca/index.d.ts +16 -0
  385. package/shared.util/comm.fly/index.d.ts +60 -0
  386. package/shared.util/comm.kpi/index.d.ts +21 -0
  387. package/shared.util/comm.leave/index.d.ts +79 -0
  388. package/shared.util/comm.menu/index.d.ts +4 -0
  389. package/shared.util/comm.okr/index.d.ts +61 -0
  390. package/shared.util/comm.overtime/index.d.ts +25 -0
  391. package/shared.util/comm.setting/index.d.ts +54 -0
  392. package/shared.util/comm.shebao/index.d.ts +16 -0
  393. package/shared.util/comm.workflow/index.d.ts +24 -0
  394. package/shared.util/common/index.d.ts +60 -0
  395. package/shared.util/encryption/index.d.ts +12 -0
  396. package/shared.util/guid/index.d.ts +16 -0
  397. package/shared.util/guid.number/index.d.ts +16 -0
  398. package/shared.util/index.d.ts +25 -0
  399. package/shared.util/menus/index.d.ts +1 -0
  400. package/shared.util/operation/index.d.ts +13 -0
  401. package/shared.util/static/index.d.ts +284 -0
  402. package/shared.util/tool/index.d.ts +6 -0
  403. package/shared.util/validation/index.d.ts +40 -0
  404. package/shared.util/workflow/index.d.ts +12 -0
  405. package/shared.util/yuan/index.d.ts +6 -0
  406. package/shared.var/comm.constant/index.d.ts +24 -0
  407. package/shared.var/index.d.ts +4 -0
  408. package/shared.var/shared.constant/index.d.ts +151 -0
  409. package/shared.var/shared.interface/index.d.ts +58 -0
  410. package/shared.var/shared.variable/index.d.ts +116 -0
  411. package/style/variable.less +238 -0
@@ -0,0 +1,4464 @@
1
+ import { DisabledType } from '@ebuilding/base/shared.util/static';
2
+ import { ModuleAPI, Page_Size } from '@ebuilding/base/shared.var/shared.constant';
3
+ import { RuleSourceType } from '@ebuilding/base/shared.util/comm.setting';
4
+
5
+ const Content_Paas_Module = {
6
+ paas_module_base: {
7
+ id: 'paas_module_id',
8
+ static: true,
9
+ quick: {
10
+ isDisabled: {
11
+ label: '状态',
12
+ type: 'radioGroup',
13
+ selectType: '',
14
+ selected: null,
15
+ options: DisabledType(),
16
+ },
17
+ },
18
+ buttons: {
19
+ type: 'fixed',
20
+ show: true,
21
+ data: [
22
+ {
23
+ type: 'add',
24
+ icon: 'plus',
25
+ name: '新增',
26
+ throw: true,
27
+ buttonType: 'ADD',
28
+ },
29
+ ],
30
+ },
31
+ list: {
32
+ startRole: false,
33
+ type: 'table',
34
+ headerCode: 'paas_module_base_header',
35
+ primary: {
36
+ key: 'id',
37
+ name: 'name',
38
+ },
39
+ operation: {
40
+ type: 'single',
41
+ width: '120px',
42
+ show: true,
43
+ prefix: null,
44
+ },
45
+ buttons: {
46
+ component: {
47
+ name: {
48
+ throw: false,
49
+ fixed: true,
50
+ fixedUrl: '/apaas/webapp/module/menu',
51
+ buttonType: 'CLICK',
52
+ responseType: 'FORM_DEFAULT',
53
+ responseMode: 'DEEP',
54
+ arg: [
55
+ {
56
+ argFromTo: 'PAGE',
57
+ argName: 'id',
58
+ argValue: null,
59
+ argFieldId: 'id',
60
+ },
61
+ ],
62
+ },
63
+ },
64
+ operation: {
65
+ EDIT: {
66
+ throw: true,
67
+ fixed: true,
68
+ fixedUrl: '/apaas/webapp/module/menu',
69
+ buttonType: 'EDIT',
70
+ },
71
+ DELETE: {
72
+ throw: false,
73
+ buttonType: 'DELETE',
74
+ },
75
+ },
76
+ },
77
+ },
78
+ pagination: {
79
+ show: true,
80
+ position: 'bottom',
81
+ pageSize: Page_Size,
82
+ },
83
+ api: {
84
+ listAPI: `${ModuleAPI.paas}/apaas/module/list`,
85
+ addAPI: `${ModuleAPI.paas}/apaas/module/add`,
86
+ editAPI: `${ModuleAPI.paas}/apaas/module/update`,
87
+ deleteAPI: `${ModuleAPI.paas}/apaas/module/deleteById`,
88
+ modelAPI: `${ModuleAPI.paas}/apaas/module/getById`,
89
+ },
90
+ },
91
+ paas_module_config: {
92
+ id: 'paas_module_id',
93
+ static: true,
94
+ quick: {
95
+ isDisabled: {
96
+ label: '状态',
97
+ type: 'radioGroup',
98
+ selectType: '',
99
+ selected: null,
100
+ options: DisabledType(),
101
+ },
102
+ },
103
+ buttons: {
104
+ type: 'fixed',
105
+ show: true,
106
+ data: [
107
+ {
108
+ type: 'add',
109
+ icon: 'plus',
110
+ name: '新增',
111
+ throw: false,
112
+ fixed: false,
113
+ fixedUrl: null,
114
+ buttonType: 'ADD',
115
+ responseType: 'FORM_DEFAULT',
116
+ responseMode: 'DRAWER',
117
+ responseId: 'apaas_model_config',
118
+ responseName: '应用配置',
119
+ responseStatic: true,
120
+ arg: null,
121
+ },
122
+ ],
123
+ },
124
+ list: {
125
+ startRole: false,
126
+ type: 'table',
127
+ headerCode: 'paas_module_config_header',
128
+ primary: {
129
+ key: 'id',
130
+ name: 'name',
131
+ },
132
+ operation: {
133
+ type: 'single',
134
+ width: '120px',
135
+ show: true,
136
+ prefix: null,
137
+ },
138
+ buttons: {
139
+ component: {},
140
+ operation: {
141
+ EDIT: {
142
+ throw: false,
143
+ fixed: false,
144
+ fixedUrl: null,
145
+ buttonType: 'EDIT',
146
+ responseType: 'FORM_DEFAULT',
147
+ responseMode: 'DRAWER',
148
+ responseId: 'apaas_model_config',
149
+ responseName: '应用配置',
150
+ arg: [
151
+ {
152
+ argFromTo: 'PAGE',
153
+ argName: 'id',
154
+ argValue: null,
155
+ argFieldId: 'id',
156
+ },
157
+ ],
158
+ },
159
+ DELETE: {
160
+ throw: false,
161
+ buttonType: 'DELETE',
162
+ },
163
+ },
164
+ },
165
+ },
166
+ pagination: {
167
+ show: true,
168
+ position: 'bottom',
169
+ pageSize: Page_Size,
170
+ },
171
+ api: {
172
+ listAPI: `${ModuleAPI.paas}/apaas/config/list`,
173
+ addAPI: `${ModuleAPI.paas}/apaas/config/add`,
174
+ editAPI: `${ModuleAPI.paas}/apaas/config/update`,
175
+ deleteAPI: `${ModuleAPI.paas}/apaas/config/deleteById`,
176
+ modelAPI: `${ModuleAPI.paas}/apaas/config/getById`,
177
+ },
178
+ },
179
+ };
180
+
181
+ const Content_Paas_Setting = {
182
+ paas_form_app: {
183
+ static: true,
184
+ quick: {
185
+ isDisabled: {
186
+ label: '状态',
187
+ type: 'radioGroup',
188
+ selectType: '',
189
+ selected: null,
190
+ options: DisabledType(),
191
+ },
192
+ },
193
+ buttons: {
194
+ type: 'fixed',
195
+ show: false,
196
+ },
197
+ list: {
198
+ startRole: false,
199
+ type: 'table',
200
+ headerCode: 'paas_form_header',
201
+ primary: {
202
+ key: 'id',
203
+ name: 'name',
204
+ },
205
+ operation: {
206
+ type: 'single',
207
+ width: '145px',
208
+ show: true,
209
+ prefix: null,
210
+ },
211
+ buttons: {
212
+ component: {},
213
+ operation: {
214
+ PREVIEW: {
215
+ throw: true,
216
+ buttonType: 'PREVIEW',
217
+ },
218
+ SETTING: {
219
+ throw: true,
220
+ buttonType: 'SETTING',
221
+ },
222
+ },
223
+ },
224
+ },
225
+ pagination: {
226
+ show: true,
227
+ position: 'bottom',
228
+ pageSize: Page_Size,
229
+ },
230
+ api: {
231
+ listAPI: `${ModuleAPI.paas}/apaas/form/list`,
232
+ addAPI: `${ModuleAPI.paas}/apaas/form/add`,
233
+ editAPI: `${ModuleAPI.paas}/apaas/form/update`,
234
+ deleteAPI: `${ModuleAPI.paas}/apaas/form/deleteById`,
235
+ modelAPI: `${ModuleAPI.paas}/apaas/form/getById`,
236
+ },
237
+ },
238
+ paas_list_app: {
239
+ quick: {
240
+ isDisabled: {
241
+ label: '状态',
242
+ type: 'radioGroup',
243
+ selectType: '',
244
+ selected: null,
245
+ options: DisabledType(),
246
+ },
247
+ },
248
+ buttons: {
249
+ type: 'fixed',
250
+ show: false,
251
+ },
252
+ list: {
253
+ startRole: false,
254
+ type: 'table',
255
+ headerCode: 'paas_list_header',
256
+ primary: {
257
+ key: 'id',
258
+ name: 'name',
259
+ },
260
+ operation: {
261
+ type: 'single',
262
+ width: '140px',
263
+ show: true,
264
+ prefix: null,
265
+ },
266
+ buttons: {
267
+ component: {
268
+ name: {
269
+ throw: false,
270
+ type: 'view',
271
+ arg: {
272
+ id: 'id',
273
+ },
274
+ dialog: {
275
+ type: 'deep',
276
+ url: '/admin/apaas/webApp/menu/${id}',
277
+ },
278
+ },
279
+ },
280
+ operation: {
281
+ edit: {
282
+ throw: false,
283
+ type: 'edit',
284
+ arg: {
285
+ id: 'id',
286
+ },
287
+ dialog: {
288
+ type: 'drawer',
289
+ content: 'form',
290
+ code: 'apaas_list_form',
291
+ title: '应用模块',
292
+ },
293
+ },
294
+ view: {
295
+ throw: false,
296
+ type: 'view',
297
+ arg: {
298
+ id: 'id',
299
+ },
300
+ dialog: {
301
+ type: 'deep',
302
+ url: '/admin/apaas/webApp/menu/${id}',
303
+ },
304
+ },
305
+ },
306
+ },
307
+ },
308
+ pagination: {
309
+ show: true,
310
+ position: 'bottom',
311
+ pageSize: Page_Size,
312
+ },
313
+ api: {
314
+ listAPI: `${ModuleAPI.paas}/apaas/page/list`,
315
+ },
316
+ },
317
+ paas_rule_app: {
318
+ quick: {
319
+ isDisabled: {
320
+ label: '状态',
321
+ type: 'radioGroup',
322
+ selectType: '',
323
+ selected: null,
324
+ options: DisabledType(),
325
+ },
326
+ },
327
+ buttons: {
328
+ type: 'fixed',
329
+ show: false,
330
+ },
331
+ list: {
332
+ type: 'table',
333
+ headerCode: 'paas_rule_header',
334
+ primary: {
335
+ key: 'id',
336
+ name: 'name',
337
+ },
338
+ operation: {
339
+ type: 'single',
340
+ width: '140px',
341
+ show: true,
342
+ prefix: null,
343
+ },
344
+ buttons: {
345
+ component: {
346
+ name: {
347
+ throw: false,
348
+ type: 'view',
349
+ arg: {
350
+ id: 'id',
351
+ },
352
+ dialog: {
353
+ type: 'deep',
354
+ url: '/admin/apaas/webApp/menu/${id}',
355
+ },
356
+ },
357
+ },
358
+ operation: {
359
+ edit: {
360
+ throw: false,
361
+ type: 'edit',
362
+ arg: {
363
+ id: 'id',
364
+ },
365
+ dialog: {
366
+ type: 'drawer',
367
+ content: 'form',
368
+ code: 'apaas_model_form',
369
+ title: '应用模块',
370
+ },
371
+ },
372
+ view: {
373
+ throw: false,
374
+ type: 'view',
375
+ arg: {
376
+ id: 'id',
377
+ },
378
+ dialog: {
379
+ type: 'deep',
380
+ url: '/admin/apaas/webApp/menu/${id}',
381
+ },
382
+ },
383
+ },
384
+ },
385
+ },
386
+ pagination: {
387
+ show: true,
388
+ position: 'bottom',
389
+ pageSize: Page_Size,
390
+ },
391
+ api: {
392
+ listAPI: `${ModuleAPI.paas}/apaas/form/list`,
393
+ addAPI: `${ModuleAPI.paas}/apaas/form/add`,
394
+ editAPI: `${ModuleAPI.paas}/apaas/form/update`,
395
+ deleteAPI: `${ModuleAPI.paas}/apaas/form/deleteById`,
396
+ modelAPI: `${ModuleAPI.paas}/apaas/form/getById`,
397
+ },
398
+ },
399
+ setting_select: {
400
+ static: true,
401
+ quick: {
402
+ isDisabled: {
403
+ label: '状态',
404
+ type: 'radioGroup',
405
+ selectType: '',
406
+ selected: null,
407
+ options: DisabledType(),
408
+ },
409
+ },
410
+ buttons: {
411
+ type: 'fixed',
412
+ show: true,
413
+ data: [
414
+ {
415
+ type: 'add',
416
+ icon: 'plus',
417
+ name: '新增',
418
+ throw: false,
419
+ fixed: false,
420
+ fixedUrl: null,
421
+ buttonType: 'ADD',
422
+ responseType: 'FORM_DEFAULT',
423
+ responseMode: 'DRAWER',
424
+ responseId: 'setting_select_form',
425
+ responseName: '业务下拉框',
426
+ responseStatic: true,
427
+ arg: null,
428
+ },
429
+ ],
430
+ },
431
+ list: {
432
+ startRole: false,
433
+ type: 'table',
434
+ headerCode: 'setting_select_header',
435
+ primary: {
436
+ key: 'id',
437
+ name: 'name',
438
+ },
439
+ operation: {
440
+ type: 'single',
441
+ width: '120px',
442
+ show: true,
443
+ prefix: null,
444
+ },
445
+ buttons: {
446
+ component: {
447
+ name: {
448
+ throw: false,
449
+ fixed: true,
450
+ fixedUrl: '/apaas/setting/select',
451
+ buttonType: 'CLICK',
452
+ responseType: null,
453
+ responseMode: 'DEEP',
454
+ arg: [
455
+ {
456
+ argFromTo: 'PAGE',
457
+ argName: 'id',
458
+ argValue: null,
459
+ argFieldId: 'id',
460
+ },
461
+ ],
462
+ },
463
+ },
464
+ operation: {
465
+ EDIT: {
466
+ throw: false,
467
+ fixed: false,
468
+ fixedUrl: null,
469
+ buttonType: 'EDIT',
470
+ responseType: 'FORM_DEFAULT',
471
+ responseMode: 'DRAWER',
472
+ responseId: 'setting_select_form',
473
+ responseName: '业务下拉框',
474
+ arg: null,
475
+ },
476
+ DELETE: {
477
+ throw: false,
478
+ buttonType: 'DELETE',
479
+ },
480
+ DISABLED: {
481
+ throw: false,
482
+ buttonType: 'DISABLED',
483
+ },
484
+ ENABLE: {
485
+ throw: false,
486
+ buttonType: 'ENABLE',
487
+ },
488
+ },
489
+ },
490
+ },
491
+ pagination: {
492
+ show: true,
493
+ position: 'bottom',
494
+ pageSize: Page_Size,
495
+ },
496
+ api: {
497
+ listAPI: `${ModuleAPI.paas}/apaas/aselect/list`,
498
+ addAPI: `${ModuleAPI.paas}/apaas/aselect/addInfo`,
499
+ editAPI: `${ModuleAPI.paas}/apaas/aselect/updateInfo`,
500
+ deleteAPI: `${ModuleAPI.paas}/apaas/aselect/deleteById`,
501
+ modelAPI: `${ModuleAPI.paas}/apaas/aselect/getInfoById`,
502
+ },
503
+ },
504
+ setting_card: {
505
+ static: true,
506
+ quick: {
507
+ isDisabled: {
508
+ label: '状态',
509
+ type: 'radioGroup',
510
+ selectType: '',
511
+ selected: null,
512
+ options: DisabledType(),
513
+ },
514
+ },
515
+ buttons: {
516
+ type: 'fixed',
517
+ show: true,
518
+ data: [
519
+ {
520
+ type: 'add',
521
+ icon: 'plus',
522
+ name: '新增',
523
+ throw: false,
524
+ fixed: false,
525
+ fixedUrl: null,
526
+ buttonType: 'ADD',
527
+ responseType: 'FORM_DEFAULT',
528
+ responseMode: 'DRAWER',
529
+ responseId: 'setting_card_form',
530
+ responseName: '业务卡片',
531
+ responseStatic: true,
532
+ arg: null,
533
+ },
534
+ ],
535
+ },
536
+ list: {
537
+ startRole: false,
538
+ type: 'table',
539
+ headerCode: 'setting_card_header',
540
+ primary: {
541
+ key: 'id',
542
+ name: 'name',
543
+ },
544
+ operation: {
545
+ type: 'single',
546
+ width: '120px',
547
+ show: true,
548
+ prefix: null,
549
+ },
550
+ buttons: {
551
+ component: {
552
+ name: {
553
+ throw: false,
554
+ fixed: true,
555
+ fixedUrl: '/apaas/setting/card',
556
+ buttonType: 'CLICK',
557
+ responseType: null,
558
+ responseMode: 'DEEP',
559
+ arg: [
560
+ {
561
+ argFromTo: 'PAGE',
562
+ argName: 'id',
563
+ argValue: null,
564
+ argFieldId: 'id',
565
+ },
566
+ ],
567
+ },
568
+ },
569
+ operation: {
570
+ EDIT: {
571
+ throw: false,
572
+ fixed: false,
573
+ fixedUrl: null,
574
+ buttonType: 'EDIT',
575
+ responseType: 'FORM_DEFAULT',
576
+ responseMode: 'DRAWER',
577
+ responseId: 'setting_card_form',
578
+ responseName: '业务下卡片',
579
+ arg: null,
580
+ },
581
+ DELETE: {
582
+ throw: false,
583
+ buttonType: 'DELETE',
584
+ },
585
+ DISABLED: {
586
+ throw: false,
587
+ buttonType: 'DISABLED',
588
+ },
589
+ ENABLE: {
590
+ throw: false,
591
+ buttonType: 'ENABLE',
592
+ },
593
+ },
594
+ },
595
+ },
596
+ pagination: {
597
+ show: true,
598
+ position: 'bottom',
599
+ pageSize: Page_Size,
600
+ },
601
+ api: {
602
+ listAPI: `${ModuleAPI.paas}/apaas/acard/list`,
603
+ addAPI: `${ModuleAPI.paas}/apaas/acard/addInfo`,
604
+ editAPI: `${ModuleAPI.paas}/apaas/acard/updateInfo`,
605
+ deleteAPI: `${ModuleAPI.paas}/apaas/acard/deleteById`,
606
+ modelAPI: `${ModuleAPI.paas}/apaas/acard/getInfoById`,
607
+ },
608
+ },
609
+ setting_tree: {
610
+ static: true,
611
+ quick: {
612
+ isDisabled: {
613
+ label: '状态',
614
+ type: 'radioGroup',
615
+ selectType: '',
616
+ selected: null,
617
+ options: DisabledType(),
618
+ },
619
+ },
620
+ buttons: {
621
+ type: 'fixed',
622
+ show: true,
623
+ data: [
624
+ {
625
+ type: 'add',
626
+ icon: 'plus',
627
+ name: '新增',
628
+ throw: false,
629
+ fixed: false,
630
+ fixedUrl: null,
631
+ buttonType: 'ADD',
632
+ responseType: 'FORM_DEFAULT',
633
+ responseMode: 'DRAWER',
634
+ responseId: 'setting_tree_form',
635
+ responseName: '业务树形',
636
+ responseStatic: true,
637
+ arg: null,
638
+ },
639
+ ],
640
+ },
641
+ list: {
642
+ startRole: false,
643
+ type: 'table',
644
+ headerCode: 'setting_tree_header',
645
+ primary: {
646
+ key: 'id',
647
+ name: 'name',
648
+ },
649
+ operation: {
650
+ type: 'single',
651
+ width: '120px',
652
+ show: true,
653
+ prefix: null,
654
+ },
655
+ buttons: {
656
+ component: {
657
+ name: {
658
+ throw: false,
659
+ fixed: true,
660
+ fixedUrl: '/apaas/setting/tree',
661
+ buttonType: 'CLICK',
662
+ responseType: null,
663
+ responseMode: 'DEEP',
664
+ arg: [
665
+ {
666
+ argFromTo: 'PAGE',
667
+ argName: 'id',
668
+ argValue: null,
669
+ argFieldId: 'id',
670
+ },
671
+ ],
672
+ },
673
+ },
674
+ operation: {
675
+ EDIT: {
676
+ throw: false,
677
+ fixed: false,
678
+ fixedUrl: null,
679
+ buttonType: 'EDIT',
680
+ responseType: 'FORM_DEFAULT',
681
+ responseMode: 'DRAWER',
682
+ responseId: 'setting_tree_form',
683
+ responseName: '业务树形',
684
+ arg: null,
685
+ },
686
+ DELETE: {
687
+ throw: false,
688
+ buttonType: 'DELETE',
689
+ },
690
+ DISABLED: {
691
+ throw: false,
692
+ buttonType: 'DISABLED',
693
+ },
694
+ ENABLE: {
695
+ throw: false,
696
+ buttonType: 'ENABLE',
697
+ },
698
+ },
699
+ },
700
+ },
701
+ pagination: {
702
+ show: true,
703
+ position: 'bottom',
704
+ pageSize: Page_Size,
705
+ },
706
+ api: {
707
+ listAPI: `${ModuleAPI.paas}/apaas/atree/list`,
708
+ addAPI: `${ModuleAPI.paas}/apaas/atree/addInfo`,
709
+ editAPI: `${ModuleAPI.paas}/apaas/atree/updateInfo`,
710
+ deleteAPI: `${ModuleAPI.paas}/apaas/atree/deleteById`,
711
+ modelAPI: `${ModuleAPI.paas}/apaas/atree/getInfoById`,
712
+ },
713
+ },
714
+ setting_list: {
715
+ static: true,
716
+ quick: {
717
+ isDisabled: {
718
+ label: '状态',
719
+ type: 'radioGroup',
720
+ selectType: '',
721
+ selected: null,
722
+ options: DisabledType(),
723
+ },
724
+ },
725
+ buttons: {
726
+ type: 'fixed',
727
+ show: true,
728
+ data: [
729
+ {
730
+ type: 'add',
731
+ icon: 'plus',
732
+ name: '新增',
733
+ throw: false,
734
+ fixed: false,
735
+ fixedUrl: null,
736
+ buttonType: 'ADD',
737
+ responseType: 'FORM_DEFAULT',
738
+ responseMode: 'DRAWER',
739
+ responseId: 'setting_list_form',
740
+ responseName: '业务列表',
741
+ responseStatic: true,
742
+ arg: null,
743
+ },
744
+ ],
745
+ },
746
+ list: {
747
+ startRole: false,
748
+ type: 'table',
749
+ headerCode: 'setting_list_header',
750
+ primary: {
751
+ key: 'id',
752
+ name: 'name',
753
+ },
754
+ operation: {
755
+ type: 'single',
756
+ width: '120px',
757
+ show: true,
758
+ prefix: null,
759
+ },
760
+ buttons: {
761
+ component: {
762
+ name: {
763
+ throw: false,
764
+ fixed: true,
765
+ fixedUrl: '/apaas/setting/list',
766
+ buttonType: 'CLICK',
767
+ responseType: null,
768
+ responseMode: 'DEEP',
769
+ arg: [
770
+ {
771
+ argFromTo: 'PAGE',
772
+ argName: 'id',
773
+ argValue: null,
774
+ argFieldId: 'id',
775
+ },
776
+ ],
777
+ },
778
+ },
779
+ operation: {
780
+ EDIT: {
781
+ throw: false,
782
+ fixed: false,
783
+ fixedUrl: null,
784
+ buttonType: 'EDIT',
785
+ responseType: 'FORM_DEFAULT',
786
+ responseMode: 'DRAWER',
787
+ responseId: 'setting_list_form',
788
+ responseName: '业务列表',
789
+ arg: null,
790
+ },
791
+ DELETE: {
792
+ throw: false,
793
+ buttonType: 'DELETE',
794
+ },
795
+ DISABLED: {
796
+ throw: false,
797
+ buttonType: 'DISABLED',
798
+ },
799
+ ENABLE: {
800
+ throw: false,
801
+ buttonType: 'ENABLE',
802
+ },
803
+ },
804
+ },
805
+ },
806
+ pagination: {
807
+ show: true,
808
+ position: 'bottom',
809
+ pageSize: Page_Size,
810
+ },
811
+ api: {
812
+ listAPI: `${ModuleAPI.paas}/apaas/apage/list`,
813
+ addAPI: `${ModuleAPI.paas}/apaas/apage/addInfo`,
814
+ editAPI: `${ModuleAPI.paas}/apaas/apage/updateInfo`,
815
+ deleteAPI: `${ModuleAPI.paas}/apaas/apage/deleteById`,
816
+ modelAPI: `${ModuleAPI.paas}/apaas/apage/getInfoById`,
817
+ },
818
+ },
819
+ setting_form: {
820
+ static: true,
821
+ quick: {
822
+ isDisabled: {
823
+ label: '状态',
824
+ type: 'radioGroup',
825
+ selectType: '',
826
+ selected: null,
827
+ options: DisabledType(),
828
+ },
829
+ },
830
+ buttons: {
831
+ type: 'fixed',
832
+ show: true,
833
+ data: [
834
+ {
835
+ type: 'add',
836
+ icon: 'plus',
837
+ name: '新增',
838
+ throw: false,
839
+ fixed: false,
840
+ fixedUrl: null,
841
+ buttonType: 'ADD',
842
+ responseType: 'FORM_DEFAULT',
843
+ responseMode: 'DRAWER',
844
+ responseId: 'setting_form',
845
+ responseName: '业务表单',
846
+ responseStatic: true,
847
+ arg: null,
848
+ },
849
+ ],
850
+ },
851
+ list: {
852
+ startRole: false,
853
+ type: 'table',
854
+ headerCode: 'setting_form_header',
855
+ primary: {
856
+ key: 'id',
857
+ name: 'name',
858
+ },
859
+ operation: {
860
+ type: 'single',
861
+ width: '130px',
862
+ show: true,
863
+ prefix: null,
864
+ },
865
+ buttons: {
866
+ component: {
867
+ name: {
868
+ throw: false,
869
+ fixed: true,
870
+ fixedUrl: '/apaas/setting/form',
871
+ buttonType: 'CLICK',
872
+ responseType: null,
873
+ responseMode: 'DEEP',
874
+ arg: [
875
+ {
876
+ argFromTo: 'PAGE',
877
+ argName: 'id',
878
+ argValue: null,
879
+ argFieldId: 'id',
880
+ },
881
+ ],
882
+ },
883
+ },
884
+ operation: {
885
+ EDIT: {
886
+ throw: false,
887
+ fixed: false,
888
+ fixedUrl: null,
889
+ buttonType: 'EDIT',
890
+ responseType: 'FORM_DEFAULT',
891
+ responseMode: 'DRAWER',
892
+ responseId: 'setting_select_form',
893
+ responseName: '业务表单',
894
+ arg: null,
895
+ },
896
+ DELETE: {
897
+ throw: false,
898
+ buttonType: 'DELETE',
899
+ },
900
+ DISABLED: {
901
+ throw: false,
902
+ buttonType: 'DISABLED',
903
+ },
904
+ ENABLE: {
905
+ throw: false,
906
+ buttonType: 'ENABLE',
907
+ },
908
+ SETTING: {
909
+ throw: true,
910
+ buttonType: 'SETTING',
911
+ },
912
+ },
913
+ },
914
+ },
915
+ pagination: {
916
+ show: true,
917
+ position: 'bottom',
918
+ pageSize: Page_Size,
919
+ },
920
+ api: {
921
+ listAPI: `${ModuleAPI.paas}/apaas/form/listByPage`,
922
+ addAPI: `${ModuleAPI.paas}/apaas/form/addInfo`,
923
+ editAPI: `${ModuleAPI.paas}/apaas/form/updateSimpleInfo`,
924
+ deleteAPI: `${ModuleAPI.paas}/apaas/form/deleteById`,
925
+ modelAPI: `${ModuleAPI.paas}/apaas/form/getSimpleById`,
926
+ },
927
+ },
928
+ };
929
+
930
+ const Content_Paas_Rule = {
931
+ python: {
932
+ pageId: 'pythonlist',
933
+ static: true,
934
+ quick: {
935
+ isDisabled: {
936
+ label: '状态',
937
+ type: 'radioGroup',
938
+ selectType: '',
939
+ selected: null,
940
+ options: DisabledType(),
941
+ },
942
+ },
943
+ buttons: {
944
+ type: 'fixed',
945
+ show: true,
946
+ data: [
947
+ {
948
+ type: 'add',
949
+ icon: 'plus',
950
+ name: '新增',
951
+ throw: true,
952
+ buttonType: 'ADD',
953
+ },
954
+ ],
955
+ },
956
+ list: {
957
+ startRole: false,
958
+ type: 'table',
959
+ headerCode: 'paas_python_header',
960
+ primary: {
961
+ key: 'id',
962
+ name: 'name',
963
+ },
964
+ operation: {
965
+ type: 'single',
966
+ width: '150px',
967
+ show: true,
968
+ prefix: null,
969
+ },
970
+ buttons: {
971
+ component: {},
972
+ operation: {
973
+ EDIT: {
974
+ throw: true,
975
+ buttonType: 'EDIT',
976
+ },
977
+ DISABLED: {
978
+ throw: false,
979
+ buttonType: 'DISABLED',
980
+ },
981
+ ENABLE: {
982
+ throw: false,
983
+ buttonType: 'ENABLE',
984
+ },
985
+ DELETE: {
986
+ throw: false,
987
+ buttonType: 'DELETE',
988
+ },
989
+ },
990
+ },
991
+ },
992
+ pagination: {
993
+ show: true,
994
+ position: 'bottom',
995
+ pageSize: Page_Size,
996
+ },
997
+ api: {
998
+ listAPI: `${ModuleAPI.rule}/rule/python/list`,
999
+ addAPI: `${ModuleAPI.rule}/rule/python/addInfo`,
1000
+ editAPI: `${ModuleAPI.rule}/rule/python/updateInfo`,
1001
+ deleteAPI: `${ModuleAPI.rule}/rule/python/deleteById`,
1002
+ modelAPI: `${ModuleAPI.rule}/rule/python/getInfoById`,
1003
+ },
1004
+ },
1005
+ rule: {
1006
+ quick: {
1007
+ isDisabled: {
1008
+ label: '状态',
1009
+ type: 'radioGroup',
1010
+ selectType: '',
1011
+ selected: null,
1012
+ options: DisabledType(),
1013
+ },
1014
+ },
1015
+ buttons: {},
1016
+ list: {
1017
+ type: 'table',
1018
+ headerCode: 'paas_rule_header',
1019
+ primary: {
1020
+ key: 'id',
1021
+ name: 'name',
1022
+ },
1023
+ operation: {
1024
+ type: 'single',
1025
+ width: '180px',
1026
+ show: true,
1027
+ prefix: null,
1028
+ },
1029
+ buttons: {
1030
+ component: {
1031
+ name: {
1032
+ throw: false,
1033
+ type: 'view',
1034
+ arg: {
1035
+ id: 'id',
1036
+ },
1037
+ dialog: {
1038
+ type: 'drawer',
1039
+ content: 'form',
1040
+ code: 'model_rule_info',
1041
+ title: '规则配置',
1042
+ },
1043
+ },
1044
+ },
1045
+ operation: {
1046
+ edit: {
1047
+ throw: false,
1048
+ type: 'edit',
1049
+ arg: {
1050
+ id: 'id',
1051
+ },
1052
+ dialog: {
1053
+ type: 'drawer',
1054
+ content: 'form',
1055
+ code: 'model_rule_info',
1056
+ title: '规则配置',
1057
+ },
1058
+ },
1059
+ view: {
1060
+ throw: false,
1061
+ type: 'view',
1062
+ arg: {
1063
+ id: 'id',
1064
+ },
1065
+ dialog: {
1066
+ type: 'drawer',
1067
+ content: 'form',
1068
+ code: 'model_rule_info',
1069
+ title: '规则配置',
1070
+ },
1071
+ },
1072
+ delete: {
1073
+ throw: false,
1074
+ type: 'delete',
1075
+ },
1076
+ disabled: {
1077
+ throw: false,
1078
+ type: 'disabled',
1079
+ },
1080
+ enable: {
1081
+ throw: false,
1082
+ type: 'enable',
1083
+ },
1084
+ },
1085
+ },
1086
+ },
1087
+ pagination: {
1088
+ show: true,
1089
+ position: 'bottom',
1090
+ pageSize: Page_Size,
1091
+ },
1092
+ api: {
1093
+ listAPI: `${ModuleAPI.paas}/apaas/rule/listByForm`,
1094
+ addAPI: `${ModuleAPI.paas}/apaas/rule/add`,
1095
+ editAPI: `${ModuleAPI.paas}/apaas/rule/update`,
1096
+ modelAPI: `${ModuleAPI.paas}/apaas/rule/getById`,
1097
+ disableAPI: `${ModuleAPI.paas}/apaas/rule/updateDisable`,
1098
+ deleteAPI: `${ModuleAPI.paas}/apaas/rule/deleteById`,
1099
+ },
1100
+ },
1101
+ rule_event: {
1102
+ quick: {
1103
+ show: true,
1104
+ data: {
1105
+ sourceType: {
1106
+ label: '业务操作类型',
1107
+ type: 'select',
1108
+ selectType: '',
1109
+ selected: null,
1110
+ options: RuleSourceType(),
1111
+ },
1112
+ },
1113
+ },
1114
+ buttons: {
1115
+ type: 'fixed',
1116
+ show: true,
1117
+ data: [
1118
+ {
1119
+ type: 'add',
1120
+ icon: 'plus',
1121
+ name: '新增',
1122
+ throw: true,
1123
+ buttonType: 'ADD',
1124
+ },
1125
+ ],
1126
+ },
1127
+ list: {
1128
+ startRole: false,
1129
+ type: 'table',
1130
+ headerCode: 'paas_rule_event_header',
1131
+ primary: {
1132
+ key: 'id',
1133
+ name: 'name',
1134
+ },
1135
+ operation: {
1136
+ type: 'single',
1137
+ width: '110px',
1138
+ show: true,
1139
+ prefix: null,
1140
+ },
1141
+ buttons: {
1142
+ component: {},
1143
+ operation: {
1144
+ EDIT: {
1145
+ throw: true,
1146
+ buttonType: 'EDIT',
1147
+ },
1148
+ DELETE: {
1149
+ throw: true,
1150
+ buttonType: 'DELETE',
1151
+ },
1152
+ },
1153
+ },
1154
+ },
1155
+ pagination: {
1156
+ show: true,
1157
+ position: 'bottom',
1158
+ pageSize: Page_Size,
1159
+ },
1160
+ api: {
1161
+ listAPI: `${ModuleAPI.paas}/apaas/rule/listByEvent`,
1162
+ addAPI: `${ModuleAPI.paas}/apaas/rule/add`,
1163
+ editAPI: `${ModuleAPI.paas}/apaas/rule/update`,
1164
+ modelAPI: `${ModuleAPI.paas}/apaas/rule/getById`,
1165
+ disableAPI: `${ModuleAPI.paas}/apaas/rule/updateDisable`,
1166
+ deleteAPI: `${ModuleAPI.paas}/apaas/rule/deleteById`,
1167
+ },
1168
+ },
1169
+ };
1170
+
1171
+ const Content_Paas_Card = {
1172
+ card: {
1173
+ id: 'paas_module_id',
1174
+ static: true,
1175
+ quick: {
1176
+ isDisabled: {
1177
+ label: '状态',
1178
+ type: 'radioGroup',
1179
+ selectType: '',
1180
+ selected: null,
1181
+ options: DisabledType(),
1182
+ },
1183
+ },
1184
+ buttons: {
1185
+ type: 'fixed',
1186
+ show: true,
1187
+ data: [
1188
+ {
1189
+ type: 'add',
1190
+ icon: 'plus',
1191
+ name: '新增',
1192
+ throw: false,
1193
+ fixed: false,
1194
+ fixedUrl: null,
1195
+ buttonType: 'ADD',
1196
+ responseType: 'FORM_DEFAULT',
1197
+ responseMode: 'DRAWER',
1198
+ responseId: 'apaas_card_form',
1199
+ responseName: '通用卡片',
1200
+ responseStatic: true,
1201
+ arg: null,
1202
+ },
1203
+ ],
1204
+ },
1205
+ list: {
1206
+ startRole: false,
1207
+ type: 'table',
1208
+ headerCode: 'paas_card_header',
1209
+ primary: {
1210
+ key: 'id',
1211
+ name: 'name',
1212
+ },
1213
+ operation: {
1214
+ type: 'single',
1215
+ width: '160px',
1216
+ show: true,
1217
+ prefix: null,
1218
+ },
1219
+ buttons: {
1220
+ component: {},
1221
+ operation: {
1222
+ SETTING: {
1223
+ throw: false,
1224
+ fixed: true,
1225
+ fixedUrl: '/apaas/card/item',
1226
+ buttonType: 'CLICK',
1227
+ responseType: 'FORM_DEFAULT',
1228
+ responseMode: 'DEEP',
1229
+ arg: [
1230
+ {
1231
+ argFromTo: 'PAGE',
1232
+ argName: 'id',
1233
+ argValue: null,
1234
+ argFieldId: 'id',
1235
+ },
1236
+ ],
1237
+ },
1238
+ EDIT: {
1239
+ throw: false,
1240
+ fixed: false,
1241
+ fixedUrl: null,
1242
+ buttonType: 'EDIT',
1243
+ responseType: 'FORM_DEFAULT',
1244
+ responseMode: 'DRAWER',
1245
+ responseId: 'apaas_card_form',
1246
+ responseName: '应用模块',
1247
+ arg: [
1248
+ {
1249
+ argFromTo: 'PAGE',
1250
+ argName: 'id',
1251
+ argValue: null,
1252
+ argFieldId: 'id',
1253
+ },
1254
+ ],
1255
+ },
1256
+ DELETE: {
1257
+ throw: false,
1258
+ buttonType: 'DELETE',
1259
+ },
1260
+ },
1261
+ },
1262
+ },
1263
+ pagination: {
1264
+ show: true,
1265
+ position: 'bottom',
1266
+ pageSize: Page_Size,
1267
+ },
1268
+ api: {
1269
+ listAPI: `${ModuleAPI.paas}/apaas/card/list`,
1270
+ addAPI: `${ModuleAPI.paas}/apaas/card/add`,
1271
+ editAPI: `${ModuleAPI.paas}/apaas/card/update`,
1272
+ deleteAPI: `${ModuleAPI.paas}/apaas/card/deleteById`,
1273
+ modelAPI: `${ModuleAPI.paas}/apaas/card/getById`,
1274
+ },
1275
+ },
1276
+ };
1277
+
1278
+ const Content_Paas_Permission = {
1279
+ permission: {
1280
+ id: 'paas_permission_id',
1281
+ static: true,
1282
+ quick: {
1283
+ show: true,
1284
+ data: {
1285
+ disFlag: {
1286
+ label: '状态',
1287
+ type: 'radioGroup',
1288
+ selectType: '',
1289
+ selected: null,
1290
+ options: DisabledType(),
1291
+ },
1292
+ },
1293
+ },
1294
+ buttons: {
1295
+ type: 'fixed',
1296
+ show: true,
1297
+ data: [
1298
+ {
1299
+ type: 'add',
1300
+ icon: 'plus',
1301
+ name: '新增',
1302
+ throw: false,
1303
+ fixed: false,
1304
+ fixedUrl: null,
1305
+ buttonType: 'ADD',
1306
+ responseType: 'FORM_DEFAULT',
1307
+ responseMode: 'DRAWER',
1308
+ responseId: 'permission_form',
1309
+ responseName: '人员可视范围',
1310
+ responseStatic: true,
1311
+ arg: null,
1312
+ },
1313
+ ],
1314
+ },
1315
+ list: {
1316
+ startRole: false,
1317
+ type: 'table',
1318
+ headerCode: 'paas_permission_header',
1319
+ primary: {
1320
+ key: 'id',
1321
+ name: 'name',
1322
+ },
1323
+ operation: {
1324
+ type: 'single',
1325
+ width: '150px',
1326
+ show: true,
1327
+ prefix: null,
1328
+ },
1329
+ buttons: {
1330
+ component: {
1331
+ name: {
1332
+ throw: true,
1333
+ },
1334
+ },
1335
+ operation: {
1336
+ EDIT: {
1337
+ throw: false,
1338
+ fixed: false,
1339
+ fixedUrl: null,
1340
+ buttonType: 'EDIT',
1341
+ responseType: 'FORM_DEFAULT',
1342
+ responseMode: 'DRAWER',
1343
+ responseId: 'permission_form',
1344
+ responseName: '人员可视范围',
1345
+ arg: null,
1346
+ },
1347
+ DELETE: {
1348
+ throw: false,
1349
+ buttonType: 'DELETE',
1350
+ },
1351
+ DISABLED: {
1352
+ throw: false,
1353
+ buttonType: 'DISABLED',
1354
+ },
1355
+ ENABLE: {
1356
+ throw: false,
1357
+ buttonType: 'ENABLE',
1358
+ },
1359
+ },
1360
+ },
1361
+ },
1362
+ pagination: {
1363
+ show: true,
1364
+ position: 'bottom',
1365
+ pageSize: Page_Size,
1366
+ },
1367
+ api: {
1368
+ listAPI: `${ModuleAPI.paas}/apaas/permission/list`,
1369
+ addAPI: `${ModuleAPI.paas}/apaas/permission/add`,
1370
+ editAPI: `${ModuleAPI.paas}/apaas/permission/update`,
1371
+ modelAPI: `${ModuleAPI.paas}/apaas/permission/getById`,
1372
+ disableAPI: `${ModuleAPI.paas}/apaas/permission/updateDisable`,
1373
+ deleteAPI: `${ModuleAPI.paas}/apaas/permission/deleteById`,
1374
+ },
1375
+ },
1376
+ };
1377
+
1378
+ const Content_Admin_System_Source = {
1379
+ item: {
1380
+ id: 'admin_item_id',
1381
+ static: true,
1382
+ quick: {
1383
+ isDisabled: {
1384
+ label: '状态',
1385
+ type: 'radioGroup',
1386
+ selectType: '',
1387
+ selected: null,
1388
+ options: DisabledType(),
1389
+ },
1390
+ },
1391
+ buttons: {
1392
+ type: 'fixed',
1393
+ show: true,
1394
+ data: [
1395
+ {
1396
+ type: 'add',
1397
+ icon: 'plus',
1398
+ name: '新增',
1399
+ throw: false,
1400
+ fixed: false,
1401
+ fixedUrl: null,
1402
+ buttonType: 'ADD',
1403
+ responseType: 'FORM_DEFAULT',
1404
+ responseMode: 'DRAWER',
1405
+ responseId: 'admin_system_item',
1406
+ responseName: '选项参数',
1407
+ responseStatic: true,
1408
+ arg: null,
1409
+ },
1410
+ ],
1411
+ },
1412
+ list: {
1413
+ startRole: false,
1414
+ type: 'table',
1415
+ headerCode: 'Admin_System_Item',
1416
+ primary: {
1417
+ key: 'id',
1418
+ name: 'name',
1419
+ },
1420
+ operation: {
1421
+ type: 'single',
1422
+ width: '170px',
1423
+ show: true,
1424
+ prefix: null,
1425
+ },
1426
+ buttons: {
1427
+ component: {},
1428
+ operation: {
1429
+ VIEW: {
1430
+ throw: false,
1431
+ fixed: false,
1432
+ fixedUrl: null,
1433
+ buttonType: 'VIEW',
1434
+ responseType: 'FORM_DEFAULT',
1435
+ responseMode: 'DRAWER',
1436
+ responseId: 'admin_system_item',
1437
+ responseName: '选项参数',
1438
+ arg: null,
1439
+ },
1440
+ EDIT: {
1441
+ throw: false,
1442
+ fixed: false,
1443
+ fixedUrl: null,
1444
+ buttonType: 'EDIT',
1445
+ responseType: 'FORM_DEFAULT',
1446
+ responseMode: 'DRAWER',
1447
+ responseId: 'admin_system_item',
1448
+ responseName: '选项参数',
1449
+ arg: null,
1450
+ },
1451
+ DELETE: {
1452
+ throw: false,
1453
+ buttonType: 'DELETE',
1454
+ },
1455
+ DISABLED: {
1456
+ throw: false,
1457
+ buttonType: 'DISABLED',
1458
+ },
1459
+ ENABLE: {
1460
+ throw: false,
1461
+ buttonType: 'ENABLE',
1462
+ },
1463
+ },
1464
+ },
1465
+ },
1466
+ pagination: {
1467
+ show: true,
1468
+ position: 'bottom',
1469
+ pageSize: Page_Size,
1470
+ },
1471
+ api: {
1472
+ listAPI: `${ModuleAPI.paas}/apaas/item/list`,
1473
+ addAPI: `${ModuleAPI.paas}/apaas/item/add`,
1474
+ editAPI: `${ModuleAPI.paas}/apaas/item/update`,
1475
+ modelAPI: `${ModuleAPI.paas}/apaas/item/getById`,
1476
+ disableAPI: `${ModuleAPI.paas}/apaas/item/updateDisable`,
1477
+ deleteAPI: `${ModuleAPI.paas}/apaas/item/deleteById`,
1478
+ },
1479
+ },
1480
+ tree: {
1481
+ id: 'admin_tree_id',
1482
+ static: true,
1483
+ quick: {
1484
+ isDisabled: {
1485
+ label: '状态',
1486
+ type: 'radioGroup',
1487
+ selectType: '',
1488
+ selected: null,
1489
+ options: DisabledType(),
1490
+ },
1491
+ },
1492
+ buttons: {
1493
+ type: 'fixed',
1494
+ show: true,
1495
+ data: [
1496
+ {
1497
+ type: 'add',
1498
+ icon: 'plus',
1499
+ name: '新增',
1500
+ throw: false,
1501
+ fixed: false,
1502
+ fixedUrl: null,
1503
+ buttonType: 'ADD',
1504
+ responseType: 'FORM_DEFAULT',
1505
+ responseMode: 'DRAWER',
1506
+ responseId: 'Admin_System_Tree',
1507
+ responseName: '树形参数',
1508
+ responseStatic: true,
1509
+ arg: null,
1510
+ },
1511
+ ],
1512
+ },
1513
+ list: {
1514
+ startRole: false,
1515
+ type: 'table',
1516
+ headerCode: 'Admin_System_Tree',
1517
+ primary: {
1518
+ key: 'id',
1519
+ name: 'name',
1520
+ },
1521
+ operation: {
1522
+ type: 'FOLD',
1523
+ width: '80px',
1524
+ show: true,
1525
+ prefix: null,
1526
+ },
1527
+ buttons: {
1528
+ component: {},
1529
+ operation: {
1530
+ SETTING: {
1531
+ throw: false,
1532
+ fixed: true,
1533
+ fixedUrl: '/apaas/source/tree',
1534
+ buttonType: 'CLICK',
1535
+ responseType: 'FORM_DEFAULT',
1536
+ responseMode: 'DEEP',
1537
+ arg: [
1538
+ {
1539
+ argFromTo: 'PAGE',
1540
+ argName: 'id',
1541
+ argValue: null,
1542
+ argFieldId: 'id',
1543
+ },
1544
+ ],
1545
+ },
1546
+ VIEW: {
1547
+ throw: false,
1548
+ fixed: false,
1549
+ fixedUrl: null,
1550
+ buttonType: 'VIEW',
1551
+ responseType: 'FORM_DEFAULT',
1552
+ responseMode: 'DRAWER',
1553
+ responseId: 'Admin_System_Tree',
1554
+ responseName: '树形参数',
1555
+ arg: null,
1556
+ },
1557
+ EDIT: {
1558
+ throw: false,
1559
+ fixed: false,
1560
+ fixedUrl: null,
1561
+ buttonType: 'EDIT',
1562
+ responseType: 'FORM_DEFAULT',
1563
+ responseMode: 'DRAWER',
1564
+ responseId: 'Admin_System_Tree',
1565
+ responseName: '树形参数',
1566
+ arg: null,
1567
+ },
1568
+ DELETE: {
1569
+ throw: false,
1570
+ buttonType: 'DELETE',
1571
+ },
1572
+ DISABLED: {
1573
+ throw: false,
1574
+ buttonType: 'DISABLED',
1575
+ },
1576
+ ENABLE: {
1577
+ throw: false,
1578
+ buttonType: 'ENABLE',
1579
+ },
1580
+ },
1581
+ },
1582
+ },
1583
+ pagination: {
1584
+ show: true,
1585
+ position: 'bottom',
1586
+ pageSize: Page_Size,
1587
+ },
1588
+ api: {
1589
+ listAPI: `${ModuleAPI.paas}/apaas/tree/list`,
1590
+ addAPI: `${ModuleAPI.paas}/apaas/tree/add`,
1591
+ editAPI: `${ModuleAPI.paas}/apaas/tree/update`,
1592
+ modelAPI: `${ModuleAPI.paas}/apaas/tree/getById`,
1593
+ disableAPI: `${ModuleAPI.paas}/apaas/tree/updateDisable`,
1594
+ deleteAPI: `${ModuleAPI.paas}/apaas/tree/deleteById`,
1595
+ },
1596
+ },
1597
+ table: {
1598
+ id: 'table',
1599
+ static: true,
1600
+ quick: {
1601
+ show: true,
1602
+ data: {},
1603
+ },
1604
+ buttons: {
1605
+ type: 'fixed',
1606
+ show: true,
1607
+ data: [],
1608
+ },
1609
+ list: {
1610
+ startRole: false,
1611
+ type: 'table',
1612
+ selectType: 'single',
1613
+ headerCode: 'Admin_System_Table',
1614
+ primary: {
1615
+ key: 'id',
1616
+ name: 'name',
1617
+ },
1618
+ operation: {
1619
+ type: 'FOLD',
1620
+ width: '65px',
1621
+ show: true,
1622
+ prefix: null,
1623
+ },
1624
+ buttons: {
1625
+ component: {
1626
+ name: {
1627
+ throw: false,
1628
+ fixed: true,
1629
+ fixedUrl: '/apaas/source/dict',
1630
+ buttonType: 'CLICK',
1631
+ responseType: null,
1632
+ responseMode: 'DEEP',
1633
+ arg: [
1634
+ {
1635
+ argFromTo: 'PAGE',
1636
+ argName: 'id',
1637
+ argValue: null,
1638
+ argFieldId: 'id',
1639
+ },
1640
+ ],
1641
+ },
1642
+ },
1643
+ operation: {
1644
+ EDIT: {
1645
+ throw: true,
1646
+ fixed: false,
1647
+ fixedUrl: null,
1648
+ buttonType: 'EDIT',
1649
+ responseType: 'FORM_DEFAULT',
1650
+ responseMode: 'DRAWER',
1651
+ responseId: null,
1652
+ responseName: null,
1653
+ arg: null,
1654
+ },
1655
+ DELETE: {
1656
+ throw: false,
1657
+ buttonType: 'DELETE',
1658
+ },
1659
+ DISABLED: {
1660
+ throw: false,
1661
+ buttonType: 'DISABLED',
1662
+ },
1663
+ ENABLE: {
1664
+ throw: false,
1665
+ buttonType: 'ENABLE',
1666
+ },
1667
+ CONFIG: {
1668
+ throw: false,
1669
+ fixed: true,
1670
+ fixedUrl: '/apaas/source/dict/imports',
1671
+ buttonType: 'CLICK',
1672
+ responseType: null,
1673
+ responseMode: 'DEEP',
1674
+ arg: [
1675
+ {
1676
+ argFromTo: 'PAGE',
1677
+ argName: 'id',
1678
+ argValue: null,
1679
+ argFieldId: 'id',
1680
+ },
1681
+ ],
1682
+ },
1683
+ },
1684
+ },
1685
+ },
1686
+ pagination: {
1687
+ show: true,
1688
+ position: 'bottom',
1689
+ pageSize: Page_Size,
1690
+ },
1691
+ api: {
1692
+ listAPI: `${ModuleAPI.paas}/apaas/table/list`,
1693
+ addAPI: `${ModuleAPI.paas}/apaas/table/add`,
1694
+ editAPI: `${ModuleAPI.paas}/apaas/table/update`,
1695
+ modelAPI: `${ModuleAPI.paas}/apaas/table/getById`,
1696
+ disableAPI: `${ModuleAPI.paas}/apaas/table/updateDisable`,
1697
+ deleteAPI: `${ModuleAPI.paas}/apaas/table/deleteById`,
1698
+ },
1699
+ },
1700
+ view: {
1701
+ id: 'view',
1702
+ static: true,
1703
+ quick: {
1704
+ show: true,
1705
+ data: {},
1706
+ },
1707
+ buttons: {
1708
+ type: 'fixed',
1709
+ show: true,
1710
+ data: [
1711
+ {
1712
+ type: 'add',
1713
+ icon: 'plus',
1714
+ name: '新增',
1715
+ throw: true,
1716
+ fixed: true,
1717
+ fixedUrl: '',
1718
+ buttonType: 'CLICK',
1719
+ responseType: 'FORM_DEFAULT',
1720
+ responseMode: 'DEEP',
1721
+ arg: [
1722
+ {
1723
+ argFromTo: 'PAGE',
1724
+ argName: 'id',
1725
+ argValue: null,
1726
+ argFieldId: 'id',
1727
+ },
1728
+ ],
1729
+ },
1730
+ ],
1731
+ },
1732
+ list: {
1733
+ startRole: false,
1734
+ type: 'table',
1735
+ selectType: 'single',
1736
+ headerCode: 'Admin_System_View',
1737
+ primary: {
1738
+ key: 'id',
1739
+ name: 'name',
1740
+ },
1741
+ operation: {
1742
+ type: 'FOLD',
1743
+ width: '65px',
1744
+ show: true,
1745
+ prefix: null,
1746
+ },
1747
+ buttons: {
1748
+ component: {
1749
+ name: {
1750
+ throw: true,
1751
+ fixed: true,
1752
+ fixedUrl: '/apaas/source/view',
1753
+ buttonType: 'CLICK',
1754
+ responseType: null,
1755
+ responseMode: 'DEEP',
1756
+ arg: [
1757
+ {
1758
+ argFromTo: 'PAGE',
1759
+ argName: 'id',
1760
+ argValue: null,
1761
+ argFieldId: 'id',
1762
+ },
1763
+ ],
1764
+ },
1765
+ },
1766
+ operation: {
1767
+ EDIT: {
1768
+ throw: true,
1769
+ fixed: false,
1770
+ fixedUrl: null,
1771
+ buttonType: 'EDIT',
1772
+ responseType: 'FORM_DEFAULT',
1773
+ responseMode: 'DRAWER',
1774
+ responseId: null,
1775
+ responseName: null,
1776
+ arg: null,
1777
+ },
1778
+ DELETE: {
1779
+ throw: false,
1780
+ buttonType: 'DELETE',
1781
+ },
1782
+ DISABLED: {
1783
+ throw: false,
1784
+ buttonType: 'DISABLED',
1785
+ },
1786
+ ENABLE: {
1787
+ throw: false,
1788
+ buttonType: 'ENABLE',
1789
+ },
1790
+ },
1791
+ },
1792
+ },
1793
+ pagination: {
1794
+ show: true,
1795
+ position: 'bottom',
1796
+ pageSize: Page_Size,
1797
+ },
1798
+ api: {
1799
+ listAPI: `${ModuleAPI.paas}/apaas/view/list`,
1800
+ addAPI: `${ModuleAPI.paas}/apaas/view/add`,
1801
+ editAPI: `${ModuleAPI.paas}/apaas/view/update`,
1802
+ modelAPI: `${ModuleAPI.paas}/apaas/view/getById`,
1803
+ disableAPI: `${ModuleAPI.paas}/apaas/viewupdateDisable`,
1804
+ deleteAPI: `${ModuleAPI.paas}/apaas/view/deleteById`,
1805
+ },
1806
+ },
1807
+ };
1808
+
1809
+ const Content_Admin_System_Role = {
1810
+ role: {
1811
+ quick: {
1812
+ isDisabled: {
1813
+ label: '状态',
1814
+ type: 'radioGroup',
1815
+ selectType: '',
1816
+ selected: null,
1817
+ options: DisabledType(),
1818
+ },
1819
+ },
1820
+ buttons: {
1821
+ type: 'fixed',
1822
+ show: true,
1823
+ data: [
1824
+ {
1825
+ throw: false,
1826
+ type: 'add',
1827
+ icon: 'plus',
1828
+ name: '新增',
1829
+ dialog: {
1830
+ type: 'drawer',
1831
+ content: 'form',
1832
+ code: 'apaas_basic_item',
1833
+ title: '选项参数',
1834
+ },
1835
+ },
1836
+ ],
1837
+ },
1838
+ list: {
1839
+ type: 'table',
1840
+ headerCode: 'paas_item_header',
1841
+ primary: {
1842
+ key: 'id',
1843
+ name: 'name',
1844
+ },
1845
+ operation: {
1846
+ type: 'single',
1847
+ width: '140px',
1848
+ show: true,
1849
+ prefix: null,
1850
+ },
1851
+ buttons: {
1852
+ component: {
1853
+ name: {
1854
+ throw: false,
1855
+ type: 'view',
1856
+ dialog: {
1857
+ type: 'drawer',
1858
+ content: 'form',
1859
+ arg: {
1860
+ id: 'id',
1861
+ },
1862
+ code: 'apaas_basic_item',
1863
+ title: '选项参数',
1864
+ },
1865
+ },
1866
+ },
1867
+ operation: {
1868
+ edit: {
1869
+ throw: false,
1870
+ type: 'edit',
1871
+ dialog: {
1872
+ type: 'drawer',
1873
+ content: 'form',
1874
+ arg: {
1875
+ id: 'id',
1876
+ },
1877
+ code: 'apaas_basic_item',
1878
+ title: '选项参数',
1879
+ },
1880
+ },
1881
+ view: {
1882
+ throw: false,
1883
+ type: 'view',
1884
+ dialog: {
1885
+ type: 'drawer',
1886
+ content: 'form',
1887
+ arg: {
1888
+ id: 'id',
1889
+ },
1890
+ code: 'apaas_basic_item',
1891
+ title: '选项参数',
1892
+ },
1893
+ },
1894
+ delete: {
1895
+ throw: false,
1896
+ type: 'delete',
1897
+ },
1898
+ },
1899
+ },
1900
+ },
1901
+ pagination: {
1902
+ show: true,
1903
+ position: 'bottom',
1904
+ pageSize: Page_Size,
1905
+ },
1906
+ api: {
1907
+ listAPI: `${ModuleAPI.paas}/apaas/role/list`,
1908
+ addAPI: `${ModuleAPI.paas}/apaas/role/add`,
1909
+ editAPI: `${ModuleAPI.paas}/apaas/role/update`,
1910
+ deleteAPI: `${ModuleAPI.paas}/apaas/role/deleteById`,
1911
+ modelAPI: `${ModuleAPI.paas}/apaas/role/getById`,
1912
+ },
1913
+ },
1914
+ users: {
1915
+ quick: {
1916
+ isDisabled: {
1917
+ label: '状态',
1918
+ type: 'radioGroup',
1919
+ selectType: '',
1920
+ selected: null,
1921
+ options: DisabledType(),
1922
+ },
1923
+ },
1924
+ buttons: {
1925
+ type: 'fixed',
1926
+ show: true,
1927
+ data: [
1928
+ {
1929
+ throw: false,
1930
+ type: 'add',
1931
+ icon: 'plus',
1932
+ name: '新增',
1933
+ dialog: {
1934
+ type: 'drawer',
1935
+ content: 'form',
1936
+ code: 'apaas_basic_item',
1937
+ title: '选项参数',
1938
+ },
1939
+ },
1940
+ ],
1941
+ },
1942
+ list: {
1943
+ type: 'table',
1944
+ headerCode: 'Admin_System_Users',
1945
+ primary: {
1946
+ key: 'id',
1947
+ name: 'name',
1948
+ },
1949
+ operation: {
1950
+ type: 'single',
1951
+ width: '140px',
1952
+ show: true,
1953
+ prefix: null,
1954
+ },
1955
+ buttons: {
1956
+ component: {
1957
+ name: {
1958
+ throw: false,
1959
+ type: 'view',
1960
+ dialog: {
1961
+ type: 'drawer',
1962
+ content: 'form',
1963
+ arg: {
1964
+ id: 'id',
1965
+ },
1966
+ code: 'apaas_basic_item',
1967
+ title: '选项参数',
1968
+ },
1969
+ },
1970
+ },
1971
+ operation: {
1972
+ edit: {
1973
+ throw: false,
1974
+ type: 'edit',
1975
+ dialog: {
1976
+ type: 'drawer',
1977
+ content: 'form',
1978
+ arg: {
1979
+ id: 'id',
1980
+ },
1981
+ code: 'apaas_basic_item',
1982
+ title: '选项参数',
1983
+ },
1984
+ },
1985
+ view: {
1986
+ throw: false,
1987
+ type: 'view',
1988
+ dialog: {
1989
+ type: 'drawer',
1990
+ content: 'form',
1991
+ arg: {
1992
+ id: 'id',
1993
+ },
1994
+ code: 'apaas_basic_item',
1995
+ title: '选项参数',
1996
+ },
1997
+ },
1998
+ delete: {
1999
+ throw: false,
2000
+ type: 'delete',
2001
+ },
2002
+ },
2003
+ },
2004
+ },
2005
+ pagination: {
2006
+ show: true,
2007
+ position: 'bottom',
2008
+ pageSize: Page_Size,
2009
+ },
2010
+ api: {
2011
+ listAPI: `${ModuleAPI.system}/sys/user/list`,
2012
+ addAPI: `${ModuleAPI.system}/sys/user/add`,
2013
+ editAPI: `${ModuleAPI.system}/sys/user/update`,
2014
+ deleteAPI: `${ModuleAPI.system}/sys/user/deleteById`,
2015
+ modelAPI: `${ModuleAPI.system}/sys/user/getById`,
2016
+ },
2017
+ },
2018
+ };
2019
+
2020
+ const Content_Admin_System_User = {
2021
+ groups: {
2022
+ quick: {
2023
+ show: true,
2024
+ data: {
2025
+ disFlag: {
2026
+ label: '状态',
2027
+ type: 'radioGroup',
2028
+ selectType: '',
2029
+ selected: null,
2030
+ options: DisabledType(),
2031
+ },
2032
+ },
2033
+ },
2034
+ buttons: {
2035
+ type: 'fixed',
2036
+ show: true,
2037
+ data: [
2038
+ {
2039
+ throw: false,
2040
+ type: 'add',
2041
+ icon: 'plus',
2042
+ name: '新增',
2043
+ dialog: {
2044
+ type: 'drawer',
2045
+ content: 'form',
2046
+ code: 'Admin_System_UserGroup',
2047
+ title: '用户组',
2048
+ size: 'custom',
2049
+ width: 700,
2050
+ },
2051
+ },
2052
+ ],
2053
+ },
2054
+ list: {
2055
+ type: 'table',
2056
+ headerCode: 'Admin_System_UserGroup',
2057
+ primary: {
2058
+ key: 'id',
2059
+ name: 'name',
2060
+ },
2061
+ operation: {
2062
+ type: 'single',
2063
+ width: '180px',
2064
+ show: true,
2065
+ prefix: null,
2066
+ },
2067
+ buttons: {
2068
+ component: {
2069
+ name: {
2070
+ throw: false,
2071
+ type: 'view',
2072
+ dialog: {
2073
+ type: 'drawer',
2074
+ content: 'form',
2075
+ arg: {
2076
+ id: 'id',
2077
+ },
2078
+ code: 'Admin_System_UserGroup',
2079
+ title: '用户组',
2080
+ size: 'custom',
2081
+ width: 700,
2082
+ },
2083
+ },
2084
+ },
2085
+ operation: {
2086
+ edit: {
2087
+ throw: false,
2088
+ type: 'edit',
2089
+ dialog: {
2090
+ type: 'drawer',
2091
+ content: 'form',
2092
+ arg: {
2093
+ id: 'id',
2094
+ },
2095
+ code: 'Admin_System_UserGroup',
2096
+ title: '用户组',
2097
+ size: 'custom',
2098
+ width: 700,
2099
+ },
2100
+ },
2101
+ view: {
2102
+ throw: false,
2103
+ type: 'view',
2104
+ dialog: {
2105
+ type: 'drawer',
2106
+ content: 'form',
2107
+ arg: {
2108
+ id: 'id',
2109
+ },
2110
+ code: 'Admin_System_UserGroup',
2111
+ title: '用户组',
2112
+ size: 'custom',
2113
+ width: 700,
2114
+ },
2115
+ },
2116
+ delete: {
2117
+ throw: false,
2118
+ type: 'delete',
2119
+ },
2120
+ disabled: {
2121
+ throw: false,
2122
+ type: 'disabled',
2123
+ },
2124
+ enable: {
2125
+ throw: false,
2126
+ type: 'enable',
2127
+ },
2128
+ },
2129
+ },
2130
+ },
2131
+ pagination: {
2132
+ show: true,
2133
+ position: 'bottom',
2134
+ pageSize: Page_Size,
2135
+ },
2136
+ api: {
2137
+ listAPI: `${ModuleAPI.system}/sys/user/group/list`,
2138
+ addAPI: `${ModuleAPI.system}/sys/user/group/add`,
2139
+ editAPI: `${ModuleAPI.system}/sys/user/group/update`,
2140
+ modelAPI: `${ModuleAPI.system}/sys/user/group/getById`,
2141
+ disableAPI: `${ModuleAPI.system}/sys/user/group/updateDisable`,
2142
+ deleteAPI: `${ModuleAPI.system}/sys/user/group/deleteById`,
2143
+ },
2144
+ },
2145
+ users: {
2146
+ quick: {
2147
+ show: true,
2148
+ data: {
2149
+ disFlag: {
2150
+ label: '状态',
2151
+ type: 'radioGroup',
2152
+ selectType: '',
2153
+ selected: null,
2154
+ options: DisabledType(),
2155
+ },
2156
+ },
2157
+ },
2158
+ buttons: {
2159
+ type: 'fixed',
2160
+ show: true,
2161
+ data: [
2162
+ {
2163
+ throw: false,
2164
+ type: 'add',
2165
+ icon: 'plus',
2166
+ name: '新增',
2167
+ dialog: {
2168
+ type: 'drawer',
2169
+ content: 'form',
2170
+ code: 'Admin_System_User',
2171
+ title: '用户信息',
2172
+ size: 'custom',
2173
+ width: 700,
2174
+ },
2175
+ },
2176
+ ],
2177
+ },
2178
+ list: {
2179
+ type: 'table',
2180
+ headerCode: 'Admin_System_Users',
2181
+ primary: {
2182
+ key: 'id',
2183
+ name: 'name',
2184
+ },
2185
+ operation: {
2186
+ type: 'single',
2187
+ width: '200px',
2188
+ show: true,
2189
+ prefix: null,
2190
+ },
2191
+ buttons: {
2192
+ component: {
2193
+ name: {
2194
+ throw: false,
2195
+ type: 'view',
2196
+ dialog: {
2197
+ type: 'drawer',
2198
+ content: 'form',
2199
+ arg: {
2200
+ id: 'id',
2201
+ },
2202
+ code: 'Admin_System_User',
2203
+ title: '用户信息',
2204
+ size: 'custom',
2205
+ width: 700,
2206
+ },
2207
+ },
2208
+ },
2209
+ operation: {
2210
+ edit: {
2211
+ throw: false,
2212
+ type: 'edit',
2213
+ dialog: {
2214
+ type: 'drawer',
2215
+ content: 'form',
2216
+ arg: {
2217
+ id: 'id',
2218
+ },
2219
+ code: 'Admin_System_User',
2220
+ title: '用户信息',
2221
+ size: 'custom',
2222
+ width: 700,
2223
+ },
2224
+ },
2225
+ view: {
2226
+ throw: false,
2227
+ type: 'view',
2228
+ dialog: {
2229
+ type: 'drawer',
2230
+ content: 'form',
2231
+ arg: {
2232
+ id: 'id',
2233
+ },
2234
+ code: 'Admin_System_User',
2235
+ title: '用户信息',
2236
+ size: 'custom',
2237
+ width: 700,
2238
+ },
2239
+ },
2240
+ delete: {
2241
+ throw: false,
2242
+ type: 'delete',
2243
+ },
2244
+ disabled: {
2245
+ throw: false,
2246
+ type: 'disabled',
2247
+ },
2248
+ enable: {
2249
+ throw: false,
2250
+ type: 'enable',
2251
+ },
2252
+ },
2253
+ },
2254
+ },
2255
+ pagination: {
2256
+ show: true,
2257
+ position: 'bottom',
2258
+ pageSize: Page_Size,
2259
+ },
2260
+ api: {
2261
+ listAPI: `${ModuleAPI.system}/sys/user/list`,
2262
+ addAPI: `${ModuleAPI.system}/sys/user/add`,
2263
+ editAPI: `${ModuleAPI.system}/sys/user/update`,
2264
+ modelAPI: `${ModuleAPI.system}/sys/user/getById`,
2265
+ disableAPI: `${ModuleAPI.system}/sys/user/updateDisable`,
2266
+ deleteAPI: `${ModuleAPI.system}/sys/user/deleteById`,
2267
+ },
2268
+ },
2269
+ usersByRole: {
2270
+ quick: {
2271
+ show: true,
2272
+ data: {
2273
+ disFlag: {
2274
+ label: '状态',
2275
+ type: 'radioGroup',
2276
+ selectType: '',
2277
+ selected: null,
2278
+ options: DisabledType(),
2279
+ },
2280
+ },
2281
+ },
2282
+ buttons: {
2283
+ type: 'fixed',
2284
+ show: false,
2285
+ },
2286
+ list: {
2287
+ type: 'table',
2288
+ headerCode: 'Admin_System_Users',
2289
+ primary: {
2290
+ key: 'id',
2291
+ name: 'name',
2292
+ },
2293
+ operation: {
2294
+ show: false,
2295
+ },
2296
+ buttons: {
2297
+ component: {},
2298
+ },
2299
+ },
2300
+ pagination: {
2301
+ show: true,
2302
+ position: 'bottom',
2303
+ pageSize: Page_Size,
2304
+ },
2305
+ api: {
2306
+ listAPI: `${ModuleAPI.system}/sys/user/listByRole`,
2307
+ },
2308
+ },
2309
+ };
2310
+
2311
+ const Content_Admin_System_Log = {
2312
+ log: {
2313
+ quick: {
2314
+ show: false,
2315
+ },
2316
+ buttons: {
2317
+ show: false,
2318
+ data: [],
2319
+ },
2320
+ list: {
2321
+ type: 'table',
2322
+ headerCode: 'Admin_System_Log',
2323
+ primary: {
2324
+ key: 'id',
2325
+ name: 'name',
2326
+ },
2327
+ operation: {
2328
+ show: false,
2329
+ },
2330
+ buttons: {
2331
+ component: {},
2332
+ operation: {},
2333
+ },
2334
+ paramsInfo: {
2335
+ logType: 1,
2336
+ },
2337
+ },
2338
+ pagination: {
2339
+ show: true,
2340
+ position: 'bottom',
2341
+ pageSize: Page_Size,
2342
+ },
2343
+ api: {
2344
+ listAPI: `${ModuleAPI.system}/sys/log/list`,
2345
+ modelAPI: `${ModuleAPI.system}/sys/log/getById`,
2346
+ },
2347
+ },
2348
+ record: {
2349
+ quick: {
2350
+ show: false,
2351
+ },
2352
+ buttons: {
2353
+ show: false,
2354
+ data: [],
2355
+ },
2356
+ list: {
2357
+ type: 'table',
2358
+ headerCode: 'Admin_System_Log2',
2359
+ primary: {
2360
+ key: 'id',
2361
+ name: 'name',
2362
+ },
2363
+ operation: {
2364
+ show: false,
2365
+ },
2366
+ buttons: {
2367
+ component: {},
2368
+ operation: {},
2369
+ },
2370
+ paramsInfo: {
2371
+ logType: 2,
2372
+ },
2373
+ },
2374
+ pagination: {
2375
+ show: true,
2376
+ position: 'bottom',
2377
+ pageSize: Page_Size,
2378
+ },
2379
+ api: {
2380
+ listAPI: `${ModuleAPI.system}/sys/log/list`,
2381
+ modelAPI: `${ModuleAPI.system}/sys/log/getById`,
2382
+ },
2383
+ },
2384
+ };
2385
+
2386
+ const Content_Admin_System_Tenant = {
2387
+ tenant: {
2388
+ quick: {
2389
+ show: true,
2390
+ data: {
2391
+ disFlag: {
2392
+ label: '状态',
2393
+ type: 'radioGroup',
2394
+ selectType: '',
2395
+ selected: null,
2396
+ options: DisabledType(),
2397
+ },
2398
+ },
2399
+ },
2400
+ buttons: {
2401
+ type: 'fixed',
2402
+ show: true,
2403
+ data: [
2404
+ {
2405
+ throw: false,
2406
+ type: 'add',
2407
+ icon: 'plus',
2408
+ name: '新增',
2409
+ dialog: {
2410
+ type: 'drawer',
2411
+ content: 'form',
2412
+ code: 'Admin_System_Tenant',
2413
+ title: '组织分组',
2414
+ size: 'custom',
2415
+ width: 700,
2416
+ },
2417
+ },
2418
+ ],
2419
+ },
2420
+ list: {
2421
+ type: 'table',
2422
+ headerCode: 'Admin_System_Tenant',
2423
+ primary: {
2424
+ key: 'id',
2425
+ name: 'name',
2426
+ },
2427
+ operation: {
2428
+ type: 'single',
2429
+ width: '180px',
2430
+ show: true,
2431
+ prefix: null,
2432
+ },
2433
+ buttons: {
2434
+ component: {
2435
+ name: {
2436
+ throw: true,
2437
+ type: 'view',
2438
+ },
2439
+ },
2440
+ operation: {
2441
+ edit: {
2442
+ throw: false,
2443
+ type: 'edit',
2444
+ dialog: {
2445
+ type: 'drawer',
2446
+ content: 'form',
2447
+ arg: {
2448
+ id: 'id',
2449
+ },
2450
+ code: 'Admin_System_Tenant',
2451
+ title: '组织分组',
2452
+ size: 'custom',
2453
+ width: 700,
2454
+ },
2455
+ },
2456
+ view: {
2457
+ throw: false,
2458
+ type: 'view',
2459
+ dialog: {
2460
+ type: 'drawer',
2461
+ content: 'form',
2462
+ arg: {
2463
+ id: 'id',
2464
+ },
2465
+ code: 'Admin_System_Tenant',
2466
+ title: '组织分组',
2467
+ size: 'custom',
2468
+ width: 700,
2469
+ },
2470
+ },
2471
+ delete: {
2472
+ throw: false,
2473
+ type: 'delete',
2474
+ },
2475
+ disabled: {
2476
+ throw: false,
2477
+ type: 'disabled',
2478
+ },
2479
+ enable: {
2480
+ throw: false,
2481
+ type: 'enable',
2482
+ },
2483
+ },
2484
+ },
2485
+ },
2486
+ pagination: {
2487
+ show: true,
2488
+ position: 'bottom',
2489
+ pageSize: Page_Size,
2490
+ },
2491
+ api: {
2492
+ listAPI: `${ModuleAPI.system}/sys/tenant/list`,
2493
+ addAPI: `${ModuleAPI.system}/sys/tenant/add`,
2494
+ editAPI: `${ModuleAPI.system}/sys/tenant/update`,
2495
+ modelAPI: `${ModuleAPI.system}/sys/tenant/getById`,
2496
+ disableAPI: `${ModuleAPI.system}/sys/tenant/updateDisable`,
2497
+ deleteAPI: `${ModuleAPI.system}/sys/tenant/deleteById`,
2498
+ },
2499
+ },
2500
+ org: {
2501
+ quick: {
2502
+ show: true,
2503
+ data: {
2504
+ disFlag: {
2505
+ label: '状态',
2506
+ type: 'radioGroup',
2507
+ selectType: '',
2508
+ selected: null,
2509
+ options: DisabledType(),
2510
+ },
2511
+ },
2512
+ },
2513
+ buttons: {
2514
+ type: 'fixed',
2515
+ show: true,
2516
+ data: [
2517
+ {
2518
+ throw: false,
2519
+ type: 'add',
2520
+ icon: 'plus',
2521
+ name: '新增',
2522
+ dialog: {
2523
+ type: 'drawer',
2524
+ content: 'form',
2525
+ code: 'Admin_System_Org',
2526
+ title: '组织信息',
2527
+ size: 'custom',
2528
+ width: 700,
2529
+ },
2530
+ },
2531
+ ],
2532
+ },
2533
+ list: {
2534
+ type: 'table',
2535
+ headerCode: 'Admin_System_Org',
2536
+ primary: {
2537
+ key: 'id',
2538
+ name: 'name',
2539
+ },
2540
+ operation: {
2541
+ type: 'single',
2542
+ width: '180px',
2543
+ show: true,
2544
+ prefix: null,
2545
+ },
2546
+ buttons: {
2547
+ component: {
2548
+ name: {
2549
+ throw: true,
2550
+ type: 'view',
2551
+ },
2552
+ },
2553
+ operation: {
2554
+ edit: {
2555
+ throw: false,
2556
+ type: 'edit',
2557
+ dialog: {
2558
+ type: 'drawer',
2559
+ content: 'form',
2560
+ arg: {
2561
+ id: 'id',
2562
+ },
2563
+ code: 'Admin_System_Org',
2564
+ title: '组织信息',
2565
+ size: 'custom',
2566
+ width: 700,
2567
+ },
2568
+ },
2569
+ view: {
2570
+ throw: false,
2571
+ type: 'view',
2572
+ dialog: {
2573
+ type: 'drawer',
2574
+ content: 'form',
2575
+ arg: {
2576
+ id: 'id',
2577
+ },
2578
+ code: 'Admin_System_Org',
2579
+ title: '组织信息',
2580
+ size: 'custom',
2581
+ width: 700,
2582
+ },
2583
+ },
2584
+ delete: {
2585
+ throw: false,
2586
+ type: 'delete',
2587
+ },
2588
+ disabled: {
2589
+ throw: false,
2590
+ type: 'disabled',
2591
+ },
2592
+ enable: {
2593
+ throw: false,
2594
+ type: 'enable',
2595
+ },
2596
+ },
2597
+ },
2598
+ },
2599
+ pagination: {
2600
+ show: true,
2601
+ position: 'bottom',
2602
+ pageSize: Page_Size,
2603
+ },
2604
+ api: {
2605
+ listAPI: `${ModuleAPI.personnel}/personnel/org/list`,
2606
+ addAPI: `${ModuleAPI.personnel}/personnel/org/add`,
2607
+ editAPI: `${ModuleAPI.personnel}/personnel/org/update`,
2608
+ modelAPI: `${ModuleAPI.personnel}/personnel/org/getById`,
2609
+ disableAPI: `${ModuleAPI.personnel}/personnel/org/updateDisable`,
2610
+ deleteAPI: `${ModuleAPI.personnel}/personnel/org/deleteById`,
2611
+ },
2612
+ },
2613
+ };
2614
+
2615
+ const Content_Admin_System_Code = {
2616
+ codeRule: {
2617
+ quick: {
2618
+ show: true,
2619
+ data: {
2620
+ disFlag: {
2621
+ label: '状态',
2622
+ type: 'radioGroup',
2623
+ selectType: '',
2624
+ selected: null,
2625
+ options: DisabledType(),
2626
+ },
2627
+ },
2628
+ },
2629
+ buttons: {
2630
+ type: 'fixed',
2631
+ show: true,
2632
+ data: [
2633
+ {
2634
+ throw: true,
2635
+ type: 'add',
2636
+ icon: 'plus',
2637
+ name: '新增',
2638
+ },
2639
+ ],
2640
+ },
2641
+ list: {
2642
+ type: 'table',
2643
+ headerCode: 'Admin_System_CodeRule',
2644
+ primary: {
2645
+ key: 'id',
2646
+ name: 'name',
2647
+ },
2648
+ operation: {
2649
+ type: 'single',
2650
+ width: '180px',
2651
+ show: true,
2652
+ prefix: null,
2653
+ },
2654
+ buttons: {
2655
+ component: {
2656
+ name: {
2657
+ throw: true,
2658
+ type: 'view',
2659
+ },
2660
+ },
2661
+ operation: {
2662
+ edit: {
2663
+ throw: true,
2664
+ type: 'edit',
2665
+ },
2666
+ },
2667
+ delete: {
2668
+ throw: false,
2669
+ type: 'delete',
2670
+ },
2671
+ disabled: {
2672
+ throw: false,
2673
+ type: 'disabled',
2674
+ },
2675
+ enable: {
2676
+ throw: false,
2677
+ type: 'enable',
2678
+ },
2679
+ },
2680
+ },
2681
+ pagination: {
2682
+ show: true,
2683
+ position: 'bottom',
2684
+ pageSize: Page_Size,
2685
+ },
2686
+ api: {
2687
+ listAPI: `${ModuleAPI.system}/sys/codeRule/list`,
2688
+ addAPI: `${ModuleAPI.system}/sys/codeRule/add`,
2689
+ editAPI: `${ModuleAPI.system}/sys/codeRule/update`,
2690
+ modelAPI: `${ModuleAPI.system}/sys/codeRule/getById`,
2691
+ disableAPI: `${ModuleAPI.system}/sys/codeRule/updateDisable`,
2692
+ deleteAPI: `${ModuleAPI.system}/sys/codeRule/deleteById`,
2693
+ },
2694
+ },
2695
+ };
2696
+
2697
+ const Content_Personnel_Position = {
2698
+ position: {
2699
+ quick: {
2700
+ show: true,
2701
+ data: {
2702
+ disFlag: {
2703
+ label: '状态',
2704
+ type: 'radioGroup',
2705
+ selectType: '',
2706
+ selected: null,
2707
+ options: DisabledType(),
2708
+ },
2709
+ },
2710
+ },
2711
+ buttons: {
2712
+ type: 'fixed',
2713
+ show: true,
2714
+ data: [
2715
+ {
2716
+ throw: false,
2717
+ type: 'add',
2718
+ icon: 'plus',
2719
+ name: '新增',
2720
+ dialog: {
2721
+ type: 'drawer',
2722
+ content: 'form',
2723
+ code: 'Admin_Personnel_Position',
2724
+ title: '职位信息',
2725
+ },
2726
+ },
2727
+ ],
2728
+ },
2729
+ list: {
2730
+ type: 'table',
2731
+ headerCode: 'Admin_System_Users',
2732
+ primary: {
2733
+ key: 'id',
2734
+ name: 'name',
2735
+ },
2736
+ operation: {
2737
+ type: 'single',
2738
+ width: '200px',
2739
+ show: true,
2740
+ prefix: null,
2741
+ },
2742
+ buttons: {
2743
+ component: {
2744
+ name: {
2745
+ throw: false,
2746
+ type: 'view',
2747
+ dialog: {
2748
+ type: 'drawer',
2749
+ content: 'form',
2750
+ arg: {
2751
+ id: 'id',
2752
+ },
2753
+ code: 'Admin_Personnel_Position',
2754
+ title: '职位信息',
2755
+ },
2756
+ },
2757
+ },
2758
+ operation: {
2759
+ edit: {
2760
+ throw: false,
2761
+ type: 'edit',
2762
+ dialog: {
2763
+ type: 'drawer',
2764
+ content: 'form',
2765
+ arg: {
2766
+ id: 'id',
2767
+ },
2768
+ code: 'Admin_Personnel_Position',
2769
+ title: '职位信息',
2770
+ },
2771
+ },
2772
+ view: {
2773
+ throw: false,
2774
+ type: 'view',
2775
+ dialog: {
2776
+ type: 'drawer',
2777
+ content: 'form',
2778
+ arg: {
2779
+ id: 'id',
2780
+ },
2781
+ code: 'Admin_Personnel_Position',
2782
+ title: '职位信息',
2783
+ },
2784
+ },
2785
+ delete: {
2786
+ throw: false,
2787
+ type: 'delete',
2788
+ },
2789
+ disabled: {
2790
+ throw: false,
2791
+ type: 'disabled',
2792
+ },
2793
+ enable: {
2794
+ throw: false,
2795
+ type: 'enable',
2796
+ },
2797
+ },
2798
+ },
2799
+ },
2800
+ pagination: {
2801
+ show: true,
2802
+ position: 'bottom',
2803
+ pageSize: Page_Size,
2804
+ },
2805
+ api: {
2806
+ listAPI: `${ModuleAPI.personnel}/personnel/position/list`,
2807
+ addAPI: `${ModuleAPI.personnel}/personnel/position/add`,
2808
+ editAPI: `${ModuleAPI.personnel}/personnel/position/update`,
2809
+ modelAPI: `${ModuleAPI.personnel}/personnel/position/getById`,
2810
+ disableAPI: `${ModuleAPI.personnel}/personnel/position/updateDisable`,
2811
+ deleteAPI: `${ModuleAPI.personnel}/personnel/position/deleteById`,
2812
+ },
2813
+ },
2814
+ };
2815
+
2816
+ const Content_WK_Workflow = {
2817
+ Apply: {
2818
+ quick: {
2819
+ show: true,
2820
+ data: {},
2821
+ },
2822
+ list: {
2823
+ type: 'table',
2824
+ headerCode: 'WK_Workflow_Apply',
2825
+ primary: {
2826
+ key: 'id',
2827
+ name: 'name',
2828
+ },
2829
+ operation: {
2830
+ type: 'single',
2831
+ width: '200px',
2832
+ show: false,
2833
+ prefix: null,
2834
+ },
2835
+ buttons: {
2836
+ component: {
2837
+ title: {
2838
+ throw: true,
2839
+ type: 'view',
2840
+ },
2841
+ },
2842
+ },
2843
+ },
2844
+ pagination: {
2845
+ show: true,
2846
+ position: 'bottom',
2847
+ pageSize: Page_Size,
2848
+ },
2849
+ api: {
2850
+ listAPI: `${ModuleAPI.workflow}/workflow/user/listApply`,
2851
+ },
2852
+ },
2853
+ Backed: {
2854
+ quick: {
2855
+ show: true,
2856
+ data: {},
2857
+ },
2858
+ list: {
2859
+ startRole: false,
2860
+ type: 'table',
2861
+ headerCode: 'WK_Workflow_Backed',
2862
+ primary: {
2863
+ key: 'id',
2864
+ name: 'name',
2865
+ },
2866
+ operation: {
2867
+ type: 'single',
2868
+ width: '80px',
2869
+ show: true,
2870
+ prefix: null,
2871
+ },
2872
+ buttons: {
2873
+ component: {
2874
+ title: {
2875
+ throw: true,
2876
+ type: 'view',
2877
+ },
2878
+ },
2879
+ operation: {
2880
+ DELETE: {
2881
+ throw: true,
2882
+ buttonType: 'DELETE',
2883
+ },
2884
+ },
2885
+ },
2886
+ },
2887
+ pagination: {
2888
+ show: true,
2889
+ position: 'bottom',
2890
+ pageSize: Page_Size,
2891
+ },
2892
+ api: {
2893
+ listAPI: `${ModuleAPI.workflow}/workflow/user/listBacked`,
2894
+ },
2895
+ },
2896
+ Waiting: {
2897
+ quick: {
2898
+ show: true,
2899
+ data: {},
2900
+ },
2901
+ buttons: {
2902
+ type: 'fixed',
2903
+ show: false,
2904
+ },
2905
+ list: {
2906
+ type: 'table',
2907
+ headerCode: 'WK_Workflow_Waiting',
2908
+ primary: {
2909
+ key: 'id',
2910
+ name: 'name',
2911
+ },
2912
+ operation: {
2913
+ type: 'single',
2914
+ width: '200px',
2915
+ show: false,
2916
+ prefix: null,
2917
+ },
2918
+ buttons: {
2919
+ component: {
2920
+ title: {
2921
+ throw: true,
2922
+ type: 'view',
2923
+ },
2924
+ },
2925
+ },
2926
+ },
2927
+ pagination: {
2928
+ show: true,
2929
+ position: 'bottom',
2930
+ pageSize: Page_Size,
2931
+ },
2932
+ api: {
2933
+ listAPI: `${ModuleAPI.workflow}/workflow/user/listWaiting`,
2934
+ },
2935
+ },
2936
+ Approved: {
2937
+ quick: {
2938
+ show: true,
2939
+ data: {},
2940
+ },
2941
+ list: {
2942
+ type: 'table',
2943
+ headerCode: 'WK_Workflow_Approved',
2944
+ primary: {
2945
+ key: 'id',
2946
+ name: 'name',
2947
+ },
2948
+ operation: {
2949
+ type: 'single',
2950
+ width: '200px',
2951
+ show: false,
2952
+ prefix: null,
2953
+ },
2954
+ buttons: {
2955
+ component: {
2956
+ title: {
2957
+ throw: true,
2958
+ type: 'view',
2959
+ },
2960
+ },
2961
+ },
2962
+ },
2963
+ pagination: {
2964
+ show: true,
2965
+ position: 'bottom',
2966
+ pageSize: Page_Size,
2967
+ },
2968
+ api: {
2969
+ listAPI: `${ModuleAPI.workflow}/workflow/user/listApproved`,
2970
+ },
2971
+ },
2972
+ CC: {
2973
+ quick: {
2974
+ show: true,
2975
+ data: {},
2976
+ },
2977
+ list: {
2978
+ type: 'table',
2979
+ headerCode: 'WK_Workflow_CC',
2980
+ primary: {
2981
+ key: 'id',
2982
+ name: 'name',
2983
+ },
2984
+ operation: {
2985
+ type: 'single',
2986
+ width: '200px',
2987
+ show: false,
2988
+ prefix: null,
2989
+ },
2990
+ buttons: {
2991
+ component: {
2992
+ title: {
2993
+ throw: true,
2994
+ type: 'view',
2995
+ },
2996
+ },
2997
+ },
2998
+ },
2999
+ pagination: {
3000
+ show: true,
3001
+ position: 'bottom',
3002
+ pageSize: Page_Size,
3003
+ },
3004
+ api: {
3005
+ listAPI: `${ModuleAPI.workflow}/workflow/user/listCC`,
3006
+ },
3007
+ },
3008
+ List: {
3009
+ quick: {
3010
+ show: true,
3011
+ data: {},
3012
+ },
3013
+ list: {
3014
+ type: 'table',
3015
+ headerCode: 'WK_Workflow_List',
3016
+ primary: {
3017
+ key: 'id',
3018
+ name: 'name',
3019
+ },
3020
+ operation: {
3021
+ type: 'single',
3022
+ width: '150px',
3023
+ show: true,
3024
+ prefix: null,
3025
+ },
3026
+ buttons: {
3027
+ component: {
3028
+ title: {
3029
+ throw: true,
3030
+ type: 'view',
3031
+ },
3032
+ },
3033
+ operation: {
3034
+ delete: {
3035
+ throw: true,
3036
+ type: 'delete',
3037
+ },
3038
+ stop: {
3039
+ throw: true,
3040
+ type: 'stop',
3041
+ },
3042
+ assign: {
3043
+ throw: true,
3044
+ type: 'assign',
3045
+ },
3046
+ },
3047
+ },
3048
+ },
3049
+ pagination: {
3050
+ show: true,
3051
+ position: 'bottom',
3052
+ pageSize: Page_Size,
3053
+ },
3054
+ api: {
3055
+ listAPI: `${ModuleAPI.workflow}/workflow/design/listAll`,
3056
+ },
3057
+ },
3058
+ };
3059
+
3060
+ const Content_Fly_Work_Task = {
3061
+ dock: {
3062
+ quick: {
3063
+ show: false,
3064
+ },
3065
+ buttons: {
3066
+ type: 'fixed',
3067
+ show: true,
3068
+ data: [
3069
+ {
3070
+ type: 'add',
3071
+ name: '新建任务',
3072
+ throw: false,
3073
+ fixed: false,
3074
+ fixedUrl: null,
3075
+ buttonType: 'ADD',
3076
+ responseType: 'FORM_DEFAULT',
3077
+ responseMode: 'MODEL',
3078
+ responseId: 'fly_task_dock_form',
3079
+ responseName: '机场任务',
3080
+ responseStatic: true,
3081
+ arg: null,
3082
+ },
3083
+ ],
3084
+ },
3085
+ list: {
3086
+ startRole: false,
3087
+ type: 'table',
3088
+ headerCode: 'Fly_Work_Task_Default',
3089
+ primary: {
3090
+ key: 'id',
3091
+ name: 'name',
3092
+ },
3093
+ operation: {
3094
+ type: 'single',
3095
+ width: '160px',
3096
+ show: false,
3097
+ prefix: null,
3098
+ },
3099
+ buttons: {
3100
+ component: {},
3101
+ operation: {}
3102
+ },
3103
+ paramsInfo: {
3104
+ type: 1
3105
+ },
3106
+ },
3107
+ pagination: {
3108
+ show: true,
3109
+ position: 'bottom',
3110
+ pageSize: Page_Size,
3111
+ },
3112
+ api: {
3113
+ listAPI: `${ModuleAPI.airserviceAirspace}/flightJob/getPage`
3114
+ },
3115
+ },
3116
+ leap: {
3117
+ quick: {
3118
+ show: false,
3119
+ },
3120
+ buttons: {
3121
+ type: 'fixed',
3122
+ show: true,
3123
+ data: [
3124
+ {
3125
+ type: 'add',
3126
+ name: '新建任务',
3127
+ throw: false,
3128
+ fixed: false,
3129
+ fixedUrl: null,
3130
+ buttonType: 'ADD',
3131
+ responseType: 'FORM_DEFAULT',
3132
+ responseMode: 'MODEL',
3133
+ responseId: 'fly_task_leap_form',
3134
+ responseName: '蛙跳任务',
3135
+ responseStatic: true,
3136
+ arg: null,
3137
+ },
3138
+ ],
3139
+ },
3140
+ list: {
3141
+ type: 'table',
3142
+ headerCode: 'Fly_Work_Task_Default',
3143
+ primary: {
3144
+ key: 'id',
3145
+ name: 'name',
3146
+ },
3147
+ operation: {
3148
+ show: false,
3149
+ },
3150
+ buttons: {
3151
+ component: {},
3152
+ operation: {},
3153
+ },
3154
+ paramsInfo: {
3155
+ type: 3
3156
+ },
3157
+ },
3158
+ pagination: {
3159
+ show: true,
3160
+ position: 'bottom',
3161
+ pageSize: Page_Size,
3162
+ },
3163
+ api: {
3164
+ listAPI: `${ModuleAPI.airserviceAirspace}/flightJob/getPage`
3165
+ },
3166
+ },
3167
+ modeling: {
3168
+ quick: {
3169
+ show: false,
3170
+ },
3171
+ buttons: {
3172
+ type: 'fixed',
3173
+ show: true,
3174
+ data: [
3175
+ {
3176
+ type: 'add',
3177
+ name: '新建任务',
3178
+ throw: false,
3179
+ fixed: false,
3180
+ fixedUrl: null,
3181
+ buttonType: 'ADD',
3182
+ responseType: 'FORM_DEFAULT',
3183
+ responseMode: 'DRAWER',
3184
+ responseId: 'fly_task_modeling_form',
3185
+ responseName: '建模演示任务',
3186
+ responseStatic: true,
3187
+ arg: null,
3188
+ },
3189
+ ],
3190
+ },
3191
+ list: {
3192
+ type: 'table',
3193
+ headerCode: 'Fly_Work_Task_Default',
3194
+ primary: {
3195
+ key: 'id',
3196
+ name: 'name',
3197
+ },
3198
+ operation: {
3199
+ show: false,
3200
+ },
3201
+ buttons: {
3202
+ component: {},
3203
+ operation: {},
3204
+ },
3205
+ paramsInfo: {
3206
+ type: 1
3207
+ },
3208
+ },
3209
+ pagination: {
3210
+ show: true,
3211
+ position: 'bottom',
3212
+ pageSize: Page_Size,
3213
+ },
3214
+ api: {
3215
+ listAPI: `${ModuleAPI.airserviceAirspace}/demoModelingJob/getPage`
3216
+ },
3217
+ }
3218
+ };
3219
+
3220
+ const Content_Fly_Work_History = {
3221
+ history: {
3222
+ quick: {
3223
+ show: false,
3224
+ },
3225
+ queryParameter: {
3226
+ "jobName": "",
3227
+ "oidList": [],
3228
+ "uidList": [],
3229
+ "startTime": "2025-02-14 00:00:00",
3230
+ "endTime": "2025-05-15 23:59:59",
3231
+ "domainIdList": [],
3232
+ "regionCodeList": [],
3233
+ "excludeZeroDistance": 1,
3234
+ "onlyCollect": 0,
3235
+ "onlyVideo": 0,
3236
+ "remark": "", "alarmName": "", "deviceName": ""
3237
+ },
3238
+ buttons: {
3239
+ type: 'fixed',
3240
+ show: true,
3241
+ data: [
3242
+ {
3243
+ type: 'delete',
3244
+ name: '批量删除',
3245
+ throw: false,
3246
+ fixed: false,
3247
+ fixedUrl: null,
3248
+ buttonType: 'DELETE',
3249
+ },
3250
+ ],
3251
+ },
3252
+ list: {
3253
+ startRole: false,
3254
+ type: 'table',
3255
+ headerCode: 'Fly_Work_History_Default',
3256
+ primary: {
3257
+ key: 'id',
3258
+ name: 'name',
3259
+ },
3260
+ operation: {
3261
+ type: 'single',
3262
+ width: '180px',
3263
+ show: true,
3264
+ prefix: null,
3265
+ },
3266
+ buttons: {
3267
+ component: {},
3268
+ operation: {
3269
+ A: {
3270
+ izRole: false,
3271
+ izBuilt: true,
3272
+ type: "A",
3273
+ name: "导出轨迹",
3274
+ show: false,
3275
+ buttonType: 'ADD',
3276
+ responseType: 'FORM_DEFAULT',
3277
+ responseMode: 'MODEL',
3278
+ responseId: 'fly_task_dock_form',
3279
+ responseName: '机场任务',
3280
+ responseStatic: true,
3281
+ arg: null,
3282
+ },
3283
+ B: {
3284
+ izRole: false,
3285
+ izBuilt: true,
3286
+ type: "A",
3287
+ name: "媒体",
3288
+ show: true
3289
+ },
3290
+ C: {
3291
+ izRole: false,
3292
+ izBuilt: true,
3293
+ type: "A",
3294
+ name: "查看详情",
3295
+ show: true,
3296
+ throw: true
3297
+ },
3298
+ }
3299
+ },
3300
+ paramsInfo: {},
3301
+ },
3302
+ pagination: {
3303
+ show: true,
3304
+ position: 'bottom',
3305
+ pageSize: Page_Size,
3306
+ },
3307
+ api: {
3308
+ listAPI: `${ModuleAPI.airserviceDevice}/record/getRecordSummaryPage`
3309
+ },
3310
+ }
3311
+ };
3312
+
3313
+ const Content_Fly_Work_Order = {
3314
+ order1: {
3315
+ quick: {
3316
+ show: false,
3317
+ },
3318
+ queryParameter: {
3319
+ workOrderPageStatus: 1
3320
+ },
3321
+ buttons: {
3322
+ type: 'fixed',
3323
+ show: true,
3324
+ data: [],
3325
+ },
3326
+ list: {
3327
+ startRole: false,
3328
+ type: 'table',
3329
+ headerCode: 'Fly_Work_Order_Default',
3330
+ primary: {
3331
+ key: 'id',
3332
+ name: 'name',
3333
+ },
3334
+ operation: {
3335
+ type: 'single',
3336
+ width: '160px',
3337
+ show: false,
3338
+ prefix: null,
3339
+ },
3340
+ buttons: {
3341
+ component: {},
3342
+ operation: {}
3343
+ },
3344
+ paramsInfo: {},
3345
+ },
3346
+ pagination: {
3347
+ show: true,
3348
+ position: 'bottom',
3349
+ pageSize: Page_Size,
3350
+ },
3351
+ api: {
3352
+ listAPI: `${ModuleAPI.airserviceUser}/workOrder/listWorkOrder`
3353
+ },
3354
+ },
3355
+ order2: {
3356
+ quick: {
3357
+ show: false,
3358
+ },
3359
+ queryParameter: {
3360
+ workOrderPageStatus: 2
3361
+ },
3362
+ buttons: {
3363
+ type: 'fixed',
3364
+ show: true,
3365
+ data: [],
3366
+ },
3367
+ list: {
3368
+ startRole: false,
3369
+ type: 'table',
3370
+ headerCode: 'Fly_Work_Order_Default',
3371
+ primary: {
3372
+ key: 'id',
3373
+ name: 'name',
3374
+ },
3375
+ operation: {
3376
+ type: 'single',
3377
+ width: '160px',
3378
+ show: false,
3379
+ prefix: null,
3380
+ },
3381
+ buttons: {
3382
+ component: {},
3383
+ operation: {}
3384
+ }
3385
+ },
3386
+ pagination: {
3387
+ show: true,
3388
+ position: 'bottom',
3389
+ pageSize: Page_Size,
3390
+ },
3391
+ api: {
3392
+ listAPI: `${ModuleAPI.airserviceUser}/workOrder/listWorkOrder`
3393
+ },
3394
+ }
3395
+ };
3396
+
3397
+ const Content_Fly_Work_Ai = {
3398
+ detail: {
3399
+ quick: {
3400
+ show: false,
3401
+ },
3402
+ queryParameter: {},
3403
+ buttons: {
3404
+ type: 'fixed',
3405
+ show: true,
3406
+ data: [],
3407
+ },
3408
+ list: {
3409
+ startRole: false,
3410
+ type: 'table',
3411
+ headerCode: 'Fly_Work_Ai_Detail',
3412
+ primary: {
3413
+ key: 'id',
3414
+ name: 'name',
3415
+ },
3416
+ operation: {
3417
+ type: 'single',
3418
+ width: '160px',
3419
+ show: false,
3420
+ prefix: null,
3421
+ },
3422
+ buttons: {
3423
+ component: {},
3424
+ operation: {}
3425
+ },
3426
+ paramsInfo: {},
3427
+ },
3428
+ pagination: {
3429
+ show: true,
3430
+ position: 'bottom',
3431
+ pageSize: Page_Size,
3432
+ },
3433
+ api: {
3434
+ listAPI: `${ModuleAPI.airserviceAi}/recognition/getResultPage`
3435
+ }
3436
+ },
3437
+ recognition: {
3438
+ quick: {
3439
+ show: false,
3440
+ },
3441
+ queryParameter: {
3442
+ onlyAppear: 1
3443
+ },
3444
+ buttons: {
3445
+ type: 'fixed',
3446
+ show: true,
3447
+ data: [],
3448
+ },
3449
+ list: {
3450
+ startRole: false,
3451
+ type: 'table',
3452
+ headerCode: 'Fly_Work_Ai_Recognition',
3453
+ primary: {
3454
+ key: 'id',
3455
+ name: 'name',
3456
+ },
3457
+ operation: {
3458
+ type: 'single',
3459
+ width: '160px',
3460
+ show: false,
3461
+ prefix: null,
3462
+ },
3463
+ buttons: {
3464
+ component: {},
3465
+ operation: {}
3466
+ },
3467
+ paramsInfo: {},
3468
+ },
3469
+ pagination: {
3470
+ show: true,
3471
+ position: 'bottom',
3472
+ pageSize: Page_Size,
3473
+ },
3474
+ api: {
3475
+ listAPI: `${ModuleAPI.airserviceAi}/recognition/getEventPage`
3476
+ }
3477
+ }
3478
+ };
3479
+
3480
+ const Content_Fly_Work_Product = {
3481
+ modeling: {
3482
+ quick: {
3483
+ show: false,
3484
+ },
3485
+ buttons: {
3486
+ type: 'fixed',
3487
+ show: true,
3488
+ data: [
3489
+ {
3490
+ type: 'add',
3491
+ name: '新建模型',
3492
+ throw: true,
3493
+ fixed: false,
3494
+ fixedUrl: null,
3495
+ buttonType: 'ADD'
3496
+ },
3497
+ {
3498
+ type: 'setting',
3499
+ name: '修改配置',
3500
+ throw: true,
3501
+ fixed: false,
3502
+ fixedUrl: null,
3503
+ buttonType: 'SETTING'
3504
+ },
3505
+ ],
3506
+ },
3507
+ queryParameter: {
3508
+ rootOid: 360
3509
+ },
3510
+ list: {
3511
+ startRole: false,
3512
+ type: 'table',
3513
+ headerCode: 'Fly_Work_Product_Modeling',
3514
+ primary: {
3515
+ key: 'id',
3516
+ name: 'name',
3517
+ },
3518
+ operation: {
3519
+ type: 'single',
3520
+ width: '160px',
3521
+ show: true,
3522
+ },
3523
+ buttons: {
3524
+ component: {},
3525
+ operation: {
3526
+ VIEW: {
3527
+ izRole: false,
3528
+ izBuilt: true,
3529
+ type: "VIEW",
3530
+ name: "查看",
3531
+ show: true
3532
+ },
3533
+ DELETE: {
3534
+ izRole: false,
3535
+ izBuilt: true,
3536
+ type: "DELETE",
3537
+ name: "删除",
3538
+ show: true
3539
+ },
3540
+ CG: {
3541
+ izRole: false,
3542
+ izBuilt: true,
3543
+ type: "CG",
3544
+ name: "成果",
3545
+ show: true
3546
+ }
3547
+ }
3548
+ },
3549
+ paramsInfo: {
3550
+ type: 1
3551
+ },
3552
+ },
3553
+ pagination: {
3554
+ show: true,
3555
+ position: 'bottom',
3556
+ pageSize: Page_Size,
3557
+ },
3558
+ api: {
3559
+ listAPI: `${ModuleAPI.airserviceModeling}/terraJob/list`
3560
+ },
3561
+ }
3562
+ };
3563
+
3564
+ const Content_Fly_Admin_Dock = {
3565
+ dj: {
3566
+ quick: {
3567
+ show: false,
3568
+ },
3569
+ buttons: {
3570
+ type: 'fixed',
3571
+ show: true,
3572
+ data: [
3573
+ {
3574
+ type: 'add',
3575
+ name: '机场注册',
3576
+ throw: true,
3577
+ fixed: false,
3578
+ fixedUrl: null,
3579
+ buttonType: 'ADD',
3580
+ },
3581
+ ],
3582
+ },
3583
+ list: {
3584
+ type: 'table',
3585
+ headerCode: 'Fly_Admin_Dock_Dj',
3586
+ primary: {
3587
+ key: 'id',
3588
+ name: 'name',
3589
+ },
3590
+ operation: {
3591
+ type: 'single',
3592
+ width: '140px',
3593
+ show: true,
3594
+ },
3595
+ buttons: {
3596
+ component: {},
3597
+ operation: {
3598
+ VIEW: {
3599
+ izRole: false,
3600
+ izBuilt: true,
3601
+ type: "VIEW",
3602
+ name: "详情",
3603
+ show: true
3604
+ },
3605
+ DELETE: {
3606
+ izRole: false,
3607
+ izBuilt: true,
3608
+ type: "DELETE",
3609
+ name: "解绑",
3610
+ show: true
3611
+ },
3612
+ },
3613
+ },
3614
+ paramsInfo: {
3615
+ logType: 1,
3616
+ },
3617
+ },
3618
+ pagination: {
3619
+ show: true,
3620
+ position: 'bottom',
3621
+ pageSize: Page_Size,
3622
+ },
3623
+ api: {
3624
+ listAPI: `${ModuleAPI.airserviceDevice}/mqtt/getGatewayAccountPage`,
3625
+ },
3626
+ },
3627
+ log: {
3628
+ quick: {
3629
+ show: false,
3630
+ },
3631
+ buttons: {
3632
+ type: 'fixed',
3633
+ show: true,
3634
+ data: [
3635
+ {
3636
+ type: 'add',
3637
+ name: '添加下载任务',
3638
+ throw: true,
3639
+ fixed: false,
3640
+ fixedUrl: null,
3641
+ buttonType: 'ADD'
3642
+ },
3643
+ ],
3644
+ },
3645
+ list: {
3646
+ type: 'table',
3647
+ headerCode: 'Fly_Admin_Dock_Log',
3648
+ primary: {
3649
+ key: 'id',
3650
+ name: 'name',
3651
+ },
3652
+ operation: {
3653
+ type: 'single',
3654
+ width: '100px',
3655
+ show: true,
3656
+ },
3657
+ buttons: {
3658
+ component: {},
3659
+ operation: {
3660
+ DOWNLOAD: {
3661
+ izRole: false,
3662
+ izBuilt: true,
3663
+ type: "DOWNLOAD",
3664
+ name: "下载",
3665
+ show: true
3666
+ }
3667
+ },
3668
+ },
3669
+ paramsInfo: {},
3670
+ },
3671
+ pagination: {
3672
+ show: true,
3673
+ position: 'bottom',
3674
+ pageSize: Page_Size,
3675
+ },
3676
+ api: {
3677
+ listAPI: `${ModuleAPI.airserviceDj}/log/getUploadedLogList`,
3678
+ },
3679
+ }
3680
+ };
3681
+
3682
+ const Content_Fly_Admin_Device = {
3683
+ drone: {
3684
+ quick: {
3685
+ show: false,
3686
+ },
3687
+ buttons: {
3688
+ type: 'fixed',
3689
+ show: true,
3690
+ data: [
3691
+ {
3692
+ type: 'add',
3693
+ name: '添加无人机',
3694
+ throw: true,
3695
+ fixed: false,
3696
+ fixedUrl: null,
3697
+ buttonType: 'ADD'
3698
+ },
3699
+ ],
3700
+ },
3701
+ list: {
3702
+ type: 'table',
3703
+ headerCode: 'Fly_Admin_Device_Drone',
3704
+ primary: {
3705
+ key: 'id',
3706
+ name: 'name',
3707
+ },
3708
+ operation: {
3709
+ show: false,
3710
+ },
3711
+ buttons: {
3712
+ component: {},
3713
+ operation: {},
3714
+ },
3715
+ paramsInfo: {},
3716
+ },
3717
+ pagination: {
3718
+ show: true,
3719
+ position: 'bottom',
3720
+ pageSize: Page_Size,
3721
+ },
3722
+ api: {
3723
+ listAPI: `${ModuleAPI.airserviceDevice}/drone/getDronePage`,
3724
+ },
3725
+ },
3726
+ rc: {
3727
+ quick: {
3728
+ show: false,
3729
+ },
3730
+ buttons: {
3731
+ type: 'fixed',
3732
+ show: true,
3733
+ data: [
3734
+ {
3735
+ type: 'add',
3736
+ name: '添加遥控器',
3737
+ throw: true,
3738
+ fixed: false,
3739
+ fixedUrl: null,
3740
+ buttonType: 'ADD'
3741
+ },
3742
+ ],
3743
+ },
3744
+ list: {
3745
+ type: 'table',
3746
+ headerCode: 'Fly_Admin_Device_Rc',
3747
+ primary: {
3748
+ key: 'id',
3749
+ name: 'name',
3750
+ },
3751
+ operation: {
3752
+ type: 'single',
3753
+ width: '140px',
3754
+ show: true,
3755
+ },
3756
+ buttons: {
3757
+ component: {},
3758
+ operation: {
3759
+ EDIT: {
3760
+ izRole: false,
3761
+ izBuilt: true,
3762
+ type: "EDIT",
3763
+ name: "编辑",
3764
+ show: true
3765
+ },
3766
+ DELETE: {
3767
+ izRole: false,
3768
+ izBuilt: true,
3769
+ type: "DELETE",
3770
+ name: "删除",
3771
+ show: true
3772
+ }
3773
+ },
3774
+ },
3775
+ paramsInfo: {},
3776
+ },
3777
+ pagination: {
3778
+ show: true,
3779
+ position: 'bottom',
3780
+ pageSize: Page_Size,
3781
+ },
3782
+ api: {
3783
+ listAPI: `${ModuleAPI.airserviceDevice}/rc/getRCList`,
3784
+ },
3785
+ },
3786
+ camera: {
3787
+ quick: {
3788
+ show: false,
3789
+ },
3790
+ buttons: {
3791
+ type: 'fixed',
3792
+ show: true,
3793
+ data: [
3794
+ {
3795
+ type: 'add',
3796
+ name: '添加照相机',
3797
+ throw: true,
3798
+ fixed: false,
3799
+ fixedUrl: null,
3800
+ buttonType: 'ADD'
3801
+ },
3802
+ ],
3803
+ },
3804
+ list: {
3805
+ type: 'table',
3806
+ headerCode: 'Fly_Admin_Device_Camera',
3807
+ primary: {
3808
+ key: 'id',
3809
+ name: 'name',
3810
+ },
3811
+ operation: {
3812
+ type: 'single',
3813
+ width: '140px',
3814
+ show: true,
3815
+ },
3816
+ buttons: {
3817
+ component: {},
3818
+ operation: {
3819
+ EDIT: {
3820
+ izRole: false,
3821
+ izBuilt: true,
3822
+ type: "EDIT",
3823
+ name: "编辑",
3824
+ show: true
3825
+ },
3826
+ DELETE: {
3827
+ izRole: false,
3828
+ izBuilt: true,
3829
+ type: "DELETE",
3830
+ name: "删除",
3831
+ show: true
3832
+ }
3833
+ },
3834
+ },
3835
+ paramsInfo: {},
3836
+ },
3837
+ pagination: {
3838
+ show: true,
3839
+ position: 'bottom',
3840
+ pageSize: Page_Size,
3841
+ },
3842
+ api: {
3843
+ listAPI: `${ModuleAPI.airserviceDevice}/payLoad/getCameraList`,
3844
+ },
3845
+ },
3846
+ payload: {
3847
+ quick: {
3848
+ show: false,
3849
+ },
3850
+ buttons: {
3851
+ type: 'fixed',
3852
+ show: true,
3853
+ data: [
3854
+ {
3855
+ type: 'add',
3856
+ name: '添加检测仪',
3857
+ throw: true,
3858
+ fixed: false,
3859
+ fixedUrl: null,
3860
+ buttonType: 'ADD'
3861
+ },
3862
+ ],
3863
+ },
3864
+ queryParameter: {
3865
+ deviceType: "0-5",
3866
+ },
3867
+ list: {
3868
+ type: 'table',
3869
+ headerCode: 'Fly_Admin_Device_Payload',
3870
+ primary: {
3871
+ key: 'id',
3872
+ name: 'name',
3873
+ },
3874
+ operation: {
3875
+ type: 'single',
3876
+ width: '140px',
3877
+ show: true,
3878
+ },
3879
+ buttons: {
3880
+ component: {},
3881
+ operation: {
3882
+ EDIT: {
3883
+ izRole: false,
3884
+ izBuilt: true,
3885
+ type: "EDIT",
3886
+ name: "编辑",
3887
+ show: true
3888
+ },
3889
+ DELETE: {
3890
+ izRole: false,
3891
+ izBuilt: true,
3892
+ type: "DELETE",
3893
+ name: "删除",
3894
+ show: true
3895
+ }
3896
+ },
3897
+ },
3898
+ paramsInfo: {},
3899
+ },
3900
+ pagination: {
3901
+ show: true,
3902
+ position: 'bottom',
3903
+ pageSize: Page_Size,
3904
+ },
3905
+ api: {
3906
+ listAPI: `${ModuleAPI.airserviceDevice}/payload/getPayloadPage`,
3907
+ },
3908
+ },
3909
+ megaphone: {
3910
+ quick: {
3911
+ show: false,
3912
+ },
3913
+ buttons: {
3914
+ type: 'fixed',
3915
+ show: true,
3916
+ data: [
3917
+ {
3918
+ type: 'add',
3919
+ name: '添加喊话器',
3920
+ throw: true,
3921
+ fixed: false,
3922
+ fixedUrl: null,
3923
+ buttonType: 'ADD'
3924
+ },
3925
+ {
3926
+ type: 'text',
3927
+ name: '喊话设置',
3928
+ throw: true,
3929
+ fixed: false,
3930
+ fixedUrl: null,
3931
+ buttonType: 'TEXT'
3932
+ },
3933
+ {
3934
+ type: 'dg',
3935
+ name: '灯光设置',
3936
+ throw: true,
3937
+ fixed: false,
3938
+ fixedUrl: null,
3939
+ buttonType: 'DG'
3940
+ },
3941
+ ],
3942
+ },
3943
+ queryParameter: {
3944
+ deviceType: "0-5",
3945
+ },
3946
+ list: {
3947
+ type: 'table',
3948
+ headerCode: 'Fly_Admin_Device_Megaphone',
3949
+ primary: {
3950
+ key: 'id',
3951
+ name: 'name',
3952
+ },
3953
+ operation: {
3954
+ type: 'single',
3955
+ width: '140px',
3956
+ show: true,
3957
+ },
3958
+ buttons: {
3959
+ component: {},
3960
+ operation: {
3961
+ EDIT: {
3962
+ izRole: false,
3963
+ izBuilt: true,
3964
+ type: "EDIT",
3965
+ name: "编辑",
3966
+ show: true
3967
+ },
3968
+ DELETE: {
3969
+ izRole: false,
3970
+ izBuilt: true,
3971
+ type: "DELETE",
3972
+ name: "删除",
3973
+ show: true
3974
+ }
3975
+ },
3976
+ },
3977
+ paramsInfo: {},
3978
+ },
3979
+ pagination: {
3980
+ show: true,
3981
+ position: 'bottom',
3982
+ pageSize: Page_Size,
3983
+ },
3984
+ api: {
3985
+ listAPI: `${ModuleAPI.airserviceDevice}/megaphone/getMegaphoneList`,
3986
+ },
3987
+ }
3988
+ };
3989
+
3990
+ const Content_Fly_Admin_Healthy = {
3991
+ alarm: {
3992
+ quick: {
3993
+ show: false,
3994
+ },
3995
+ buttons: {
3996
+ show: false,
3997
+ data: [],
3998
+ },
3999
+ list: {
4000
+ type: 'table',
4001
+ headerCode: 'Fly_Admin_Healthy_Alarm',
4002
+ primary: {
4003
+ key: 'id',
4004
+ name: 'name',
4005
+ },
4006
+ operation: {
4007
+ show: false,
4008
+ },
4009
+ buttons: {
4010
+ component: {},
4011
+ operation: {},
4012
+ },
4013
+ paramsInfo: {
4014
+ logType: 1,
4015
+ },
4016
+ },
4017
+ pagination: {
4018
+ show: true,
4019
+ position: 'bottom',
4020
+ pageSize: Page_Size,
4021
+ },
4022
+ api: {
4023
+ listAPI: `${ModuleAPI.airserviceDevice}/device/getHealthyMessagePage`,
4024
+ },
4025
+ },
4026
+ maintain: {
4027
+ quick: {
4028
+ show: false,
4029
+ },
4030
+ buttons: {
4031
+ show: false,
4032
+ data: [],
4033
+ },
4034
+ list: {
4035
+ type: 'table',
4036
+ headerCode: 'Fly_Admin_Healthy_Maintain',
4037
+ primary: {
4038
+ key: 'id',
4039
+ name: 'name',
4040
+ },
4041
+ operation: {
4042
+ show: false,
4043
+ },
4044
+ buttons: {
4045
+ component: {},
4046
+ operation: {},
4047
+ },
4048
+ paramsInfo: {
4049
+ logType: 1,
4050
+ },
4051
+ },
4052
+ pagination: {
4053
+ show: true,
4054
+ position: 'bottom',
4055
+ pageSize: Page_Size,
4056
+ },
4057
+ api: {
4058
+ listAPI: `${ModuleAPI.airserviceDevice}/repair/getRepairPage`,
4059
+ },
4060
+ },
4061
+ guarantee: {
4062
+ quick: {
4063
+ show: false,
4064
+ },
4065
+ buttons: {
4066
+ show: false,
4067
+ data: [],
4068
+ },
4069
+ list: {
4070
+ type: 'table',
4071
+ headerCode: 'Fly_Admin_Healthy_Guarantee',
4072
+ primary: {
4073
+ key: 'id',
4074
+ name: 'name',
4075
+ },
4076
+ operation: {
4077
+ show: false,
4078
+ },
4079
+ buttons: {
4080
+ component: {},
4081
+ operation: {},
4082
+ },
4083
+ paramsInfo: {
4084
+ logType: 1,
4085
+ },
4086
+ },
4087
+ pagination: {
4088
+ show: true,
4089
+ position: 'bottom',
4090
+ pageSize: Page_Size,
4091
+ },
4092
+ api: {
4093
+ listAPI: `${ModuleAPI.airserviceDevice}/policy/getPolicyPage`,
4094
+ },
4095
+ }
4096
+ };
4097
+
4098
+ const Content_Fly_Admin_System = {
4099
+ log: {
4100
+ quick: {
4101
+ show: false,
4102
+ },
4103
+ buttons: {
4104
+ show: false,
4105
+ data: [],
4106
+ },
4107
+ list: {
4108
+ type: 'table',
4109
+ headerCode: 'Fly_Admin_System_Log',
4110
+ primary: {
4111
+ key: 'id',
4112
+ name: 'name',
4113
+ },
4114
+ operation: {
4115
+ show: false,
4116
+ },
4117
+ buttons: {
4118
+ component: {},
4119
+ operation: {},
4120
+ },
4121
+ paramsInfo: {
4122
+ logType: 1,
4123
+ },
4124
+ },
4125
+ pagination: {
4126
+ show: true,
4127
+ position: 'bottom',
4128
+ pageSize: Page_Size,
4129
+ },
4130
+ api: {
4131
+ listAPI: `${ModuleAPI.system}/sys/log/list`,
4132
+ modelAPI: `${ModuleAPI.system}/sys/log/getById`,
4133
+ },
4134
+ },
4135
+ record: {
4136
+ quick: {
4137
+ show: false,
4138
+ },
4139
+ buttons: {
4140
+ show: false,
4141
+ data: [],
4142
+ },
4143
+ list: {
4144
+ type: 'table',
4145
+ headerCode: 'Fly_Admin_System_Log2',
4146
+ primary: {
4147
+ key: 'id',
4148
+ name: 'name',
4149
+ },
4150
+ operation: {
4151
+ show: false,
4152
+ },
4153
+ buttons: {
4154
+ component: {},
4155
+ operation: {},
4156
+ },
4157
+ paramsInfo: {
4158
+ logType: 2,
4159
+ },
4160
+ },
4161
+ pagination: {
4162
+ show: true,
4163
+ position: 'bottom',
4164
+ pageSize: Page_Size,
4165
+ },
4166
+ api: {
4167
+ listAPI: `${ModuleAPI.system}/sys/log/list`,
4168
+ modelAPI: `${ModuleAPI.system}/sys/log/getById`,
4169
+ },
4170
+ },
4171
+ log2: {
4172
+ quick: {
4173
+ show: false,
4174
+ },
4175
+ buttons: {
4176
+ show: false,
4177
+ data: [],
4178
+ },
4179
+ list: {
4180
+ type: 'table',
4181
+ headerCode: 'Fly_Admin_System_Log',
4182
+ primary: {
4183
+ key: 'id',
4184
+ name: 'name',
4185
+ },
4186
+ operation: {
4187
+ show: false,
4188
+ },
4189
+ buttons: {
4190
+ component: {},
4191
+ operation: {},
4192
+ },
4193
+ paramsInfo: {
4194
+ logType: 1,
4195
+ },
4196
+ },
4197
+ pagination: {
4198
+ show: true,
4199
+ position: 'bottom',
4200
+ pageSize: Page_Size,
4201
+ },
4202
+ api: {
4203
+ listAPI: `${ModuleAPI.airserviceUser}/loginLog/listPage`
4204
+ },
4205
+ },
4206
+ logOp: {
4207
+ quick: {
4208
+ show: false,
4209
+ },
4210
+ buttons: {
4211
+ show: false,
4212
+ data: [],
4213
+ },
4214
+ list: {
4215
+ type: 'table',
4216
+ headerCode: 'Fly_Admin_System_LogOp',
4217
+ primary: {
4218
+ key: 'id',
4219
+ name: 'name',
4220
+ },
4221
+ operation: {
4222
+ show: false,
4223
+ },
4224
+ buttons: {
4225
+ component: {},
4226
+ operation: {},
4227
+ },
4228
+ paramsInfo: {
4229
+ logType: 1,
4230
+ },
4231
+ },
4232
+ pagination: {
4233
+ show: true,
4234
+ position: 'bottom',
4235
+ pageSize: Page_Size,
4236
+ },
4237
+ api: {
4238
+ listAPI: `${ModuleAPI.airserviceUser}/opLogs/listPage`
4239
+ },
4240
+ },
4241
+ bulletin: {
4242
+ quick: {
4243
+ show: false,
4244
+ },
4245
+ buttons: {
4246
+ type: 'fixed',
4247
+ show: true,
4248
+ data: [
4249
+ {
4250
+ throw: false,
4251
+ type: 'add',
4252
+ icon: 'plus',
4253
+ name: '发布公告',
4254
+ dialog: {
4255
+ type: 'drawer',
4256
+ content: 'form',
4257
+ code: 'Fly_Admin_System_UserGroup',
4258
+ title: '用户组',
4259
+ size: 'custom',
4260
+ width: 700,
4261
+ },
4262
+ },
4263
+ ],
4264
+ },
4265
+ list: {
4266
+ type: 'table',
4267
+ headerCode: 'Fly_Admin_System_Bulletin',
4268
+ primary: {
4269
+ key: 'id',
4270
+ name: 'name',
4271
+ },
4272
+ operation: {
4273
+ type: 'single',
4274
+ width: '160px',
4275
+ show: true,
4276
+ prefix: null,
4277
+ },
4278
+ buttons: {
4279
+ component: {},
4280
+ operation: {
4281
+ EDIT: {
4282
+ throw: true,
4283
+ fixed: true,
4284
+ fixedUrl: '/apaas/webapp/module/menu',
4285
+ buttonType: 'EDIT',
4286
+ },
4287
+ DELETE: {
4288
+ throw: false,
4289
+ buttonType: 'DELETE',
4290
+ },
4291
+ },
4292
+ },
4293
+ paramsInfo: {
4294
+ logType: 1,
4295
+ },
4296
+ },
4297
+ pagination: {
4298
+ show: true,
4299
+ position: 'bottom',
4300
+ pageSize: Page_Size,
4301
+ },
4302
+ api: {
4303
+ listAPI: `${ModuleAPI.airserviceCommon}/notice/page`
4304
+ },
4305
+ },
4306
+ cascade: {
4307
+ quick: {
4308
+ show: false,
4309
+ },
4310
+ buttons: {
4311
+ type: 'fixed',
4312
+ show: true,
4313
+ data: [],
4314
+ },
4315
+ list: {
4316
+ type: 'table',
4317
+ headerCode: 'Fly_Admin_System_Cascade',
4318
+ primary: {
4319
+ key: 'id',
4320
+ name: 'name',
4321
+ },
4322
+ operation: {
4323
+ type: 'single',
4324
+ width: '160px',
4325
+ show: false,
4326
+ prefix: null,
4327
+ },
4328
+ buttons: {
4329
+ component: {},
4330
+ operation: {},
4331
+ },
4332
+ paramsInfo: {
4333
+ logType: 1,
4334
+ },
4335
+ },
4336
+ pagination: {
4337
+ show: true,
4338
+ position: 'bottom',
4339
+ pageSize: Page_Size,
4340
+ },
4341
+ api: {
4342
+ listAPI: `${ModuleAPI.airserviceDevice}/gb/getPlatformPage`
4343
+ },
4344
+ },
4345
+ device: {
4346
+ quick: {
4347
+ show: false,
4348
+ },
4349
+ buttons: {
4350
+ type: 'fixed',
4351
+ show: true,
4352
+ data: [],
4353
+ },
4354
+ queryParameter: {
4355
+ platformId: 26
4356
+ },
4357
+ list: {
4358
+ type: 'table',
4359
+ headerCode: 'Fly_Admin_System_Device',
4360
+ primary: {
4361
+ key: 'id',
4362
+ name: 'name',
4363
+ },
4364
+ operation: {
4365
+ type: 'single',
4366
+ width: '160px',
4367
+ show: false,
4368
+ prefix: null,
4369
+ },
4370
+ buttons: {
4371
+ component: {},
4372
+ operation: {},
4373
+ },
4374
+ paramsInfo: {
4375
+ logType: 1,
4376
+ },
4377
+ },
4378
+ pagination: {
4379
+ show: true,
4380
+ position: 'bottom',
4381
+ pageSize: Page_Size,
4382
+ },
4383
+ api: {
4384
+ listAPI: `${ModuleAPI.airserviceDevice}/gb/getBindDevicePage`
4385
+ },
4386
+ },
4387
+ };
4388
+
4389
+ const Content_Fly_Admin_User = {
4390
+ user: {
4391
+ quick: {
4392
+ show: false,
4393
+ },
4394
+ buttons: {
4395
+ type: 'fixed',
4396
+ show: true,
4397
+ data: [
4398
+ {
4399
+ type: 'add',
4400
+ name: '新增',
4401
+ throw: true,
4402
+ fixed: false,
4403
+ fixedUrl: null,
4404
+ buttonType: 'ADD'
4405
+ },
4406
+ ],
4407
+ },
4408
+ list: {
4409
+ type: 'table',
4410
+ startRole: false,
4411
+ headerCode: 'Fly_Admin_User_Default',
4412
+ primary: {
4413
+ key: 'id',
4414
+ name: 'name',
4415
+ },
4416
+ operation: {
4417
+ type: 'single',
4418
+ width: '140px',
4419
+ show: true,
4420
+ },
4421
+ buttons: {
4422
+ component: {},
4423
+ operation: {
4424
+ EDIT: {
4425
+ izRole: false,
4426
+ izBuilt: true,
4427
+ type: "EDIT",
4428
+ name: "编辑",
4429
+ throw: true
4430
+ },
4431
+ DELETE: {
4432
+ izRole: false,
4433
+ izBuilt: true,
4434
+ type: "DELETE",
4435
+ name: "删除",
4436
+ throw: true
4437
+ }
4438
+ },
4439
+ },
4440
+ paramsInfo: {
4441
+ logType: 1,
4442
+ },
4443
+ },
4444
+ pagination: {
4445
+ show: true,
4446
+ position: 'bottom',
4447
+ pageSize: Page_Size,
4448
+ },
4449
+ api: {
4450
+ listAPI: `${ModuleAPI.airserviceUser}/org/getUserList`
4451
+ },
4452
+ }
4453
+ };
4454
+
4455
+ /**
4456
+ * Apaas
4457
+ */
4458
+
4459
+ /**
4460
+ * Generated bundle index. Do not edit.
4461
+ */
4462
+
4463
+ export { Content_Admin_System_Code, Content_Admin_System_Log, Content_Admin_System_Role, Content_Admin_System_Source, Content_Admin_System_Tenant, Content_Admin_System_User, Content_Fly_Admin_Device, Content_Fly_Admin_Dock, Content_Fly_Admin_Healthy, Content_Fly_Admin_System, Content_Fly_Admin_User, Content_Fly_Work_Ai, Content_Fly_Work_History, Content_Fly_Work_Order, Content_Fly_Work_Product, Content_Fly_Work_Task, Content_Paas_Card, Content_Paas_Module, Content_Paas_Permission, Content_Paas_Rule, Content_Paas_Setting, Content_Personnel_Position, Content_WK_Workflow };
4464
+ //# sourceMappingURL=config.content.mjs.map