@utogether/udp-core 2.0.0-beta.24 → 2.0.0-beta.25

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 (149) hide show
  1. package/dist/403-QwBKrRZE.js +72 -0
  2. package/dist/404-Cr7MbzNV.js +72 -0
  3. package/dist/500-B7kCOeIA.js +77 -0
  4. package/dist/AuthorityInfo-Dwml2K4S.js +91 -0
  5. package/dist/AuthorityPanel-DzPhsPpa.js +98 -0
  6. package/dist/Company-BhOlvl7Q.js +21 -0
  7. package/dist/CompanyPanel-ByhY5-Sq.js +199 -0
  8. package/dist/DataSet-CuGZcKC-.js +141 -0
  9. package/dist/Department-QvngN63N.js +21 -0
  10. package/dist/DepartmentPanel-BCXqC39J.js +2 -0
  11. package/dist/DepartmentPanel-DntGycxr.js +242 -0
  12. package/dist/DesignPanel-BMN4DZ0R.js +1196 -0
  13. package/dist/DictView-ERFqZ5VD.js +100 -0
  14. package/dist/File-WJXjGYxr.js +89 -0
  15. package/dist/InvOrganization-BwMmD8Ua.js +76 -0
  16. package/dist/Org-HgnOWubi.js +76 -0
  17. package/dist/Preview-CVZdnHB1.js +45 -0
  18. package/dist/ReIcon-DecitXmg.js +413 -0
  19. package/dist/ReportDefine-BgLM-Rjk.js +10 -0
  20. package/dist/ReportDesign-CjfTyyy_.js +158 -0
  21. package/dist/ReportQuery-CP-E0Puv.js +101 -0
  22. package/dist/ReportQueryFrom-D7SPPAps.js +198 -0
  23. package/dist/ReportTemplate-DE25zc1f.js +162 -0
  24. package/dist/Role-K7v_ZhFE.js +21 -0
  25. package/dist/RoleAssign-C16fjLaX.js +22 -0
  26. package/dist/RolePanel-CV-xPlYJ.js +176 -0
  27. package/dist/RolePanel-DPCe9k8f.js +131 -0
  28. package/dist/ScrollPanel-DW30pGz1.js +88 -0
  29. package/dist/Staff-w2ly4qd0.js +22 -0
  30. package/dist/StaffInfo-DPDRpz6F.js +149 -0
  31. package/dist/StaffPanel-DI1eTTp9.js +143 -0
  32. package/dist/SysUser-BMTX1cJM.js +12 -0
  33. package/dist/SysUserPanel-xwZdVjdp.js +365 -0
  34. package/dist/SystemMenu-TXhiQZVm.js +154 -0
  35. package/dist/UserInfo-JQqw8FMT.js +194 -0
  36. package/dist/_plugin-vue_export-helper-C6QCLu9I.js +8 -0
  37. package/dist/api-BFNxcxSN.js +30 -0
  38. package/dist/authority-Bi6BGB5B.js +20 -0
  39. package/dist/await-to-js.es5-DkWYmPXW.js +10 -0
  40. package/dist/childView-Bk8OD9bV.js +181 -0
  41. package/dist/childView-CyrcwshT.js +184 -0
  42. package/dist/code-rule-QFrhqFrW.js +151 -0
  43. package/dist/contant-Q77dU_V3.js +4 -0
  44. package/dist/core.es.js +6 -23
  45. package/dist/cron-task-BpUDKEAU.js +131 -0
  46. package/dist/flow-task-DAc2NrDU.js +11 -0
  47. package/dist/frameView-Di0zJZUR.js +39 -0
  48. package/dist/img/v_img.svg +1 -1
  49. package/dist/layout-home-BVp7vYLR.js +239 -0
  50. package/dist/layoutView-DFUjrqAS.js +2662 -0
  51. package/dist/log-in-BrNB0mLz.js +117 -0
  52. package/dist/log-out-dYfqvzy6.js +111 -0
  53. package/dist/login-BdCDnuXL.js +233 -0
  54. package/dist/login-log-CJak-ANA.js +79 -0
  55. package/dist/lov-view-DkmG4K57.js +95 -0
  56. package/dist/menuInfo-kp2wNYOp.js +346 -0
  57. package/dist/mitt-CQgI7DYU.js +27 -0
  58. package/dist/pda-app-CA7YI37u.js +589 -0
  59. package/dist/redirect-N0k4tImU.js +16 -0
  60. package/dist/resource-CfQTHFcs.js +94 -0
  61. package/dist/router-CeluSGiD.js +1531 -0
  62. package/dist/su-welcome-JeiovGpe.js +799 -0
  63. package/dist/sys-config-Ddb3vBpK.js +316 -0
  64. package/dist/udp-core-Dhm-BlAs.js +2032 -0
  65. package/dist/udp-core.css +2 -1
  66. package/dist/useDataThemeChange-BCy8JBG7.js +226 -0
  67. package/dist/useNav-DY8FkltH.js +106 -0
  68. package/dist/utogether-l7JXs4Lv.js +4 -0
  69. package/dist/water-mark-WDQZ9YqB.js +119 -0
  70. package/dist/wecom-push-kWkAVRCj.js +77 -0
  71. package/package.json +1 -1
  72. package/src/api/index.ts +51 -51
  73. package/src/components/udp/index.ts +9 -8
  74. package/src/components/udp/lov/index.vue +430 -0
  75. package/src/components/udp/upload/index.vue +444 -444
  76. package/src/main.ts +110 -111
  77. package/src/plugins/vxe-table/index.ts +1 -1
  78. package/src/plugins/vxe-table/render.tsx +999 -998
  79. package/tsconfig.json +1 -1
  80. package/vite.config.ts +8 -3
  81. package/dist/403-DDCAPCYb.js +0 -65
  82. package/dist/404-BclWW4UB.js +0 -65
  83. package/dist/500-BAggMgTl.js +0 -67
  84. package/dist/AuthorityInfo-liCxYVNc.js +0 -4
  85. package/dist/AuthorityInfo.vue_vue_type_style_index_0_lang-Bd5A4CD-.js +0 -100
  86. package/dist/AuthorityPanel-CRlAwbaI.js +0 -4
  87. package/dist/AuthorityPanel.vue_vue_type_style_index_0_lang-DxhZjp1S.js +0 -114
  88. package/dist/Company-DjaOAaWM.js +0 -25
  89. package/dist/CompanyPanel-Dp_2z717.js +0 -206
  90. package/dist/DataSet-DT-rGICv.js +0 -147
  91. package/dist/Department-Bp5RGbl9.js +0 -25
  92. package/dist/DepartmentPanel-Bg4xM4Lx.js +0 -254
  93. package/dist/DesignPanel-BS2ioHd_.js +0 -4
  94. package/dist/DesignPanel.vue_vue_type_style_index_0_lang-DWwfRVCj.js +0 -1013
  95. package/dist/DictView-pYJXt6IS.js +0 -111
  96. package/dist/InvOrganization-D90gRzlN.js +0 -74
  97. package/dist/Org-Dk4KuIx2.js +0 -39
  98. package/dist/Preview-DpZR6uKs.js +0 -48
  99. package/dist/ReportDefine-PtJnfaLw.js +0 -10
  100. package/dist/ReportDesign-4HWkcTtA.js +0 -165
  101. package/dist/ReportQuery-BPY1lWFn.js +0 -75
  102. package/dist/ReportQueryFrom-CHFlkZ42.js +0 -4
  103. package/dist/ReportQueryFrom.vue_vue_type_style_index_0_lang-DbbQydKz.js +0 -178
  104. package/dist/ReportTemplate-C2F3oy8I.js +0 -161
  105. package/dist/Role-iTP6DYOi.js +0 -25
  106. package/dist/RoleAssign-DIYNHQeF.js +0 -26
  107. package/dist/RolePanel-0ojFIz9G.js +0 -4
  108. package/dist/RolePanel-B0Yr5vjo.js +0 -4
  109. package/dist/RolePanel.vue_vue_type_script_setup_true_lang-CHAj3dCD.js +0 -132
  110. package/dist/RolePanel.vue_vue_type_script_setup_true_lang-CXZBxePU.js +0 -154
  111. package/dist/ScrollPanel.vue_vue_type_style_index_0_lang-DtNzPRjS.js +0 -101
  112. package/dist/Staff-sftZ0bIV.js +0 -26
  113. package/dist/StaffInfo-BG2FMXzR.js +0 -4
  114. package/dist/StaffInfo.vue_vue_type_script_setup_true_lang-DzGn0pYY.js +0 -108
  115. package/dist/StaffPanel-BydqiitC.js +0 -4
  116. package/dist/StaffPanel.vue_vue_type_script_setup_true_lang-C42Pnb-b.js +0 -154
  117. package/dist/SysUser-qMGVHpJ_.js +0 -15
  118. package/dist/SysUserPanel-Bh1HgSAr.js +0 -4
  119. package/dist/SysUserPanel.vue_vue_type_script_setup_true_lang-BBEMYLQN.js +0 -356
  120. package/dist/SystemMenu-DUbWmLip.js +0 -156
  121. package/dist/UserInfo-DNkiTdWm.js +0 -4
  122. package/dist/UserInfo.vue_vue_type_style_index_0_lang-B1eNklEd.js +0 -160
  123. package/dist/await-to-js.es5-Bv3Eu4mi.js +0 -10
  124. package/dist/childView-CjUjh8Da.js +0 -4
  125. package/dist/childView-DT9luEEK.js +0 -4
  126. package/dist/childView.vue_vue_type_style_index_0_lang-CgqosFJQ.js +0 -183
  127. package/dist/childView.vue_vue_type_style_index_0_lang-DkXHMFPd.js +0 -143
  128. package/dist/code-rule-uOazxFfn.js +0 -148
  129. package/dist/cron-task-DEykunjo.js +0 -135
  130. package/dist/flow-task-B07st2aD.js +0 -10
  131. package/dist/frameView-FxzlbkeM.js +0 -44
  132. package/dist/index-BnxyUGKa.js +0 -7944
  133. package/dist/layout-home-C0jme8Ju.js +0 -232
  134. package/dist/layoutView-BqMAHIxF.js +0 -3239
  135. package/dist/log-in-skZaWMBY.js +0 -117
  136. package/dist/log-out-BiND7muW.js +0 -130
  137. package/dist/login-C-184YPO.js +0 -235
  138. package/dist/login-log-BEHYT0v0.js +0 -70
  139. package/dist/lov-view-Df-swRfy.js +0 -99
  140. package/dist/menuInfo-CpyjX4a4.js +0 -4
  141. package/dist/menuInfo.vue_vue_type_style_index_0_lang-D09-OKji.js +0 -363
  142. package/dist/pda-app-DP87aTBc.js +0 -710
  143. package/dist/redirect-BqegffKC.js +0 -15
  144. package/dist/resource-CAldbnw4.js +0 -97
  145. package/dist/su-welcome-DoBUqadB.js +0 -42225
  146. package/dist/sys-config-hGuE7DUf.js +0 -385
  147. package/dist/useNav-Cf_e5pBY.js +0 -92
  148. package/dist/utogether-MlnyYtNS.js +0 -4
  149. package/dist/wecom-push-DR7NsNro.js +0 -70
