xyvcard-asset 0.0.18 → 0.0.19

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.
@@ -1,11 +1,10 @@
1
- import { defineComponent as T, mergeModels as k, ref as b, useModel as G, resolveComponent as o, openBlock as y, createBlock as O, withCtx as e, createElementVNode as m, createVNode as l, createTextVNode as p, toDisplayString as d, unref as I, createElementBlock as H, Fragment as J, renderList as P, withModifiers as Q } from "vue";
1
+ import { defineComponent as T, mergeModels as O, ref as v, useModel as G, resolveComponent as o, openBlock as $, createBlock as C, withCtx as e, createElementVNode as p, createVNode as t, createTextVNode as c, toDisplayString as u, unref as y, createElementBlock as H, Fragment as J, renderList as P, withModifiers as Q } from "vue";
2
2
  import { ElMessage as W } from "element-plus";
3
- import { D as C, s as X, a as Y } from "./index-CGds22-2.mjs";
3
+ import { D as q, s as X, a as Y } from "./index-CGds22-2.mjs";
4
4
  import { useI18n as Z } from "vue-i18n";
5
- import { _ as x } from "./_plugin-vue_export-helper-CHgC5LLL.mjs";
6
- const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, te = /* @__PURE__ */ T({
5
+ const x = { class: "total-num dis_bottom" }, ee = { class: "dialog-footer" }, te = /* @__PURE__ */ T({
7
6
  __name: "assign",
8
- props: /* @__PURE__ */ k({
7
+ props: /* @__PURE__ */ O({
9
8
  entityKey: {
10
9
  type: Object,
11
10
  default: () => {
@@ -19,20 +18,20 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
19
18
  modelValue: { type: Boolean },
20
19
  modelModifiers: {}
21
20
  }),
22
- emits: /* @__PURE__ */ k(["refresh"], ["update:modelValue"]),
23
- setup(h, { emit: q }) {
24
- const { t: g } = Z();
25
- C.unionOrgBizLayDict.useValues();
26
- const V = b(), u = G(h, "modelValue"), f = h;
27
- let $ = b();
28
- function L(t) {
29
- X.findList({ orgId: t }).then((a) => {
30
- $.value = a.data.results;
21
+ emits: /* @__PURE__ */ O(["refresh"], ["update:modelValue"]),
22
+ setup(g, { emit: h }) {
23
+ const { t: i } = Z();
24
+ q.unionOrgBizLayDict.useValues();
25
+ const _ = v(), d = G(g, "modelValue"), b = g;
26
+ let w = v();
27
+ function L(l) {
28
+ X.findList({ orgId: l }).then((a) => {
29
+ w.value = a.data.results;
31
30
  });
32
31
  }
33
- const U = q;
34
- let i = b({
35
- assetId: f.entityKey.assetId,
32
+ const U = h;
33
+ let m = v({
34
+ assetId: b.entityKey.assetId,
36
35
  assignOrgs: [
37
36
  {
38
37
  orgId: "",
@@ -41,106 +40,106 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
41
40
  }
42
41
  ]
43
42
  });
44
- const A = (t) => {
45
- i.value.assignOrgs.splice(t, 1);
43
+ const A = (l) => {
44
+ m.value.assignOrgs.splice(l, 1);
46
45
  }, B = () => {
47
- i.value.assignOrgs && i.value.assignOrgs.push({
46
+ m.value.assignOrgs && m.value.assignOrgs.push({
48
47
  orgId: "",
49
48
  siteId: "",
50
49
  assignNumber: 1
51
50
  });
52
- }, v = b({
51
+ }, V = v({
53
52
  orgId: [
54
53
  {
55
54
  required: !0,
56
- message: g("asset.orgId"),
55
+ message: i("asset.orgId"),
57
56
  trigger: "change"
58
57
  }
59
58
  ],
60
59
  siteId: [
61
60
  {
62
61
  required: !0,
63
- message: g("asset.siteId"),
62
+ message: i("asset.siteId"),
64
63
  trigger: "change"
65
64
  }
66
65
  ],
67
66
  assignNumber: [
68
67
  {
69
68
  required: !0,
70
- message: g("asset.assignNumber"),
69
+ message: i("asset.assignNumber"),
71
70
  trigger: "blur"
72
71
  }
73
72
  ]
74
73
  }), D = () => {
75
- var t;
76
- (t = V.value) == null || t.validate((a) => {
77
- a && Y.assignment(i.value).then((r) => {
74
+ var l;
75
+ (l = _.value) == null || l.validate((a) => {
76
+ a && Y.assignment(m.value).then((r) => {
78
77
  r.status === 200 && (W({
79
- message: g("common.submitSuccess"),
78
+ message: i("common.submitSuccess"),
80
79
  type: "success"
81
- }), u.value && (u.value = !1), U("refresh", r.status === 200));
80
+ }), d.value && (d.value = !1), U("refresh", r.status === 200));
82
81
  });
83
82
  });
84
83
  };
85
- function w() {
86
- u.value && (u.value = !1);
84
+ function N() {
85
+ d.value && (d.value = !1);
87
86
  }
88
- return (t, a) => {
89
- const r = o("el-form-item"), N = o("el-col"), R = o("el-row"), c = o("el-table-column"), M = o("el-tree-select"), F = o("el-option"), z = o("el-select"), E = o("el-input"), _ = o("el-button"), j = o("el-table"), K = o("el-form"), S = o("el-dialog");
90
- return y(), O(S, {
91
- modelValue: u.value,
92
- "onUpdate:modelValue": a[0] || (a[0] = (s) => u.value = s),
93
- onClose: w
87
+ return (l, a) => {
88
+ const r = o("el-form-item"), k = o("el-col"), R = o("el-row"), f = o("el-table-column"), M = o("el-tree-select"), F = o("el-option"), z = o("el-select"), E = o("el-input"), I = o("el-button"), j = o("el-table"), K = o("el-form"), S = o("el-dialog");
89
+ return $(), C(S, {
90
+ modelValue: d.value,
91
+ "onUpdate:modelValue": a[0] || (a[0] = (s) => d.value = s),
92
+ onClose: N
94
93
  }, {
95
94
  footer: e(() => [
96
- m("div", le, [
97
- l(_, { onClick: w }, {
95
+ p("div", ee, [
96
+ t(I, { onClick: N }, {
98
97
  default: e(() => [
99
- p(d(t.$t("common.cancel")), 1)
98
+ c(u(l.$t("common.cancel")), 1)
100
99
  ]),
101
100
  _: 1
102
101
  }),
103
- l(_, {
102
+ t(I, {
104
103
  type: "primary",
105
104
  onClick: D
106
105
  }, {
107
106
  default: e(() => [
108
- p(d(t.$t("common.confirm")), 1)
107
+ c(u(l.$t("common.confirm")), 1)
109
108
  ]),
110
109
  _: 1
111
110
  })
112
111
  ])
113
112
  ]),
114
113
  default: e(() => [
115
- l(K, {
114
+ t(K, {
116
115
  ref_key: "assetFormRef",
117
- ref: V,
118
- model: I(i)
116
+ ref: _,
117
+ model: y(m)
119
118
  }, {
120
119
  default: e(() => [
121
- m("div", ee, [
122
- l(R, null, {
120
+ p("div", x, [
121
+ t(R, null, {
123
122
  default: e(() => [
124
- l(N, { span: 6 }, {
123
+ t(k, { span: 6 }, {
125
124
  default: e(() => [
126
- l(r, {
127
- label: t.$t("asset.name")
125
+ t(r, {
126
+ label: l.$t("asset.name")
128
127
  }, {
129
128
  default: e(() => [
130
- p(d(f.numberList.name), 1)
129
+ c(u(b.numberList.name), 1)
131
130
  ]),
132
131
  _: 1
133
132
  }, 8, ["label"])
134
133
  ]),
135
134
  _: 1
136
135
  }),
137
- l(N, { span: 6 }, {
136
+ t(k, { span: 6 }, {
138
137
  default: e(() => [
139
- l(r, {
140
- label: t.$t("asset.nameNumber")
138
+ t(r, {
139
+ label: l.$t("asset.nameNumber")
141
140
  }, {
142
141
  default: e(() => [
143
- p(d(f.numberList.number) + "/" + d(f.numberList.unit), 1)
142
+ c(u(b.numberList.number) + "/" + u(b.numberList.unit), 1)
144
143
  ]),
145
144
  _: 1
146
145
  }, 8, ["label"])
@@ -151,40 +150,40 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
151
150
  _: 1
152
151
  })
153
152
  ]),
154
- l(j, {
155
- data: I(i).assignOrgs,
153
+ t(j, {
154
+ data: y(m).assignOrgs,
156
155
  "max-height": "250"
157
156
  }, {
158
157
  default: e(() => [
159
- l(c, {
158
+ t(f, {
160
159
  type: "index",
161
160
  width: "60",
162
161
  label: "序号",
163
162
  align: "center"
164
163
  }),
165
- l(c, {
164
+ t(f, {
166
165
  prop: "orgId",
167
- label: t.$t("asset.orgId")
166
+ label: l.$t("asset.orgId")
168
167
  }, {
169
168
  header: e(() => [
170
- a[1] || (a[1] = m("span", { class: "required_red" }, "*", -1)),
171
- m("span", null, d(t.$t("asset.orgId")), 1)
169
+ a[1] || (a[1] = p("span", { class: "required_red" }, "*", -1)),
170
+ p("span", null, u(l.$t("asset.orgId")), 1)
172
171
  ]),
173
172
  default: e((s) => [
174
- l(r, {
173
+ t(r, {
175
174
  prop: "assignOrgs." + s.$index + ".orgId",
176
- rules: v.value.orgId
175
+ rules: V.value.orgId
177
176
  }, {
178
177
  default: e(() => [
179
- l(M, {
178
+ t(M, {
180
179
  modelValue: s.row.orgId,
181
180
  "onUpdate:modelValue": (n) => s.row.orgId = n,
182
- data: I(C).unionOrgBizLayDict.values,
181
+ data: y(q).unionOrgBizLayDict.values,
183
182
  filterable: "",
184
183
  clearable: "",
185
184
  "check-strictly": "",
186
185
  "render-after-expand": !1,
187
- placeholder: t.$t("asset.orgIdRequired"),
186
+ placeholder: l.$t("asset.orgIdRequired"),
188
187
  style: { width: "100%" },
189
188
  onChange: L
190
189
  }, null, 8, ["modelValue", "onUpdate:modelValue", "data", "placeholder"])
@@ -194,28 +193,28 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
194
193
  ]),
195
194
  _: 1
196
195
  }, 8, ["label"]),
197
- l(c, {
196
+ t(f, {
198
197
  prop: "siteId",
199
- label: t.$t("asset.siteId")
198
+ label: l.$t("asset.siteId")
200
199
  }, {
201
200
  header: e(() => [
202
- a[2] || (a[2] = m("span", { class: "required_red" }, "*", -1)),
203
- m("span", null, d(t.$t("asset.siteId")), 1)
201
+ a[2] || (a[2] = p("span", { class: "required_red" }, "*", -1)),
202
+ p("span", null, u(l.$t("asset.siteId")), 1)
204
203
  ]),
205
204
  default: e((s) => [
206
- l(r, {
205
+ t(r, {
207
206
  prop: "assignOrgs." + s.$index + ".siteId",
208
- rules: v.value.siteId
207
+ rules: V.value.siteId
209
208
  }, {
210
209
  default: e(() => [
211
- l(z, {
210
+ t(z, {
212
211
  modelValue: s.row.siteId,
213
212
  "onUpdate:modelValue": (n) => s.row.siteId = n,
214
- placeholder: t.$t("asset.siteIdRequired"),
213
+ placeholder: l.$t("asset.siteIdRequired"),
215
214
  clearable: ""
216
215
  }, {
217
216
  default: e(() => [
218
- (y(!0), H(J, null, P(I($), (n) => (y(), O(F, {
217
+ ($(!0), H(J, null, P(y(w), (n) => ($(), C(F, {
219
218
  key: n.siteId,
220
219
  label: n.name,
221
220
  value: n.siteId
@@ -229,20 +228,20 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
229
228
  ]),
230
229
  _: 1
231
230
  }, 8, ["label"]),
232
- l(c, {
231
+ t(f, {
233
232
  prop: "assignNumber",
234
- label: t.$t("asset.assignNumber")
233
+ label: l.$t("asset.assignNumber")
235
234
  }, {
236
235
  default: e((s) => [
237
- l(r, {
238
- rules: v.value.assignNumber
236
+ t(r, {
237
+ rules: V.value.assignNumber
239
238
  }, {
240
239
  default: e(() => [
241
- l(E, {
240
+ t(E, {
242
241
  modelValue: s.row.assignNumber,
243
242
  "onUpdate:modelValue": (n) => s.row.assignNumber = n,
244
243
  style: { width: "240px" },
245
- placeholder: t.$t("asset.assignNumberRequired"),
244
+ placeholder: l.$t("asset.assignNumberRequired"),
246
245
  clearable: "",
247
246
  type: "number",
248
247
  min: "1"
@@ -253,21 +252,21 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
253
252
  ]),
254
253
  _: 1
255
254
  }, 8, ["label"]),
256
- l(c, {
255
+ t(f, {
257
256
  fixed: "right",
258
- label: t.$t("common.operate")
257
+ label: l.$t("common.operate")
259
258
  }, {
260
259
  default: e((s) => [
261
- l(r, null, {
260
+ t(r, null, {
262
261
  default: e(() => [
263
- l(_, {
262
+ t(I, {
264
263
  link: "",
265
264
  type: "primary",
266
265
  size: "small",
267
266
  onClick: Q((n) => A(s.$index), ["prevent"])
268
267
  }, {
269
268
  default: e(() => [
270
- p(d(t.$t("common.delete")), 1)
269
+ c(u(l.$t("common.delete")), 1)
271
270
  ]),
272
271
  _: 2
273
272
  }, 1032, ["onClick"])
@@ -280,13 +279,13 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
280
279
  ]),
281
280
  _: 1
282
281
  }, 8, ["data"]),
283
- l(_, {
282
+ t(I, {
284
283
  class: "mt-4",
285
284
  style: { width: "100%" },
286
285
  onClick: B
287
286
  }, {
288
287
  default: e(() => a[3] || (a[3] = [
289
- p(" 添加 ")
288
+ c(" 添加 ")
290
289
  ])),
291
290
  _: 1
292
291
  })
@@ -298,7 +297,12 @@ const ee = { class: "total-num dis_bottom" }, le = { class: "dialog-footer" }, t
298
297
  }, 8, ["modelValue"]);
299
298
  };
300
299
  }
301
- }), de = /* @__PURE__ */ x(te, [["__scopeId", "data-v-29252b2b"]]);
300
+ }), le = (g, h) => {
301
+ const i = g.__vccOpts || g;
302
+ for (const [_, d] of h)
303
+ i[_] = d;
304
+ return i;
305
+ }, re = /* @__PURE__ */ le(te, [["__scopeId", "data-v-29252b2b"]]);
302
306
  export {
303
- de as default
307
+ re as default
304
308
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./edit.vue_vue_type_script_setup_true_lang-LbrAsCMD.mjs";
1
+ import { _ as f } from "./edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "./edit.vue_vue_type_script_setup_true_lang-rgOtFZu6.mjs";
1
+ import { _ as f } from "./edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -1,4 +1,4 @@
1
- import { defineComponent as F, mergeModels as q, ref as D, reactive as R, useModel as K, resolveComponent as i, openBlock as N, createBlock as S, withCtx as o, createElementVNode as b, createVNode as l, createTextVNode as P, toDisplayString as I, unref as r } from "vue";
1
+ import { defineComponent as F, mergeModels as q, ref as D, reactive as R, useModel as K, resolveComponent as n, openBlock as N, createBlock as S, withCtx as o, createElementVNode as b, createVNode as l, createTextVNode as P, toDisplayString as I, unref as r } from "vue";
2
2
  import { s as g, D as z } from "./index-CGds22-2.mjs";
3
3
  import { ElMessage as M } from "element-plus";
4
4
  import { useI18n as A } from "vue-i18n";
@@ -16,20 +16,19 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
16
16
  }),
17
17
  emits: /* @__PURE__ */ q(["refresh"], ["update:modelValue"]),
18
18
  setup(c, { emit: k }) {
19
- const { t: u } = A(), V = D();
19
+ const { t: i } = A(), V = D();
20
20
  let a = R({
21
21
  requestId: Math.random() * 10 + "",
22
22
  updateMask: "orgId,name,buildDate,area,address,manager,mobilePhone"
23
23
  });
24
24
  const U = (t, e, s) => {
25
- const n = /^1[3|4|5|6|7|8|9][0-9]\d{8}$/;
26
- console.log(e), e ? n.test(e) ? s() : s(new Error(u("site.mobilePhoneRight"))) : s(new Error(u("site.mobilePhoneRequired")));
25
+ e ? /^1[3|4|5|6|7|8|9][0-9]\d{8}$/.test(e) ? s() : s(new Error(i("site.mobilePhoneRight"))) : s(new Error(i("site.mobilePhoneRequired")));
27
26
  }, Y = R({
28
27
  // 所属工会
29
28
  orgId: [
30
29
  {
31
30
  required: !0,
32
- message: u("site.orgIdRequired"),
31
+ message: i("site.orgIdRequired"),
33
32
  trigger: "blur"
34
33
  }
35
34
  ],
@@ -37,7 +36,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
37
36
  name: [
38
37
  {
39
38
  required: !0,
40
- message: u("site.nameRequired"),
39
+ message: i("site.nameRequired"),
41
40
  trigger: "blur"
42
41
  }
43
42
  ],
@@ -45,7 +44,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
45
44
  manager: [
46
45
  {
47
46
  required: !0,
48
- message: u("site.managerRequired"),
47
+ message: i("site.managerRequired"),
49
48
  trigger: "blur"
50
49
  }
51
50
  ],
@@ -53,44 +52,44 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
53
52
  mobilePhone: [
54
53
  {
55
54
  required: !0,
56
- message: u("site.mobilePhoneRequired"),
55
+ message: i("site.mobilePhoneRequired"),
57
56
  trigger: "blur"
58
57
  },
59
58
  { validator: U, trigger: "blur" }
60
59
  ]
61
- }), m = K(c, "modelValue"), h = c, y = k, C = Object.keys(h.entityKey), _ = D(C.length >= 1);
62
- _.value && g.findById(h.entityKey).then(({ data: t }) => {
60
+ }), u = K(c, "modelValue"), h = c, y = k, C = Object.keys(h.entityKey), v = D(C.length >= 1);
61
+ v.value && g.findById(h.entityKey).then(({ data: t }) => {
63
62
  Object.assign(a, t);
64
63
  });
65
64
  const B = async () => {
66
65
  var t;
67
66
  await ((t = V.value) == null ? void 0 : t.validate((e) => {
68
- e && (_.value ? g.update(a).then((s) => {
67
+ e && (v.value ? g.update(a).then((s) => {
69
68
  s.status === 200 && (M({
70
- message: u("common.submitSuccess"),
69
+ message: i("common.submitSuccess"),
71
70
  type: "success"
72
- }), m.value && (m.value = !1), y("refresh", s.status === 200));
71
+ }), u.value && (u.value = !1), y("refresh", s.status === 200));
73
72
  }) : g.create(a).then((s) => {
74
73
  s.status === 200 && (M({
75
- message: u("common.submitSuccess"),
74
+ message: i("common.submitSuccess"),
76
75
  type: "success"
77
- }), m.value && (m.value = !1), y("refresh", s.status === 200));
76
+ }), u.value && (u.value = !1), y("refresh", s.status === 200));
78
77
  }));
79
78
  }));
80
79
  };
81
- function v() {
82
- m.value && (m.value = !1);
80
+ function _() {
81
+ u.value && (u.value = !1);
83
82
  }
84
83
  return (t, e) => {
85
- const s = i("el-tree-select"), n = i("el-form-item"), p = i("el-col"), f = i("el-input"), E = i("el-date-picker"), w = i("el-row"), O = i("el-form"), $ = i("el-button"), j = i("el-dialog");
84
+ const s = n("el-tree-select"), m = n("el-form-item"), p = n("el-col"), f = n("el-input"), E = n("el-date-picker"), w = n("el-row"), O = n("el-form"), $ = n("el-button"), j = n("el-dialog");
86
85
  return N(), S(j, {
87
- modelValue: m.value,
88
- "onUpdate:modelValue": e[7] || (e[7] = (d) => m.value = d),
89
- onClose: v
86
+ modelValue: u.value,
87
+ "onUpdate:modelValue": e[7] || (e[7] = (d) => u.value = d),
88
+ onClose: _
90
89
  }, {
91
90
  footer: o(() => [
92
91
  b("div", L, [
93
- l($, { onClick: v }, {
92
+ l($, { onClick: _ }, {
94
93
  default: o(() => [
95
94
  P(I(t.$t("common.cancel")), 1)
96
95
  ]),
@@ -121,7 +120,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
121
120
  default: o(() => [
122
121
  l(p, { span: 12 }, {
123
122
  default: o(() => [
124
- l(n, {
123
+ l(m, {
125
124
  label: t.$t("site.orgId"),
126
125
  prop: "orgId"
127
126
  }, {
@@ -143,7 +142,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
143
142
  }),
144
143
  l(p, { span: 12 }, {
145
144
  default: o(() => [
146
- l(n, {
145
+ l(m, {
147
146
  label: t.$t("site.name"),
148
147
  prop: "name"
149
148
  }, {
@@ -163,7 +162,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
163
162
  }),
164
163
  l(p, { span: 12 }, {
165
164
  default: o(() => [
166
- l(n, {
165
+ l(m, {
167
166
  label: t.$t("site.buildDate"),
168
167
  prop: "buildDate"
169
168
  }, {
@@ -185,7 +184,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
185
184
  }),
186
185
  l(p, { span: 12 }, {
187
186
  default: o(() => [
188
- l(n, {
187
+ l(m, {
189
188
  label: t.$t("site.area"),
190
189
  prop: "area"
191
190
  }, {
@@ -207,7 +206,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
207
206
  }),
208
207
  l(p, { span: 12 }, {
209
208
  default: o(() => [
210
- l(n, {
209
+ l(m, {
211
210
  label: t.$t("site.address"),
212
211
  prop: "address"
213
212
  }, {
@@ -233,7 +232,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
233
232
  default: o(() => [
234
233
  l(p, { span: 12 }, {
235
234
  default: o(() => [
236
- l(n, {
235
+ l(m, {
237
236
  label: t.$t("site.manager"),
238
237
  prop: "manager"
239
238
  }, {
@@ -253,7 +252,7 @@ const L = { class: "dialog-footer" }, Q = /* @__PURE__ */ F({
253
252
  }),
254
253
  l(p, { span: 12 }, {
255
254
  default: o(() => [
256
- l(n, {
255
+ l(m, {
257
256
  label: t.$t("site.mobilePhone"),
258
257
  prop: "mobilePhone"
259
258
  }, {