@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,316 @@
1
+ import { r as e, t } from "./api-BFNxcxSN.js";
2
+ import { c as n } from "./contant-Q77dU_V3.js";
3
+ import { t as r } from "./await-to-js.es5-DkWYmPXW.js";
4
+ import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, onMounted as f, openBlock as p, reactive as m, ref as h, resolveComponent as g, resolveDirective as _, toDisplayString as v, unref as y, withCtx as b, withDirectives as x } from "vue";
5
+ import { cookies as S, successMessage as C, warnMessage as w } from "@utogether/utils";
6
+ import { isArray as T } from "xe-utils";
7
+ import { useI18n as E } from "vue-i18n";
8
+ //#region src/views/system/sys/sys-config.vue?vue&type=script&setup=true&lang.ts
9
+ var D = { class: "flex flex-col items-center pt-20 bg-white u-system-config" }, O = { class: "flex w-1/2 p-3 overflow-y-auto border border-gray-300 rounded-md" }, k = { class: "flex items-center" }, A = { class: "pl-2 text-xs" }, j = { class: "pl-2" }, M = { class: "pl-2" }, N = { class: "flex items-center" }, P = { class: "pl-2 text-xs" }, F = { class: "pl-2" }, I = { class: "flex items-center" }, L = { class: "pl-2 text-xs" }, R = { class: "flex justify-end w-1/2 p-2" }, z = "/upfm/v1/sysConfig", B = /* @__PURE__ */ d({
10
+ __name: "sys-config",
11
+ setup(d) {
12
+ let B = h(), V = h(!1), H = m({
13
+ defaultLanguage: "zh",
14
+ title: "U-DP",
15
+ ispTitle: "U-DP",
16
+ baseColor: "#FFF",
17
+ i18nEnabled: "N",
18
+ orgTaggle: "Y",
19
+ showTitle: "Y",
20
+ initialPasswordModification: "N",
21
+ techSupport: "Y",
22
+ copyright: "深圳友聚信息技术有限公司",
23
+ logo: [],
24
+ backgroundImg: [],
25
+ favicon: []
26
+ }), U = e(), { t: W } = E(), G = h(t()), K = [], q = /* @__PURE__ */ "#DC143C.#FF1493.#FF00FF.#9932CC.#6A5ACD.#0000FF.#00008B.#778899.#1E90FF.#00BFFF.#5F9EA0.#00FFFF.#008080.#7FFFAA.#3CB371.#8FBC8F.#008000.#7CFC00.#556B2F.#FFFFE0.#FFFF00.#808000.#EEE8AA.#FFD700.#FFA500.#FF4500.#FA8072.#FF0000.#800000.#C0C0C0".split("."), J = m({
27
+ defaultLanguage: [{
28
+ required: !0,
29
+ message: W("message.required") + W("message.udp.defaultLanguage"),
30
+ trigger: "blur"
31
+ }],
32
+ title: [{
33
+ required: !0,
34
+ message: W("message.required") + W("message.udp.systemTitle"),
35
+ trigger: "blur"
36
+ }]
37
+ }), Y = i(() => {
38
+ let e = S.get(n);
39
+ return { Authorization: "Bearer " + JSON.parse(e).accessToken };
40
+ }), X = (e) => {
41
+ Object.keys(H).forEach((e) => {
42
+ let t = {
43
+ configCode: e,
44
+ configValue: H[e],
45
+ configCategory: "system",
46
+ fileName: ""
47
+ };
48
+ T(H[e]) && (t.configValue = Z(H[e][0]).url, t.fileName = Z(H[e][0]).name);
49
+ let n = K.findIndex((t) => t.configCode === e);
50
+ n === -1 ? K.push(t) : K[n] = Object.assign(K[n], t);
51
+ }), e?.validate(async (e) => {
52
+ if (e) {
53
+ V.value = !0;
54
+ let e = K.filter((e) => !e.id), t = K.filter((e) => e.id), n = [];
55
+ e.length ? n.push(U.post(z, e)) : n.push(U.put(z, t));
56
+ let [i] = await r(Promise.all(n));
57
+ i || (C(), $()), V.value = !1;
58
+ }
59
+ });
60
+ }, Z = (e) => e?.response ? {
61
+ url: e.response.data,
62
+ name: e.name
63
+ } : {
64
+ url: e?.realpath || e?.url,
65
+ name: e?.name
66
+ }, Q = (e) => {
67
+ if (e) return w(W("message.tip.singleImg"));
68
+ }, $ = () => {
69
+ Object.keys(H).forEach((e) => {
70
+ let t = K.find((t) => t.configCode === e);
71
+ if (t && (H[t.configCode] = t.configValue || H[t.configCode], t.fileName)) {
72
+ let { configValue: e, fileName: n } = t;
73
+ H[t.configCode] = [{
74
+ url: G.value + "/ufil" + e,
75
+ realpath: e,
76
+ name: n
77
+ }];
78
+ }
79
+ });
80
+ }, ee = async () => {
81
+ let [e, t] = await r(U.get(z, {}));
82
+ e || (K = t.list), $();
83
+ };
84
+ return f(() => {
85
+ ee();
86
+ }), (e, t) => {
87
+ let n = g("el-input"), r = g("el-form-item"), i = g("el-option"), d = g("el-select"), f = g("el-switch"), m = g("vxe-color-picker"), h = g("el-button"), C = g("el-upload"), w = g("el-form"), T = _("spinning");
88
+ return x((p(), s("div", D, [c("div", O, [u(w, {
89
+ ref_key: "xfrom",
90
+ ref: B,
91
+ model: H,
92
+ rules: J,
93
+ "label-width": "90",
94
+ size: "small",
95
+ "status-icon": "",
96
+ class: "w-full"
97
+ }, {
98
+ default: b(() => [
99
+ u(r, {
100
+ label: e.$t("message.udp.systemTitle"),
101
+ prop: "title"
102
+ }, {
103
+ default: b(() => [u(n, {
104
+ modelValue: H.title,
105
+ "onUpdate:modelValue": t[0] ||= (e) => H.title = e
106
+ }, null, 8, ["modelValue"])]),
107
+ _: 1
108
+ }, 8, ["label"]),
109
+ u(r, {
110
+ label: e.$t("message.udp.copyright"),
111
+ prop: "copyright"
112
+ }, {
113
+ default: b(() => [u(n, {
114
+ modelValue: H.copyright,
115
+ "onUpdate:modelValue": t[1] ||= (e) => H.copyright = e
116
+ }, null, 8, ["modelValue"])]),
117
+ _: 1
118
+ }, 8, ["label"]),
119
+ u(r, {
120
+ label: e.$t("message.udp.defaultLanguage"),
121
+ prop: "defaultLanguage"
122
+ }, {
123
+ default: b(() => [u(d, {
124
+ modelValue: H.defaultLanguage,
125
+ "onUpdate:modelValue": t[2] ||= (e) => H.defaultLanguage = e,
126
+ placeholder: "please select"
127
+ }, {
128
+ default: b(() => [u(i, {
129
+ label: "中文",
130
+ value: "zh"
131
+ }), u(i, {
132
+ label: "英文",
133
+ value: "en"
134
+ })]),
135
+ _: 1
136
+ }, 8, ["modelValue"])]),
137
+ _: 1
138
+ }, 8, ["label"]),
139
+ u(r, {
140
+ label: e.$t("message.udp.i18nEnabled"),
141
+ prop: "i18nEnabled"
142
+ }, {
143
+ default: b(() => [u(f, {
144
+ modelValue: H.i18nEnabled,
145
+ "onUpdate:modelValue": t[3] ||= (e) => H.i18nEnabled = e,
146
+ "active-value": "Y",
147
+ "inactive-value": "N"
148
+ }, null, 8, ["modelValue"])]),
149
+ _: 1
150
+ }, 8, ["label"]),
151
+ u(r, {
152
+ label: e.$t("message.udp.orgTaggle"),
153
+ prop: "orgTaggle"
154
+ }, {
155
+ default: b(() => [u(f, {
156
+ modelValue: H.orgTaggle,
157
+ "onUpdate:modelValue": t[4] ||= (e) => H.orgTaggle = e,
158
+ "active-value": "Y",
159
+ "inactive-value": "N"
160
+ }, null, 8, ["modelValue"])]),
161
+ _: 1
162
+ }, 8, ["label"]),
163
+ u(r, {
164
+ label: e.$t("message.udp.showTitle"),
165
+ prop: "showTitle"
166
+ }, {
167
+ default: b(() => [u(f, {
168
+ modelValue: H.showTitle,
169
+ "onUpdate:modelValue": t[5] ||= (e) => H.showTitle = e,
170
+ "active-value": "Y",
171
+ "inactive-value": "N"
172
+ }, null, 8, ["modelValue"])]),
173
+ _: 1
174
+ }, 8, ["label"]),
175
+ u(r, {
176
+ label: e.$t("message.udp.initialPasswordModification"),
177
+ prop: "initialPasswordModification"
178
+ }, {
179
+ default: b(() => [u(f, {
180
+ modelValue: H.initialPasswordModification,
181
+ "onUpdate:modelValue": t[6] ||= (e) => H.initialPasswordModification = e,
182
+ "active-value": "Y",
183
+ "inactive-value": "N"
184
+ }, null, 8, ["modelValue"])]),
185
+ _: 1
186
+ }, 8, ["label"]),
187
+ [
188
+ "liwei",
189
+ "yanhuaijun",
190
+ "phr",
191
+ "zhonglijun",
192
+ "ccl"
193
+ ].includes(y(S).get(y("loginer"))) ? (p(), a(r, {
194
+ key: 0,
195
+ label: e.$t("message.udp.techSupport"),
196
+ prop: "techSupport"
197
+ }, {
198
+ default: b(() => [u(f, {
199
+ modelValue: H.techSupport,
200
+ "onUpdate:modelValue": t[7] ||= (e) => H.techSupport = e,
201
+ "active-value": "Y",
202
+ "inactive-value": "N"
203
+ }, null, 8, ["modelValue"])]),
204
+ _: 1
205
+ }, 8, ["label"])) : o("", !0),
206
+ [
207
+ "liwei",
208
+ "yanhuaijun",
209
+ "phr",
210
+ "zhonglijun",
211
+ "ccl"
212
+ ].includes(y(S).get(y("loginer"))) ? (p(), a(r, {
213
+ key: 1,
214
+ label: e.$t("message.udp.baseColor"),
215
+ prop: "baseColor"
216
+ }, {
217
+ default: b(() => [u(m, {
218
+ modelValue: H.baseColor,
219
+ "onUpdate:modelValue": t[8] ||= (e) => H.baseColor = e,
220
+ colors: q,
221
+ type: "hex",
222
+ clearable: "",
223
+ transfer: ""
224
+ }, null, 8, ["modelValue"])]),
225
+ _: 1
226
+ }, 8, ["label"])) : o("", !0),
227
+ u(r, { label: e.$t("message.udp.systemLogo") }, {
228
+ default: b(() => [u(C, {
229
+ "file-list": H.logo,
230
+ "onUpdate:fileList": t[9] ||= (e) => H.logo = e,
231
+ class: "u-upload",
232
+ action: G.value + "/ufil/file/uploadMultipart",
233
+ headers: Y.value,
234
+ "on-exceed": Q,
235
+ accept: ".png,.jpg,.jpeg,.PNG,.JPEG,.jPG",
236
+ "list-type": "picture",
237
+ limit: 1
238
+ }, {
239
+ default: b(() => [c("div", k, [u(h, { type: "primary" }, {
240
+ default: b(() => [l(v(e.$t("message.btn.upload")), 1)]),
241
+ _: 1
242
+ }), c("div", A, [
243
+ c("span", null, v(e.$t("message.tip.uploadFormat", { type: ": *.png,*.jpg;" })), 1),
244
+ c("span", j, v(e.$t("message.tip.imageSize", { size: ": 600 * 200" })), 1),
245
+ c("span", M, v(e.$t("message.tip.imageCapacity", { capacity: ": <50kb" })), 1)
246
+ ])])]),
247
+ _: 1
248
+ }, 8, [
249
+ "file-list",
250
+ "action",
251
+ "headers"
252
+ ])]),
253
+ _: 1
254
+ }, 8, ["label"]),
255
+ u(r, { label: e.$t("message.udp.homeBackimg") }, {
256
+ default: b(() => [u(C, {
257
+ "file-list": H.backgroundImg,
258
+ "onUpdate:fileList": t[10] ||= (e) => H.backgroundImg = e,
259
+ class: "u-upload",
260
+ action: G.value + "/ufil/file/uploadMultipart",
261
+ headers: Y.value,
262
+ "on-exceed": Q,
263
+ accept: ".png,.jpg,.jpeg,.PNG,.JPEG,.jPG",
264
+ "list-type": "picture",
265
+ limit: 1
266
+ }, {
267
+ default: b(() => [c("div", N, [u(h, { type: "primary" }, {
268
+ default: b(() => [l(v(e.$t("message.btn.upload")), 1)]),
269
+ _: 1
270
+ }), c("div", P, [c("span", null, v(e.$t("message.tip.uploadFormat", { type: ": *.png,*.jpg;" })), 1), c("span", F, v(e.$t("message.tip.imageSize", { size: ": 4096 * 2048" })), 1)])])]),
271
+ _: 1
272
+ }, 8, [
273
+ "file-list",
274
+ "action",
275
+ "headers"
276
+ ])]),
277
+ _: 1
278
+ }, 8, ["label"]),
279
+ u(r, { label: e.$t("message.udp.systemFavicon") }, {
280
+ default: b(() => [u(C, {
281
+ "file-list": H.favicon,
282
+ "onUpdate:fileList": t[11] ||= (e) => H.favicon = e,
283
+ class: "u-upload",
284
+ action: G.value + "/ufil/file/uploadMultipart",
285
+ headers: Y.value,
286
+ "on-exceed": Q,
287
+ accept: ".ico",
288
+ "list-type": "picture",
289
+ limit: 1
290
+ }, {
291
+ default: b(() => [c("div", I, [u(h, { type: "primary" }, {
292
+ default: b(() => [l(v(e.$t("message.btn.upload")), 1)]),
293
+ _: 1
294
+ }), c("div", L, v(e.$t("message.tip.uploadFormat", { type: ": *.ico,.png*.jpg;" })), 1)])]),
295
+ _: 1
296
+ }, 8, [
297
+ "file-list",
298
+ "action",
299
+ "headers"
300
+ ])]),
301
+ _: 1
302
+ }, 8, ["label"])
303
+ ]),
304
+ _: 1
305
+ }, 8, ["model", "rules"])]), c("div", R, [u(h, {
306
+ type: "primary",
307
+ onClick: t[12] ||= (e) => X(B.value)
308
+ }, {
309
+ default: b(() => [l(v(e.$t("message.btn.confirm")), 1)]),
310
+ _: 1
311
+ })])])), [[T, V.value]]);
312
+ };
313
+ }
314
+ });
315
+ //#endregion
316
+ export { B as default };