hs-admin-ui 16.9.8 → 17.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.
- package/dist/bcVisual-LC2hVSpm.js +20299 -0
- package/dist/element-plus-H0jphMe7.js +38853 -0
- package/dist/element-plus-ui.mjs +15 -13
- package/dist/h5.mjs +95 -92
- package/dist/index-D0d31kpo.js +1279 -0
- package/dist/index.mjs +354 -15446
- package/dist/lodash-0gYcuKsH.js +5045 -0
- package/dist/style.css +1 -1
- package/dist/vendor-CVOmLJNx.js +39451 -0
- package/dist/vxe-table-Bwt7inBg.js +40359 -0
- package/dist/vxe-table-ui.mjs +16 -13
- package/package.json +1 -1
- package/dist/bcIcon-BCR5YVyC.js +0 -4
- package/dist/bcIcon.vue_vue_type_script_setup_true_name_bcIcon_lang-DoEyyD3x.js +0 -53
- package/dist/bcVisual.vue_vue_type_style_index_0_scoped_cae31cec_lang-DFC4NjpT.js +0 -80410
- package/dist/components-DdWlil6b.js +0 -14236
- package/dist/index-CHoJcSF5.js +0 -1012
- package/dist/index-CPH-SdKi.js +0 -31612
- package/dist/index-NviYFIK5.js +0 -3095
package/dist/element-plus-ui.mjs
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import "./index-
|
|
4
|
-
import {
|
|
1
|
+
import { _ as a } from "./lodash-0gYcuKsH.js";
|
|
2
|
+
import { h as m } from "./element-plus-H0jphMe7.js";
|
|
3
|
+
import { i as u } from "./index-D0d31kpo.js";
|
|
4
|
+
import { N as l, I as E, C as f, a as t } from "./bcVisual-LC2hVSpm.js";
|
|
5
|
+
import { H as R, e as s, f as A, h as C, m as I } from "./bcVisual-LC2hVSpm.js";
|
|
6
|
+
import "./vendor-CVOmLJNx.js";
|
|
5
7
|
import "vue";
|
|
6
|
-
import
|
|
7
|
-
function
|
|
8
|
-
|
|
8
|
+
import "./vxe-table-Bwt7inBg.js";
|
|
9
|
+
function h(r, e) {
|
|
10
|
+
l.value = e == null ? void 0 : e.NEXT_NAME, E.value = e == null ? void 0 : e.IS_DEV, f.value = e == null ? void 0 : e.currentRoute, t.value = e == null ? void 0 : e.currentRouter, a.has(r, "_context.directives.loading") || r.directive("loading", m.directive), r.use(u);
|
|
9
11
|
}
|
|
10
12
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
R as ElMessage,
|
|
14
|
+
s as ElMessageBox,
|
|
15
|
+
A as ElNotification,
|
|
16
|
+
C as Utils,
|
|
17
|
+
I as mathTool,
|
|
18
|
+
h as useHsAdminUi
|
|
17
19
|
};
|
package/dist/h5.mjs
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { defineComponent as B, shallowRef as
|
|
3
|
-
import {
|
|
1
|
+
import { aV as z, x as O, a4 as G, aY as W, as as X, a1 as Z, a2 as f, g as v, ao as J, am as K, a as Q, E as N, h as ee } from "./element-plus-H0jphMe7.js";
|
|
2
|
+
import { defineComponent as B, shallowRef as ae, reactive as M, computed as F, watch as te, resolveComponent as le, resolveDirective as oe, withDirectives as ne, createElementBlock as T, openBlock as V, createElementVNode as p, createBlock as A, createCommentVNode as re, createVNode as o, unref as e, withCtx as d, createTextVNode as L, ref as x, onMounted as se, onUnmounted as de, toDisplayString as P, Fragment as ie, renderList as ue } from "vue";
|
|
3
|
+
import { _ as H } from "./lodash-0gYcuKsH.js";
|
|
4
|
+
import { Z as pe, _ as Y, $ as R, a0 as ce } from "./bcVisual-LC2hVSpm.js";
|
|
5
|
+
import "./vendor-CVOmLJNx.js";
|
|
6
|
+
import "./vxe-table-Bwt7inBg.js";
|
|
4
7
|
const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" }, fe = /* @__PURE__ */ B({
|
|
5
8
|
__name: "Upload",
|
|
6
9
|
props: {
|
|
@@ -22,16 +25,16 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
22
25
|
}
|
|
23
26
|
},
|
|
24
27
|
emits: ["success"],
|
|
25
|
-
setup(c, { emit:
|
|
26
|
-
const m = c,
|
|
28
|
+
setup(c, { emit: b }) {
|
|
29
|
+
const m = c, S = b, I = ae(), n = M({
|
|
27
30
|
loading: !1,
|
|
28
31
|
preview: !1,
|
|
29
32
|
index: 0,
|
|
30
33
|
headers: m.headers,
|
|
31
34
|
fileList: []
|
|
32
|
-
}), g = F(() =>
|
|
33
|
-
|
|
34
|
-
() =>
|
|
35
|
+
}), g = F(() => n.fileList.map((u) => u.url));
|
|
36
|
+
te(
|
|
37
|
+
() => n.fileList.length,
|
|
35
38
|
(u) => {
|
|
36
39
|
setTimeout(() => {
|
|
37
40
|
const s = document.querySelector(".upload-wrapper .el-upload--picture-card");
|
|
@@ -44,42 +47,42 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
44
47
|
);
|
|
45
48
|
async function w() {
|
|
46
49
|
if (H.isEmpty(m.headers))
|
|
47
|
-
return
|
|
50
|
+
return pe({
|
|
48
51
|
url: `${window.location.origin}/${m.proxy}/pub_token/mobile_attach_push`
|
|
49
52
|
}).then((u) => {
|
|
50
|
-
|
|
53
|
+
n.headers = {
|
|
51
54
|
Authorization: `Bearer ${u == null ? void 0 : u.access_token}`
|
|
52
55
|
};
|
|
53
56
|
});
|
|
54
57
|
}
|
|
55
58
|
function t(u) {
|
|
56
|
-
|
|
59
|
+
n.index = n.fileList.findIndex((s) => s.url === u.url), n.preview = !0;
|
|
57
60
|
}
|
|
58
61
|
async function i() {
|
|
59
|
-
|
|
62
|
+
n.loading = !0, I.value.submit();
|
|
60
63
|
}
|
|
61
|
-
function
|
|
62
|
-
|
|
64
|
+
function $(u, s, C) {
|
|
65
|
+
n.loading = !1, S("success", { result: u, file: s, files: C });
|
|
63
66
|
}
|
|
64
67
|
return (u, s) => {
|
|
65
|
-
const C =
|
|
66
|
-
return
|
|
68
|
+
const C = le("el-image-viewer"), D = oe("loading");
|
|
69
|
+
return ne((V(), T("div", me, [
|
|
67
70
|
p("div", ge, [
|
|
68
|
-
|
|
71
|
+
o(e(z), {
|
|
69
72
|
ref_key: "uploadRef",
|
|
70
73
|
ref: I,
|
|
71
|
-
"file-list":
|
|
72
|
-
"onUpdate:fileList": s[0] || (s[0] = (E) =>
|
|
74
|
+
"file-list": n.fileList,
|
|
75
|
+
"onUpdate:fileList": s[0] || (s[0] = (E) => n.fileList = E),
|
|
73
76
|
"list-type": "picture-card",
|
|
74
77
|
accept: "image/*",
|
|
75
78
|
name: "file",
|
|
76
79
|
action: c.action,
|
|
77
|
-
headers:
|
|
80
|
+
headers: n.headers,
|
|
78
81
|
limit: c.limit,
|
|
79
82
|
"auto-upload": !1,
|
|
80
83
|
"on-preview": t,
|
|
81
84
|
"before-upload": w,
|
|
82
|
-
"on-success":
|
|
85
|
+
"on-success": $
|
|
83
86
|
}, {
|
|
84
87
|
default: d(() => [...s[2] || (s[2] = [
|
|
85
88
|
p("svg", {
|
|
@@ -109,29 +112,29 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
109
112
|
_: 1
|
|
110
113
|
}, 8, ["file-list", "action", "headers", "limit"])
|
|
111
114
|
]),
|
|
112
|
-
|
|
115
|
+
n.preview ? (V(), A(C, {
|
|
113
116
|
key: 0,
|
|
114
117
|
"url-list": g.value,
|
|
115
118
|
"show-progress": "",
|
|
116
|
-
"initial-index":
|
|
117
|
-
onClose: s[1] || (s[1] = (E) =>
|
|
118
|
-
}, null, 8, ["url-list", "initial-index"])) :
|
|
119
|
-
|
|
119
|
+
"initial-index": n.index,
|
|
120
|
+
onClose: s[1] || (s[1] = (E) => n.preview = !1)
|
|
121
|
+
}, null, 8, ["url-list", "initial-index"])) : re("", !0),
|
|
122
|
+
o(e(O), {
|
|
120
123
|
size: "large",
|
|
121
124
|
type: "primary",
|
|
122
125
|
onClick: i
|
|
123
126
|
}, {
|
|
124
127
|
default: d(() => [...s[3] || (s[3] = [
|
|
125
|
-
|
|
128
|
+
L("上传", -1)
|
|
126
129
|
])]),
|
|
127
130
|
_: 1
|
|
128
131
|
})
|
|
129
132
|
])), [
|
|
130
|
-
[
|
|
133
|
+
[D, n.loading]
|
|
131
134
|
]);
|
|
132
135
|
};
|
|
133
136
|
}
|
|
134
|
-
}), he = /* @__PURE__ */
|
|
137
|
+
}), he = /* @__PURE__ */ Y(fe, [["__scopeId", "data-v-e6f86e2e"]]), ve = [
|
|
135
138
|
{ label: "男", value: "男" },
|
|
136
139
|
{ label: "女", value: "女" }
|
|
137
140
|
], h = {
|
|
@@ -195,7 +198,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
195
198
|
idCard: [h.idCardPattern],
|
|
196
199
|
age: [h.agePattern],
|
|
197
200
|
captcha: [h.captcha, h.captchaLength]
|
|
198
|
-
},
|
|
201
|
+
}, _e = { class: "member-register-page" }, be = { class: "page-header" }, we = { class: "page-subtitle" }, Ce = { class: "form-container" }, xe = { class: "form-content" }, Ve = { class: "sms-code-wrapper" }, Ie = { class: "submit-area" }, Ee = /* @__PURE__ */ B({
|
|
199
202
|
__name: "MemberRegister",
|
|
200
203
|
props: {
|
|
201
204
|
proxy: {
|
|
@@ -204,7 +207,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
204
207
|
}
|
|
205
208
|
},
|
|
206
209
|
setup(c) {
|
|
207
|
-
const { countdownText:
|
|
210
|
+
const { countdownText: b, isCountingDown: m, stopCountdown: S, sendSmsCode: I } = D(), n = x(), g = x(!1), w = c, t = M({
|
|
208
211
|
name: "",
|
|
209
212
|
gender: "男",
|
|
210
213
|
phone: "",
|
|
@@ -219,15 +222,15 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
219
222
|
companyName: "",
|
|
220
223
|
defaultMemberType: "",
|
|
221
224
|
discount: 0
|
|
222
|
-
}),
|
|
223
|
-
if (!
|
|
225
|
+
}), $ = async () => {
|
|
226
|
+
if (!n.value) return !1;
|
|
224
227
|
try {
|
|
225
|
-
return await
|
|
228
|
+
return await n.value.validate();
|
|
226
229
|
} catch {
|
|
227
230
|
return !1;
|
|
228
231
|
}
|
|
229
232
|
}, u = async () => {
|
|
230
|
-
if (!await
|
|
233
|
+
if (!await $()) return;
|
|
231
234
|
g.value = !0;
|
|
232
235
|
const a = {
|
|
233
236
|
vip_name: t.name,
|
|
@@ -244,7 +247,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
244
247
|
discount: i.discount
|
|
245
248
|
};
|
|
246
249
|
try {
|
|
247
|
-
await
|
|
250
|
+
await R.post(`${w.proxy}/pub/add_vip_info`, a), Q.alert("注册成功!", "提示", {
|
|
248
251
|
closeOnClickModal: !1,
|
|
249
252
|
// 禁止点击遮罩关闭
|
|
250
253
|
closeOnPressEscape: !1,
|
|
@@ -260,41 +263,41 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
260
263
|
}
|
|
261
264
|
}, s = async () => {
|
|
262
265
|
try {
|
|
263
|
-
return (await
|
|
266
|
+
return (await R.get(`${w.proxy}/pub/get_list_vip_price_set?top_company_id=${i.topCompanyId}`)).data;
|
|
264
267
|
} catch {
|
|
265
|
-
|
|
268
|
+
N.error("获取默认会员等级失败");
|
|
266
269
|
}
|
|
267
270
|
}, C = async () => {
|
|
268
|
-
const r =
|
|
271
|
+
const r = ce();
|
|
269
272
|
i.topCompanyId = r.top_company_id || "", i.companyId = r.company_id || "", i.companyName = r.company_name || "";
|
|
270
273
|
const a = await s();
|
|
271
274
|
i.defaultMemberType = (a == null ? void 0 : a.id) || "", i.discount = (a == null ? void 0 : a.discount) || 0;
|
|
272
275
|
};
|
|
273
|
-
function
|
|
274
|
-
const r = x(0), a = x(null), l = 60,
|
|
275
|
-
r.value = l,
|
|
276
|
+
function D() {
|
|
277
|
+
const r = x(0), a = x(null), l = 60, _ = x(!1), U = F(() => r.value > 0 ? `${r.value}秒后重新发送` : "获取验证码"), j = () => {
|
|
278
|
+
r.value = l, _.value = !0, a.value = setInterval(() => {
|
|
276
279
|
r.value--, r.value <= 0 && q();
|
|
277
280
|
}, 1e3);
|
|
278
281
|
}, q = () => {
|
|
279
|
-
a.value && (clearInterval(a.value), a.value = null), r.value = 0,
|
|
282
|
+
a.value && (clearInterval(a.value), a.value = null), r.value = 0, _.value = !1;
|
|
280
283
|
};
|
|
281
284
|
return {
|
|
282
|
-
countdownText:
|
|
283
|
-
isCountingDown:
|
|
285
|
+
countdownText: U,
|
|
286
|
+
isCountingDown: _,
|
|
284
287
|
stopCountdown: q,
|
|
285
288
|
sendSmsCode: async () => {
|
|
286
|
-
if (
|
|
287
|
-
if (!await
|
|
288
|
-
|
|
289
|
+
if (_.value || !n.value) return;
|
|
290
|
+
if (!await n.value.validateField("phone")) {
|
|
291
|
+
N.warning("请先输入正确的手机号");
|
|
289
292
|
return;
|
|
290
293
|
}
|
|
291
294
|
g.value = !0;
|
|
292
295
|
try {
|
|
293
|
-
await
|
|
296
|
+
await R.post(`${w.proxy}/pub/send_sms_vip_valid_code`, {
|
|
294
297
|
telephone: t.phone,
|
|
295
298
|
top_company_id: i.topCompanyId,
|
|
296
299
|
company_id: i.companyId
|
|
297
|
-
}),
|
|
300
|
+
}), N.success("验证码发送成功"), j();
|
|
298
301
|
} catch {
|
|
299
302
|
} finally {
|
|
300
303
|
g.value = !1;
|
|
@@ -304,34 +307,34 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
304
307
|
}
|
|
305
308
|
function E() {
|
|
306
309
|
if (t.idCard.length === 18) {
|
|
307
|
-
const r = t.idCard.substring(6, 14), a = parseInt(r.substring(0, 4)), l = parseInt(r.substring(4, 6)),
|
|
308
|
-
t.age =
|
|
310
|
+
const r = t.idCard.substring(6, 14), a = parseInt(r.substring(0, 4)), l = parseInt(r.substring(4, 6)), _ = parseInt(r.substring(6, 8)), U = (/* @__PURE__ */ new Date()).getFullYear() - a - ((/* @__PURE__ */ new Date()).getMonth() + 1 < l || (/* @__PURE__ */ new Date()).getMonth() + 1 === l && (/* @__PURE__ */ new Date()).getDate() < _ ? 1 : 0);
|
|
311
|
+
t.age = U.toString(), t.gender = Number(t.idCard.charAt(16)) % 2 === 0 ? "女" : "男";
|
|
309
312
|
}
|
|
310
313
|
}
|
|
311
|
-
return
|
|
314
|
+
return se(() => {
|
|
312
315
|
C();
|
|
313
|
-
}),
|
|
314
|
-
|
|
315
|
-
}), (r, a) => (V(),
|
|
316
|
-
p("header",
|
|
316
|
+
}), de(() => {
|
|
317
|
+
S();
|
|
318
|
+
}), (r, a) => (V(), T("div", _e, [
|
|
319
|
+
p("header", be, [
|
|
317
320
|
a[8] || (a[8] = p("h1", { class: "page-title" }, "会员信息登记", -1)),
|
|
318
321
|
p("p", we, [
|
|
319
|
-
|
|
322
|
+
o(e(G), null, {
|
|
320
323
|
default: d(() => [
|
|
321
|
-
|
|
324
|
+
o(e(W))
|
|
322
325
|
]),
|
|
323
326
|
_: 1
|
|
324
327
|
}),
|
|
325
|
-
p("span", null,
|
|
328
|
+
p("span", null, P(i.companyName), 1)
|
|
326
329
|
])
|
|
327
330
|
]),
|
|
328
331
|
p("main", Ce, [
|
|
329
|
-
|
|
332
|
+
o(e(X), { class: "form-scroll" }, {
|
|
330
333
|
default: d(() => [
|
|
331
334
|
p("div", xe, [
|
|
332
|
-
|
|
335
|
+
o(e(Z), {
|
|
333
336
|
ref_key: "formRef",
|
|
334
|
-
ref:
|
|
337
|
+
ref: n,
|
|
335
338
|
model: t,
|
|
336
339
|
rules: e(ye),
|
|
337
340
|
"label-position": "left",
|
|
@@ -339,12 +342,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
339
342
|
class: "member-form"
|
|
340
343
|
}, {
|
|
341
344
|
default: d(() => [
|
|
342
|
-
|
|
345
|
+
o(e(f), {
|
|
343
346
|
label: "姓名",
|
|
344
347
|
prop: "name"
|
|
345
348
|
}, {
|
|
346
349
|
default: d(() => [
|
|
347
|
-
|
|
350
|
+
o(e(v), {
|
|
348
351
|
modelValue: t.name,
|
|
349
352
|
"onUpdate:modelValue": a[0] || (a[0] = (l) => t.name = l),
|
|
350
353
|
placeholder: e(y).name,
|
|
@@ -353,12 +356,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
353
356
|
]),
|
|
354
357
|
_: 1
|
|
355
358
|
}),
|
|
356
|
-
|
|
359
|
+
o(e(f), {
|
|
357
360
|
label: "手机号",
|
|
358
361
|
prop: "phone"
|
|
359
362
|
}, {
|
|
360
363
|
default: d(() => [
|
|
361
|
-
|
|
364
|
+
o(e(v), {
|
|
362
365
|
modelValue: t.phone,
|
|
363
366
|
"onUpdate:modelValue": a[1] || (a[1] = (l) => t.phone = l),
|
|
364
367
|
type: "tel",
|
|
@@ -369,12 +372,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
369
372
|
]),
|
|
370
373
|
_: 1
|
|
371
374
|
}),
|
|
372
|
-
|
|
375
|
+
o(e(f), {
|
|
373
376
|
label: "身份证号",
|
|
374
377
|
prop: "idCard"
|
|
375
378
|
}, {
|
|
376
379
|
default: d(() => [
|
|
377
|
-
|
|
380
|
+
o(e(v), {
|
|
378
381
|
modelValue: t.idCard,
|
|
379
382
|
"onUpdate:modelValue": a[2] || (a[2] = (l) => t.idCard = l),
|
|
380
383
|
onInput: E,
|
|
@@ -385,24 +388,24 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
385
388
|
]),
|
|
386
389
|
_: 1
|
|
387
390
|
}),
|
|
388
|
-
|
|
391
|
+
o(e(f), {
|
|
389
392
|
label: "性别",
|
|
390
393
|
prop: "gender"
|
|
391
394
|
}, {
|
|
392
395
|
default: d(() => [
|
|
393
|
-
|
|
396
|
+
o(e(J), {
|
|
394
397
|
modelValue: t.gender,
|
|
395
398
|
"onUpdate:modelValue": a[3] || (a[3] = (l) => t.gender = l),
|
|
396
399
|
class: "gender-radio-group"
|
|
397
400
|
}, {
|
|
398
401
|
default: d(() => [
|
|
399
|
-
(V(!0),
|
|
402
|
+
(V(!0), T(ie, null, ue(e(ve), (l) => (V(), A(e(K), {
|
|
400
403
|
key: l.value,
|
|
401
404
|
value: l.value,
|
|
402
405
|
border: ""
|
|
403
406
|
}, {
|
|
404
407
|
default: d(() => [
|
|
405
|
-
|
|
408
|
+
L(P(l.label), 1)
|
|
406
409
|
]),
|
|
407
410
|
_: 2
|
|
408
411
|
}, 1032, ["value"]))), 128))
|
|
@@ -412,12 +415,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
412
415
|
]),
|
|
413
416
|
_: 1
|
|
414
417
|
}),
|
|
415
|
-
|
|
418
|
+
o(e(f), {
|
|
416
419
|
label: "年龄",
|
|
417
420
|
prop: "age"
|
|
418
421
|
}, {
|
|
419
422
|
default: d(() => [
|
|
420
|
-
|
|
423
|
+
o(e(v), {
|
|
421
424
|
type: "number",
|
|
422
425
|
modelValue: t.age,
|
|
423
426
|
"onUpdate:modelValue": a[4] || (a[4] = (l) => t.age = l),
|
|
@@ -428,12 +431,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
428
431
|
]),
|
|
429
432
|
_: 1
|
|
430
433
|
}),
|
|
431
|
-
|
|
434
|
+
o(e(f), {
|
|
432
435
|
label: "地址",
|
|
433
436
|
prop: "address"
|
|
434
437
|
}, {
|
|
435
438
|
default: d(() => [
|
|
436
|
-
|
|
439
|
+
o(e(v), {
|
|
437
440
|
modelValue: t.address,
|
|
438
441
|
"onUpdate:modelValue": a[5] || (a[5] = (l) => t.address = l),
|
|
439
442
|
placeholder: e(y).address,
|
|
@@ -442,12 +445,12 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
442
445
|
]),
|
|
443
446
|
_: 1
|
|
444
447
|
}),
|
|
445
|
-
|
|
448
|
+
o(e(f), {
|
|
446
449
|
label: "备注",
|
|
447
450
|
prop: "remark"
|
|
448
451
|
}, {
|
|
449
452
|
default: d(() => [
|
|
450
|
-
|
|
453
|
+
o(e(v), {
|
|
451
454
|
modelValue: t.remark,
|
|
452
455
|
"onUpdate:modelValue": a[6] || (a[6] = (l) => t.remark = l),
|
|
453
456
|
placeholder: e(y).remark,
|
|
@@ -456,13 +459,13 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
456
459
|
]),
|
|
457
460
|
_: 1
|
|
458
461
|
}),
|
|
459
|
-
|
|
462
|
+
o(e(f), {
|
|
460
463
|
label: "验证码",
|
|
461
464
|
prop: "captcha"
|
|
462
465
|
}, {
|
|
463
466
|
default: d(() => [
|
|
464
467
|
p("div", Ve, [
|
|
465
|
-
|
|
468
|
+
o(e(v), {
|
|
466
469
|
modelValue: t.captcha,
|
|
467
470
|
"onUpdate:modelValue": a[7] || (a[7] = (l) => t.captcha = l),
|
|
468
471
|
placeholder: e(y).captcha,
|
|
@@ -470,7 +473,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
470
473
|
clearable: "",
|
|
471
474
|
class: "sms-code-input"
|
|
472
475
|
}, null, 8, ["modelValue", "placeholder", "maxlength"]),
|
|
473
|
-
|
|
476
|
+
o(e(O), {
|
|
474
477
|
type: "primary",
|
|
475
478
|
disabled: e(m),
|
|
476
479
|
loading: g.value,
|
|
@@ -478,7 +481,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
478
481
|
onClick: e(I)
|
|
479
482
|
}, {
|
|
480
483
|
default: d(() => [
|
|
481
|
-
|
|
484
|
+
L(P(e(b)), 1)
|
|
482
485
|
]),
|
|
483
486
|
_: 1
|
|
484
487
|
}, 8, ["disabled", "loading", "onClick"])
|
|
@@ -490,7 +493,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
490
493
|
_: 1
|
|
491
494
|
}, 8, ["model", "rules"]),
|
|
492
495
|
p("div", Ie, [
|
|
493
|
-
|
|
496
|
+
o(e(O), {
|
|
494
497
|
type: "primary",
|
|
495
498
|
round: "",
|
|
496
499
|
class: "submit-btn",
|
|
@@ -498,7 +501,7 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
498
501
|
onClick: u
|
|
499
502
|
}, {
|
|
500
503
|
default: d(() => [...a[9] || (a[9] = [
|
|
501
|
-
|
|
504
|
+
L(" 提交 ", -1)
|
|
502
505
|
])]),
|
|
503
506
|
_: 1
|
|
504
507
|
}, 8, ["loading"])
|
|
@@ -510,17 +513,17 @@ const me = { class: "upload-wrapper" }, ge = { class: "upload-wrapper-inner" },
|
|
|
510
513
|
])
|
|
511
514
|
]));
|
|
512
515
|
}
|
|
513
|
-
}), ke = /* @__PURE__ */
|
|
516
|
+
}), ke = /* @__PURE__ */ Y(Ee, [["__scopeId", "data-v-992af5c2"]]), Le = {
|
|
514
517
|
Upload: he,
|
|
515
518
|
MemberRegister: ke
|
|
516
519
|
};
|
|
517
|
-
function
|
|
518
|
-
for (const [
|
|
519
|
-
c.component(`H${
|
|
520
|
+
function Se(c) {
|
|
521
|
+
for (const [b, m] of Object.entries(Le))
|
|
522
|
+
c.component(`H${b}`, m);
|
|
520
523
|
}
|
|
521
|
-
function
|
|
522
|
-
H.has(c, "_context.directives.loading") || c.directive("loading",
|
|
524
|
+
function qe(c) {
|
|
525
|
+
H.has(c, "_context.directives.loading") || c.directive("loading", ee.directive), c.use(Se);
|
|
523
526
|
}
|
|
524
527
|
export {
|
|
525
|
-
|
|
528
|
+
qe as useHsAdminUi
|
|
526
529
|
};
|