@@ -0,0 +1,131 @@
1
+ import { r as e } from "./api-BFNxcxSN.js";
2
+ import { t } from "./await-to-js.es5-DkWYmPXW.js";
3
+ import { Fragment as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createVNode as o, defineComponent as s, openBlock as c, ref as l, resolveComponent as u } from "vue";
4
+ import { successMessage as d, useRender as f } from "@utogether/utils";
5
+ import { VXETable as p } from "vxe-table";
6
+ //#endregion
7
+ //#region src/views/system/cron/cron-task.vue
8
+ var m = /* @__PURE__ */ s({
9
+ name: "CronTask",
10
+ setup(s) {
11
+ let m = f(), h = l(null), g = l(!1), _ = l({}), v = "/usch/v1/jobInfo", y = [{ field: "jobName" }, { field: "jobDescription" }], b = [
12
+ {
13
+ type: "checkbox",
14
+ width: 40,
15
+ align: "center"
16
+ },
17
+ {
18
+ field: "jobName",
19
+ width: 140,
20
+ required: !0,
21
+ editRender: m.renderInput()
22
+ },
23
+ {
24
+ field: "jobCron",
25
+ width: 140,
26
+ required: !0,
27
+ editRender: m.renderInput()
28
+ },
29
+ {
30
+ field: "jobHandler",
31
+ miwWidth: 200,
32
+ required: !0,
33
+ editRender: m.renderInput()
34
+ },
35
+ {
36
+ field: "jobParam",
37
+ width: 140,
38
+ editRender: m.renderInput()
39
+ },
40
+ {
41
+ field: "jobDescription",
42
+ width: 120,
43
+ editRender: m.renderInput()
44
+ },
45
+ {
46
+ field: "jobStatus",
47
+ width: 100
48
+ },
49
+ {
50
+ field: "operate",
51
+ width: 180,
52
+ fixed: "right",
53
+ slots: { default: ({ row: e }) => [o(n, null, [
54
+ e.jobStatus === "ACQUIRED" ? o(u("ut-button"), {
55
+ content: "suspendTask",
56
+ status: "warning",
57
+ icon: "ri-search-line-plus",
58
+ onTap: () => x(e)
59
+ }, null) : o(u("ut-button"), {
60
+ content: "resumeTask",
61
+ status: "success",
62
+ icon: "ri-search-line-plus",
63
+ onTap: () => S(e)
64
+ }, null),
65
+ o(u("ut-button"), {
66
+ content: "stopTask",
67
+ status: "danger",
68
+ icon: "ri-close-line",
69
+ onTap: () => C(e)
70
+ }, null),
71
+ o(u("ut-button"), {
72
+ content: "taskLog",
73
+ status: "info",
74
+ icon: "ri-file-line",
75
+ onTap: () => E(e)
76
+ }, null)
77
+ ])] }
78
+ }
79
+ ], x = (e) => {
80
+ w(v + "/pause", [e]);
81
+ }, S = (e) => {
82
+ w(v + "/resume", [e]);
83
+ }, C = (e) => {
84
+ w(v + "/terminate", [e]);
85
+ }, w = async (n, r) => {
86
+ if (await p.modal.confirm("您确定要继续吗?") === "confirm") {
87
+ let [i] = await t(e().post(n, r));
88
+ i || (d(), h.value.refreshData());
89
+ }
90
+ }, T = [
91
+ {
92
+ field: "startTime",
93
+ width: 160
94
+ },
95
+ {
96
+ field: "endTime",
97
+ width: 160
98
+ },
99
+ {
100
+ field: "jobResult",
101
+ width: 120
102
+ },
103
+ { field: "errorMessage" }
104
+ ], E = (e) => {
105
+ _.value = { jobId: e.id }, g.value = !0;
106
+ };
107
+ return (e, t) => {
108
+ let n = u("ut-grid"), s = u("ut-modal-grid");
109
+ return c(), a("div", null, [o(n, {
110
+ ref_key: "xgrid",
111
+ ref: h,
112
+ items: y,
113
+ columns: b,
114
+ url: v
115
+ }, null, 512), g.value ? (c(), r(s, {
116
+ key: 0,
117
+ ref: "xmgrid",
118
+ "default-params": _.value,
119
+ columns: T,
120
+ url: "/usch/v1/jobLog",
121
+ "show-footer": !1,
122
+ editable: !1,
123
+ width: "50%",
124
+ title: e.$t("message.title.cronLog"),
125
+ onClose: t[0] ||= (e) => g.value = !1
126
+ }, null, 8, ["default-params", "title"])) : i("", !0)]);
127
+ };
128
+ }
129
+ });
130
+ //#endregion
131
+ export { m as default };
@@ -0,0 +1,11 @@
1
+ import { createElementBlock as e, defineComponent as t, openBlock as n } from "vue";
2
+ //#endregion
3
+ //#region src/views/utask/flow-task.vue
4
+ var r = /* @__PURE__ */ t({
5
+ name: "FlowTask",
6
+ setup(t) {
7
+ return (t, r) => (n(), e("div", null, " dhasdhkasd kasdAsdasjldj打死了电话卡手机号多久啊是的 "));
8
+ }
9
+ });
10
+ //#endregion
11
+ export { r as default };
@@ -0,0 +1,39 @@
1
+ import { t as e } from "./_plugin-vue_export-helper-C6QCLu9I.js";
2
+ import { createElementBlock as t, createElementVNode as n, defineComponent as r, nextTick as i, onMounted as a, openBlock as o, ref as s, resolveDirective as c, unref as l, withDirectives as u } from "vue";
3
+ import { useRoute as d } from "vue-router";
4
+ //#region src/layout/frameView.vue?vue&type=script&setup=true&lang.ts
5
+ var f = { class: "frame" }, p = ["src"], m = /* @__PURE__ */ e(/* @__PURE__ */ r({
6
+ __name: "frameView",
7
+ setup(e) {
8
+ let r = s(!1), m = d(), h = s(""), g = s(null);
9
+ l(m.meta)?.frameSrc && (h.value = l(m.meta)?.frameSrc);
10
+ function _() {
11
+ r.value = !1;
12
+ }
13
+ function v() {
14
+ i(() => {
15
+ let e = l(g);
16
+ if (!e) return;
17
+ let t = e;
18
+ t.attachEvent ? t.attachEvent("onload", () => {
19
+ _();
20
+ }) : e.onload = () => {
21
+ _();
22
+ };
23
+ });
24
+ }
25
+ return a(() => {
26
+ r.value = !0, v();
27
+ }), (e, i) => {
28
+ let a = c("spinning");
29
+ return u((o(), t("div", f, [n("iframe", {
30
+ ref_key: "frameRef",
31
+ ref: g,
32
+ src: h.value,
33
+ class: "frame-iframe"
34
+ }, null, 8, p)])), [[a, r.value]]);
35
+ };
36
+ }
37
+ }), [["__scopeId", "data-v-c2f5c865"]]);
38
+ //#endregion
39
+ export { m as default };
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" height="15px" style="position:absolute;top:0;left:0" viewBox="0 0 2954 15"><g fill="none" fill-rule="evenodd"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><g transform="translate(592)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="80" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">80</tspan></text></g><g transform="translate(1184)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="160" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">160</tspan></text></g><g transform="translate(1776)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="240" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">240</tspan></text></g><g transform="translate(2590)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="350" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">350</tspan></text></g><g transform="translate(296)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="40" fill="#000" font-size="18" transform="rotate(180)"><tspan x="2" y="-7">40</tspan></text></g><g transform="translate(888)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="120" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">120</tspan></text></g><g transform="translate(1480)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="200" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">200</tspan></text></g><g transform="translate(2072)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="280" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">280</tspan></text></g><g transform="translate(2886)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="390" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">390</tspan></text></g><g transform="translate(148)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="20" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">20</tspan></text></g><g transform="translate(740)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="100" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">100</tspan></text></g><g transform="translate(1332)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="180" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">180</tspan></text></g><g transform="translate(1924)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="260" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">260</tspan></text></g><g transform="translate(2738)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="370" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">370</tspan></text></g><g transform="translate(444)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="60" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">60</tspan></text></g><g transform="translate(1036)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="140" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">140</tspan></text></g><g transform="translate(1628)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="220" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">220</tspan></text></g><g transform="translate(2442)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="330" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">330</tspan></text></g><g transform="translate(2220)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="300" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">300</tspan></text></g><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7" transform="translate(74)"/><text fill="#000" font-size="18" transform="rotate(180 37 0)"><tspan x="1" y="-7">10</tspan></text><g transform="translate(666)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="90" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">90</tspan></text></g><g transform="translate(1258)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="170" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">170</tspan></text></g><g transform="translate(1850)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="250" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">250</tspan></text></g><g transform="translate(2664)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="360" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">360</tspan></text></g><g transform="translate(370)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="50" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">50</tspan></text></g><g transform="translate(962)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="130" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">130</tspan></text></g><g transform="translate(1554)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="210" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">210</tspan></text></g><g transform="translate(2368)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="320" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">320</tspan></text></g><g transform="translate(2146)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="290" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">290</tspan></text></g><g transform="translate(222)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="30" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">30</tspan></text></g><g transform="translate(814)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="110" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">110</tspan></text></g><g transform="translate(1406)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="190" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">190</tspan></text></g><g transform="translate(1998)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="270" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">270</tspan></text></g><g transform="translate(2812)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="380" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">380</tspan></text></g><g transform="translate(518)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="70" fill="#000" font-size="18" transform="rotate(180)"><tspan x="2" y="-7">70</tspan></text></g><g transform="translate(1110)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="150" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">150</tspan></text></g><g transform="translate(1702)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="230" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">230</tspan></text></g><g transform="translate(2516)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="340" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">340</tspan></text></g><g transform="translate(2294)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="310" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">310</tspan></text></g></g></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" height="15px" style="position:absolute;top:0;left:0" viewBox="0 0 2954 15"><g fill="none" fill-rule="evenodd"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><g transform="translate(592)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="80" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">80</tspan></text></g><g transform="translate(1184)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="160" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">160</tspan></text></g><g transform="translate(1776)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="240" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">240</tspan></text></g><g transform="translate(2590)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="350" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">350</tspan></text></g><g transform="translate(296)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="40" fill="#000" font-size="18" transform="rotate(180)"><tspan x="2" y="-7">40</tspan></text></g><g transform="translate(888)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="120" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">120</tspan></text></g><g transform="translate(1480)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="200" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">200</tspan></text></g><g transform="translate(2072)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="280" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">280</tspan></text></g><g transform="translate(2886)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="390" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">390</tspan></text></g><g transform="translate(148)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="20" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">20</tspan></text></g><g transform="translate(740)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="100" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">100</tspan></text></g><g transform="translate(1332)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="180" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">180</tspan></text></g><g transform="translate(1924)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="260" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">260</tspan></text></g><g transform="translate(2738)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="370" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">370</tspan></text></g><g transform="translate(444)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="60" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">60</tspan></text></g><g transform="translate(1036)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="140" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">140</tspan></text></g><g transform="translate(1628)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="220" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">220</tspan></text></g><g transform="translate(2442)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="330" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">330</tspan></text></g><g transform="translate(2220)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="300" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">300</tspan></text></g><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7" transform="translate(74)"/><text fill="#000" font-size="18" transform="translate(74)scale(-1)"><tspan x="1" y="-7">10</tspan></text><g transform="translate(666)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="90" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">90</tspan></text></g><g transform="translate(1258)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="170" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">170</tspan></text></g><g transform="translate(1850)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="250" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">250</tspan></text></g><g transform="translate(2664)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="360" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">360</tspan></text></g><g transform="translate(370)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="50" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">50</tspan></text></g><g transform="translate(962)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="130" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">130</tspan></text></g><g transform="translate(1554)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="210" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">210</tspan></text></g><g transform="translate(2368)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="320" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">320</tspan></text></g><g transform="translate(2146)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="290" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">290</tspan></text></g><g transform="translate(222)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="30" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">30</tspan></text></g><g transform="translate(814)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="110" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">110</tspan></text></g><g transform="translate(1406)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="190" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">190</tspan></text></g><g transform="translate(1998)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="270" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">270</tspan></text></g><g transform="translate(2812)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="380" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">380</tspan></text></g><g transform="translate(518)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="70" fill="#000" font-size="18" transform="rotate(180)"><tspan x="2" y="-7">70</tspan></text></g><g transform="translate(1110)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="150" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">150</tspan></text></g><g transform="translate(1702)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="230" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">230</tspan></text></g><g transform="translate(2516)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="340" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">340</tspan></text></g><g transform="translate(2294)"><path stroke="#000" stroke-linecap="round" d="M.5-10 .5 15M8.5-10 8.5 7M30.5-10 30.5 7M51.5-10 51.5 7M15.5-10 15.5 7M37.5-10 37.5 7M59.5-10 59.5 7M23.5-10 23.5 7M45.5-10 45.5 7M67.5-10 67.5 7"/><text id="310" fill="#000" font-size="18" transform="rotate(180)"><tspan x="1" y="-7">310</tspan></text></g></g></svg>
@@ -0,0 +1,239 @@
1
+ import { r as e } from "./api-BFNxcxSN.js";
2
+ import { t } from "./await-to-js.es5-DkWYmPXW.js";
3
+ import { Fragment as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createVNode as o, defineComponent as s, mergeProps as c, openBlock as l, ref as u, resolveComponent as d } from "vue";
4
+ import { successMessage as f, useRender as p, warnMessage as m } from "@utogether/utils";
5
+ import { clone as h } from "xe-utils";
6
+ import { useI18n as g } from "vue-i18n";
7
+ import { VxeUI as _ } from "vxe-pc-ui";
8
+ //#region src/views/system/layout/layout-home.vue?vue&type=script&setup=true&lang.tsx
9
+ var v = "/upfm/sysHomeConfig", y = /* @__PURE__ */ s({
10
+ name: "HomeLayout",
11
+ __name: "layout-home",
12
+ setup(s) {
13
+ let y = p(), { t: b } = g(), x = u(null), S = u(null), C = u(null), w = u(!1), T = u(!1), E = u({}), D = [
14
+ {
15
+ field: "code",
16
+ title: "message.udp.componentCode"
17
+ },
18
+ {
19
+ field: "title",
20
+ title: "message.udp.componentTitle"
21
+ },
22
+ {
23
+ field: "enabled",
24
+ itemRender: y.renderDict({ code: "SU.ENABLE" })
25
+ }
26
+ ], O = [{
27
+ field: "roleName",
28
+ span: 9,
29
+ title: "message.udp.roleName"
30
+ }, {
31
+ field: "roleCode",
32
+ span: 9,
33
+ title: "message.udp.roleCode"
34
+ }], k = [
35
+ {
36
+ type: "checkbox",
37
+ width: 50,
38
+ align: "center"
39
+ },
40
+ {
41
+ field: "seqNo",
42
+ required: !0,
43
+ width: 100,
44
+ editRender: y.renderNumber({
45
+ min: 10,
46
+ step: 10
47
+ })
48
+ },
49
+ {
50
+ field: "type",
51
+ title: "message.udp.componentType",
52
+ width: 120,
53
+ editRender: y.renderSelectLocal({
54
+ options: [{
55
+ label: "系统",
56
+ value: "system"
57
+ }, {
58
+ label: "自定义",
59
+ value: "custom"
60
+ }],
61
+ defaultValue: "custom"
62
+ })
63
+ },
64
+ {
65
+ field: "code",
66
+ title: "message.udp.componentCode",
67
+ width: 120,
68
+ required: !0,
69
+ editRender: y.renderInput()
70
+ },
71
+ {
72
+ field: "title",
73
+ title: "message.udp.componentTitle",
74
+ minWidth: 150,
75
+ required: !0,
76
+ editRender: y.renderInput()
77
+ },
78
+ {
79
+ field: "span",
80
+ title: "message.udp.componentSpan",
81
+ required: !0,
82
+ width: 160,
83
+ editRender: y.renderSelectLocal({ options: [
84
+ {
85
+ label: 3,
86
+ value: 3
87
+ },
88
+ {
89
+ label: 4,
90
+ value: 4
91
+ },
92
+ {
93
+ label: 6,
94
+ value: 6
95
+ },
96
+ {
97
+ label: 8,
98
+ value: 8
99
+ },
100
+ {
101
+ label: 12,
102
+ value: 12
103
+ },
104
+ {
105
+ label: 24,
106
+ value: 24
107
+ }
108
+ ] })
109
+ },
110
+ {
111
+ field: "height",
112
+ title: "message.udp.componentHeight",
113
+ required: !0,
114
+ editRender: y.renderNumber({ min: 300 })
115
+ },
116
+ {
117
+ field: "url",
118
+ title: "message.udp.componentPath",
119
+ required: !0,
120
+ minWidth: 150,
121
+ editRender: y.renderInput()
122
+ },
123
+ {
124
+ field: "enabled",
125
+ width: 90,
126
+ formatter: ["formatDict", "SU.ENABLE"]
127
+ },
128
+ {
129
+ field: "operate",
130
+ width: 140,
131
+ fixed: "right",
132
+ slots: { default: ({ row: e }) => {
133
+ if (!e.id) return;
134
+ let t = {
135
+ conent: e.enabled === "1" ? "disabled" : "enable",
136
+ status: e.enabled === "1" ? "warning" : "success",
137
+ icon: e.enabled === "1" ? "ri-pause-circle-line" : "ri-play-circle-line"
138
+ };
139
+ return [o(n, null, [o(d("ut-button"), {
140
+ content: "role",
141
+ auth: "role",
142
+ icon: "ri-user-line",
143
+ onTap: () => j(e)
144
+ }, null), o(d("ut-button"), c({ content: t.conent }, t, { onTap: () => N(e) }), null)])];
145
+ } }
146
+ }
147
+ ], A = [
148
+ {
149
+ type: "checkbox",
150
+ width: 40
151
+ },
152
+ {
153
+ field: "roleName",
154
+ title: "message.udp.roleName"
155
+ },
156
+ {
157
+ field: "roleCode",
158
+ title: "message.udp.roleCode"
159
+ }
160
+ ], j = (e) => {
161
+ E.value = e, w.value = !0;
162
+ }, M = () => {
163
+ T.value = !0;
164
+ }, N = async (n) => {
165
+ let r = n.enabled === "1" ? "tip_disabledrecord" : "tip_enabledrecord";
166
+ if (await _.modal.confirm(b(`message.${r}`)) === "confirm") {
167
+ let r = h(n, !0);
168
+ r.enabled = r.enabled === "1" ? "0" : "1";
169
+ let [i] = await t(e().put(v, [r]));
170
+ if (i) return;
171
+ f(), x.value.refreshData();
172
+ }
173
+ }, P = () => {
174
+ S.value.getSelectRecords().length && S.value.getInstance().commitProxy("delete");
175
+ }, F = async (n) => {
176
+ if (n.length === 0) return m("message.tip.selectRole");
177
+ let r = n.map((e) => ({
178
+ configId: E.value.id,
179
+ roleId: e.id
180
+ }));
181
+ C.value.showLoading();
182
+ let [i] = await t(e().post("/upfm/sysHomeRole", r));
183
+ i || (f(), S.value.refreshData(), T.value = !1);
184
+ }, I = (e) => e.type !== "system", L = ({ row: e }) => {
185
+ let t = h(k, !0);
186
+ if (e.type === "system") {
187
+ let e = t.findIndex((e) => e.field === "type");
188
+ t[e].editRender.props.disabled = !0, e = t.findIndex((e) => e.field === "url"), t[e].editRender.props.disabled = !0;
189
+ }
190
+ x.value.getInstance().reloadColumn(t);
191
+ }, R = (e) => {
192
+ e === "add" && M(), e === "del" && P();
193
+ };
194
+ return (e, t) => {
195
+ let n = d("ut-grid"), s = d("ut-modal-grid");
196
+ return l(), a("div", null, [
197
+ o(n, {
198
+ ref_key: "xgrid",
199
+ ref: x,
200
+ items: D,
201
+ columns: k,
202
+ url: v,
203
+ "default-params": { orgId: null },
204
+ "check-method": I,
205
+ onEditActivated: L
206
+ }, null, 512),
207
+ w.value ? (l(), r(s, {
208
+ key: 0,
209
+ ref_key: "ygrid",
210
+ ref: S,
211
+ columns: A,
212
+ mode: "form",
213
+ url: "/upfm/sysHomeRole",
214
+ title: e.$t("message.title.layoutRole", { name: E.value.title }),
215
+ width: "50%",
216
+ onButtonClick: R,
217
+ onClose: t[0] ||= (e) => w.value = !1
218
+ }, null, 8, ["title"])) : i("", !0),
219
+ T.value ? (l(), r(s, {
220
+ key: 1,
221
+ ref_key: "xmodal",
222
+ ref: C,
223
+ items: O,
224
+ columns: A,
225
+ "show-footer": !0,
226
+ editable: !1,
227
+ title: e.$t("message.udp.roleList"),
228
+ url: "/uums/role",
229
+ width: "60%",
230
+ height: "75%",
231
+ onClose: t[1] ||= (e) => T.value = !1,
232
+ onConfirm: F
233
+ }, null, 8, ["title"])) : i("", !0)
234
+ ]);
235
+ };
236
+ }
237
+ });
238
+ //#endregion
239
+ export { y as default };