xyvcard-asset 0.0.17 → 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.
Files changed (41) hide show
  1. package/dist/assign-DS84uCHm.mjs +308 -0
  2. package/dist/{edit-D6NV2pb2.mjs → edit--yj0Iybx.mjs} +1 -1
  3. package/dist/{edit-BMiwAU2V.mjs → edit-BV3P-kiT.mjs} +1 -1
  4. package/dist/{edit-DfLSODib.mjs → edit-BaWrwFgf.mjs} +1 -1
  5. package/dist/edit-CuEUJBMa.mjs +4 -0
  6. package/dist/{edit.vue_vue_type_script_setup_true_lang-B_2yu4sv.mjs → edit.vue_vue_type_script_setup_true_lang-BA4yxgQj.mjs} +1 -1
  7. package/dist/{edit.vue_vue_type_script_setup_true_lang-DnsSFyiS.mjs → edit.vue_vue_type_script_setup_true_lang-CSvQU9EU.mjs} +29 -30
  8. package/dist/{edit-CX2z9EYu.mjs → edit.vue_vue_type_script_setup_true_lang-JZ4KujwQ.mjs} +22 -23
  9. package/dist/{edit.vue_vue_type_script_setup_true_lang-C8EJ4xOS.mjs → edit.vue_vue_type_script_setup_true_lang-NJMVf1bn.mjs} +50 -48
  10. package/dist/{index-BWZKXQRi.mjs → index--nrfog3z.mjs} +32 -33
  11. package/dist/index-B66wesLL.mjs +320 -0
  12. package/dist/{index-DrajJZ20.mjs → index-BOtyLeeq.mjs} +2 -2
  13. package/dist/{index-BqLh2sg0.mjs → index-BRu1DVx7.mjs} +20 -20
  14. package/dist/index-Bb_sQScO.mjs +169 -0
  15. package/dist/{index-XlZKwbCX.mjs → index-BcxOe2-n.mjs} +72 -72
  16. package/dist/{index-B1wxTvDR.mjs → index-Bvn3U9pm.mjs} +20 -20
  17. package/dist/{index-BQ16pRTg.mjs → index-C9hmVQif.mjs} +95 -95
  18. package/dist/{index-Dw9AQlSo.mjs → index-CGds22-2.mjs} +399 -418
  19. package/dist/{index-D6Kzp68i.mjs → index-D-0ABbeq.mjs} +8 -8
  20. package/dist/{index-D4T2vouF.mjs → index-Dt5JusqL.mjs} +12 -12
  21. package/dist/{index-CFUAQG0g.mjs → index-K-gPXcQF.mjs} +16 -16
  22. package/dist/{index-CMtqB1MP.mjs → index-U9RubJnZ.mjs} +52 -52
  23. package/dist/{index-BiBCzEqz.mjs → index-rSyUfdXn.mjs} +1 -1
  24. package/dist/index.mjs +425 -458
  25. package/dist/style.css +1 -1
  26. package/dts/api/asset/asset-asset/types.d.ts +5 -0
  27. package/dts/api/asset/asset-depreciation-record/types.d.ts +1 -1
  28. package/dts/api/asset/asset-inventory-record/types.d.ts +1 -0
  29. package/dts/api/dict.d.ts +2 -2
  30. package/dts/api/index.d.ts +3 -3
  31. package/dts/lang/asset/zh-cn.d.ts +2 -0
  32. package/dts/main.d.ts +0 -1
  33. package/dts/router/page.d.ts +5 -5
  34. package/dts/views/asset/asset-asset/assign.vue.d.ts +5 -4
  35. package/dts/views/asset/asset-asset/edit.vue.d.ts +1 -1
  36. package/dts/views/asset/asset-site-service/edit.vue.d.ts +1 -1
  37. package/package.json +16 -14
  38. package/dist/_plugin-vue_export-helper-CHgC5LLL.mjs +0 -9
  39. package/dist/assign-CbKUuMPJ.mjs +0 -1603
  40. package/dist/index-Btpx1Vf2.mjs +0 -328
  41. package/dist/index-C4xJg5F_.mjs +0 -171
@@ -1,44 +1,44 @@
1
- import { defineComponent as U, ref as y, resolveComponent as u, openBlock as A, createElementBlock as j, createVNode as s, withCtx as e, createTextVNode as p, toDisplayString as l, unref as t, createBlock as M, isRef as K, createCommentVNode as O, createElementVNode as a } from "vue";
1
+ import { defineComponent as U, ref as y, resolveComponent as c, openBlock as A, createElementBlock as j, createVNode as a, withCtx as e, createTextVNode as i, toDisplayString as t, unref as u, createBlock as M, isRef as K, createCommentVNode as O, createElementVNode as o } from "vue";
2
2
  import { useRouter as q, useRoute as H } from "vue-router";
3
- import { D as g } from "./index-Dw9AQlSo.mjs";
3
+ import { D as _ } from "./index-CGds22-2.mjs";
4
4
  import { useUserStore as I, clearEmpty as R, request as D, useTableHooks as F, routerUtil as G } from "jmash-core";
5
5
  import { s as J } from "./index-BwbnYpa1.mjs";
6
6
  import { useI18n as Q } from "vue-i18n";
7
7
  class W {
8
- getKey(r) {
8
+ getKey(n) {
9
9
  return {
10
- recordId: r.recordId,
11
- memberId: r.memberId
10
+ recordId: n.recordId,
11
+ memberId: n.memberId
12
12
  };
13
13
  }
14
14
  // 查询翻页信息预约会员
15
- findPage(r) {
15
+ findPage(n) {
16
16
  const m = I().user.tenant;
17
- return R(r), D({
17
+ return R(n), D({
18
18
  url: "/v1/asset/service_appt_member/page/" + m,
19
19
  method: "get",
20
- params: r
20
+ params: n
21
21
  });
22
22
  }
23
23
  // 查询列表信息预约会员
24
- findList(r) {
24
+ findList(n) {
25
25
  const m = I().user.tenant;
26
- return R(r), D({
26
+ return R(n), D({
27
27
  url: "/v1/asset/service_appt_member/list/" + m,
28
28
  method: "get",
29
- params: r
29
+ params: n
30
30
  });
31
31
  }
32
32
  }
33
- const X = new W(), Y = { class: "app-container" }, Z = { class: "cell-item" }, x = { class: "cell-item" }, ee = { class: "cell-item" }, te = { class: "cell-item" }, le = { class: "cell-item" }, oe = { class: "cell-item" }, se = { class: "cell-item" }, ue = /* @__PURE__ */ U({
33
+ const X = new W(), Y = { class: "app-container" }, Z = { class: "cell-item" }, x = { class: "cell-item" }, ee = { class: "cell-item" }, te = { class: "cell-item" }, le = { class: "cell-item" }, ae = { class: "cell-item" }, oe = { class: "cell-item" }, ce = /* @__PURE__ */ U({
34
34
  __name: "index",
35
35
  setup(P) {
36
- g.unionOrgBizLayDict.useValues(), g.serviceNameDict.useValues();
37
- const { t: r } = Q(), m = q(), b = H(), _ = y({
36
+ _.unionOrgBizLayDict.useValues(), _.serviceNameDict.useValues();
37
+ const { t: n } = Q(), m = q(), f = H(), v = y({
38
38
  curPage: 1,
39
39
  pageSize: 10,
40
- recordId: b.query.entityKey
41
- }), { tableHooks: v, multipleTableRef: k, listLoading: N, tableData: w, total: f } = F(r, X, _);
40
+ recordId: f.query.entityKey
41
+ }), { tableHooks: b, multipleTableRef: k, listLoading: N, tableData: w, total: g } = F(n, X, v);
42
42
  let V = y([
43
43
  {
44
44
  label: "serviceApptMember.realName",
@@ -53,125 +53,125 @@ const X = new W(), Y = { class: "app-container" }, Z = { class: "cell-item" }, x
53
53
  isColumn: !0
54
54
  }
55
55
  ]);
56
- function S(n) {
57
- v.selectionRows.value = n;
56
+ function S(s) {
57
+ b.selectionRows.value = s;
58
58
  }
59
- const i = y({});
60
- J.findById({ recordId: b.query.entityKey }).then((n) => {
61
- i.value = n.data;
59
+ const r = y({});
60
+ J.findById({ recordId: f.query.entityKey }).then((s) => {
61
+ r.value = s.data;
62
62
  });
63
63
  function $() {
64
- G.closeTagView(b.fullPath, m, !1);
64
+ G.closeTagView(f.fullPath, m, !1);
65
65
  }
66
- return v.getList(), (n, o) => {
67
- const h = u("el-button"), d = u("el-descriptions-item"), z = u("el-descriptions"), C = u("el-col"), T = u("el-row"), B = u("jmash-table"), L = u("jmash-pagination"), E = u("el-card");
66
+ return b.getList(), (s, l) => {
67
+ const h = c("el-button"), d = c("el-descriptions-item"), z = c("el-descriptions"), C = c("el-col"), T = c("el-row"), B = c("jmash-table"), L = c("jmash-pagination"), E = c("el-card");
68
68
  return A(), j("div", Y, [
69
- s(E, { shadow: "never" }, {
69
+ a(E, { shadow: "never" }, {
70
70
  header: e(() => [
71
- s(h, {
71
+ a(h, {
72
72
  type: "primary",
73
73
  onClick: $
74
74
  }, {
75
75
  default: e(() => [
76
- p(l(n.$t("common.back")), 1)
76
+ i(t(s.$t("common.back")), 1)
77
77
  ]),
78
78
  _: 1
79
79
  })
80
80
  ]),
81
81
  footer: e(() => [
82
- t(f) > 0 ? (A(), M(L, {
82
+ u(g) > 0 ? (A(), M(L, {
83
83
  key: 0,
84
- total: t(f),
85
- "onUpdate:total": o[0] || (o[0] = (c) => K(f) ? f.value = c : null),
86
- "current-page": t(_).curPage,
87
- "onUpdate:currentPage": o[1] || (o[1] = (c) => t(_).curPage = c),
88
- "page-size": t(_).pageSize,
89
- "onUpdate:pageSize": o[2] || (o[2] = (c) => t(_).pageSize = c),
90
- onPagination: o[3] || (o[3] = (c) => t(v).getList())
84
+ total: u(g),
85
+ "onUpdate:total": l[0] || (l[0] = (p) => K(g) ? g.value = p : null),
86
+ "current-page": v.value.curPage,
87
+ "onUpdate:currentPage": l[1] || (l[1] = (p) => v.value.curPage = p),
88
+ "page-size": v.value.pageSize,
89
+ "onUpdate:pageSize": l[2] || (l[2] = (p) => v.value.pageSize = p),
90
+ onPagination: l[3] || (l[3] = (p) => u(b).getList())
91
91
  }, null, 8, ["total", "current-page", "page-size"])) : O("", !0),
92
- o[5] || (o[5] = p("   "))
92
+ l[5] || (l[5] = i("   "))
93
93
  ]),
94
94
  default: e(() => [
95
- s(T, {
95
+ a(T, {
96
96
  gutter: 20,
97
97
  style: { width: "100%" }
98
98
  }, {
99
99
  default: e(() => [
100
- s(C, { span: 24 }, {
100
+ a(C, { span: 24 }, {
101
101
  default: e(() => [
102
- o[4] || (o[4] = a("div", { class: "title-content" }, "预约信息", -1)),
103
- s(z, {
102
+ l[4] || (l[4] = o("div", { class: "title-content" }, "预约信息", -1)),
103
+ a(z, {
104
104
  class: "margin-top",
105
105
  column: 2,
106
106
  border: ""
107
107
  }, {
108
108
  default: e(() => [
109
- s(d, null, {
109
+ a(d, null, {
110
110
  label: e(() => [
111
- a("div", Z, l(n.$t("serviceApptRecord.orgId")), 1)
111
+ o("div", Z, t(s.$t("serviceApptRecord.orgId")), 1)
112
112
  ]),
113
113
  default: e(() => [
114
- p(" " + l(t(g).unionOrgBizLayDict.getValue(t(i).orgId)), 1)
114
+ i(" " + t(u(_).unionOrgBizLayDict.getValue(r.value.orgId)), 1)
115
115
  ]),
116
116
  _: 1
117
117
  }),
118
- s(d, null, {
118
+ a(d, null, {
119
119
  label: e(() => [
120
- a("div", x, l(n.$t("serviceApptRecord.siteId")), 1)
120
+ o("div", x, t(s.$t("serviceApptRecord.siteId")), 1)
121
121
  ]),
122
122
  default: e(() => [
123
- p(" " + l(t(g).serviceNameDict.getValue(t(i).siteId)), 1)
123
+ i(" " + t(u(_).serviceNameDict.getValue(r.value.siteId)), 1)
124
124
  ]),
125
125
  _: 1
126
126
  }),
127
- s(d, null, {
127
+ a(d, null, {
128
128
  label: e(() => [
129
- a("div", ee, l(n.$t("serviceApptRecord.appointmentDate")), 1)
129
+ o("div", ee, t(s.$t("serviceApptRecord.appointmentDate")), 1)
130
130
  ]),
131
131
  default: e(() => [
132
- p(" " + l(t(i).appointmentDate), 1)
132
+ i(" " + t(r.value.appointmentDate), 1)
133
133
  ]),
134
134
  _: 1
135
135
  }),
136
- s(d, null, {
136
+ a(d, null, {
137
137
  label: e(() => [
138
- a("span", null, [
139
- a("div", te, l(n.$t("serviceApptRecord.time")), 1)
138
+ o("span", null, [
139
+ o("div", te, t(s.$t("serviceApptRecord.time")), 1)
140
140
  ])
141
141
  ]),
142
142
  default: e(() => [
143
- p(" " + l(t(i).startTime) + " - " + l(t(i).endTime), 1)
143
+ i(" " + t(r.value.startTime) + " - " + t(r.value.endTime), 1)
144
144
  ]),
145
145
  _: 1
146
146
  }),
147
- s(d, null, {
147
+ a(d, null, {
148
148
  label: e(() => [
149
- a("div", le, l(n.$t("serviceApptRecord.serviceName")), 1)
149
+ o("div", le, t(s.$t("serviceApptRecord.serviceName")), 1)
150
150
  ]),
151
151
  default: e(() => [
152
- p(" " + l(t(i).serviceName), 1)
152
+ i(" " + t(r.value.serviceName), 1)
153
153
  ]),
154
154
  _: 1
155
155
  }),
156
- s(d, null, {
156
+ a(d, null, {
157
157
  label: e(() => [
158
- a("span", null, [
159
- a("div", oe, l(n.$t("serviceApptRecord.limitPerson")), 1)
158
+ o("span", null, [
159
+ o("div", ae, t(s.$t("serviceApptRecord.limitPerson")), 1)
160
160
  ])
161
161
  ]),
162
162
  default: e(() => [
163
- p(" " + l(t(i).limitPerson), 1)
163
+ i(" " + t(r.value.limitPerson), 1)
164
164
  ]),
165
165
  _: 1
166
166
  }),
167
- s(d, null, {
167
+ a(d, null, {
168
168
  label: e(() => [
169
- a("span", null, [
170
- a("div", se, l(n.$t("serviceApptRecord.apptPerson")), 1)
169
+ o("span", null, [
170
+ o("div", oe, t(s.$t("serviceApptRecord.apptPerson")), 1)
171
171
  ])
172
172
  ]),
173
173
  default: e(() => [
174
- p(" " + l(t(i).apptPerson), 1)
174
+ i(" " + t(r.value.apptPerson), 1)
175
175
  ]),
176
176
  _: 1
177
177
  })
@@ -184,20 +184,20 @@ const X = new W(), Y = { class: "app-container" }, Z = { class: "cell-item" }, x
184
184
  ]),
185
185
  _: 1
186
186
  }),
187
- o[6] || (o[6] = a("div", { class: "title-content" }, "预约人员信息", -1)),
188
- s(B, {
187
+ l[6] || (l[6] = o("div", { class: "title-content" }, "预约人员信息", -1)),
188
+ a(B, {
189
189
  ref_key: "multipleTableRef",
190
190
  ref: k,
191
191
  "is-selection": !1,
192
192
  class: "table-top",
193
193
  "row-key": "recordId",
194
- "list-loading": t(N),
195
- data: t(w),
196
- "table-label": t(V),
194
+ "list-loading": u(N),
195
+ data: u(w),
196
+ "table-label": u(V),
197
197
  onSelectionChange: S
198
198
  }, {
199
- status: e((c) => [
200
- a("span", null, l(t(g).statusDictEnum.getEnumValue(c.data.row.status)), 1)
199
+ status: e((p) => [
200
+ o("span", null, t(u(_).statusDictEnum.getEnumValue(p.data.row.status)), 1)
201
201
  ]),
202
202
  _: 1
203
203
  }, 8, ["list-loading", "data", "table-label"])
@@ -209,5 +209,5 @@ const X = new W(), Y = { class: "app-container" }, Z = { class: "cell-item" }, x
209
209
  }
210
210
  });
211
211
  export {
212
- ue as default
212
+ ce as default
213
213
  };
@@ -1,11 +1,11 @@
1
- import { defineComponent as ne, ref as f, reactive as z, resolveComponent as d, resolveDirective as ue, openBlock as r, createElementBlock as _, createElementVNode as h, createVNode as s, withCtx as l, withKeys as N, unref as o, createTextVNode as m, toDisplayString as u, withDirectives as b, createBlock as c, isRef as A, createCommentVNode as w } from "vue";
1
+ import { defineComponent as ne, ref as f, reactive as z, resolveComponent as d, resolveDirective as ue, openBlock as r, createElementBlock as _, createElementVNode as h, createVNode as s, withCtx as l, withKeys as N, unref as o, createTextVNode as m, toDisplayString as u, withDirectives as c, createBlock as b, isRef as A, createCommentVNode as w } from "vue";
2
2
  import { useI18n as re } from "vue-i18n";
3
- import { _ as ie } from "./edit.vue_vue_type_script_setup_true_lang-B_2yu4sv.mjs";
4
- import de from "./assign-CbKUuMPJ.mjs";
5
- import { a as me, D as V } from "./index-Dw9AQlSo.mjs";
3
+ import { _ as ie } from "./edit.vue_vue_type_script_setup_true_lang-BA4yxgQj.mjs";
4
+ import de from "./assign-DS84uCHm.mjs";
5
+ import { a as me, D as V } from "./index-CGds22-2.mjs";
6
6
  import { useTableHooks as pe } from "jmash-core";
7
7
  import { useRouter as fe } from "vue-router";
8
- const be = { class: "app-container" }, ce = { class: "search-container" }, ye = ["onClick"], ve = ["onClick"], ge = ["onClick"], we = ["onClick"], De = /* @__PURE__ */ ne({
8
+ const ce = { class: "app-container" }, be = { class: "search-container" }, ye = ["onClick"], ve = ["onClick"], ge = ["onClick"], we = ["onClick"], De = /* @__PURE__ */ ne({
9
9
  __name: "index",
10
10
  setup(ke) {
11
11
  const { t: y } = re(), K = fe(), i = f({
@@ -122,7 +122,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
122
122
  }
123
123
  function X(a) {
124
124
  K.push({
125
- path: "/asset/asset-asset/assetExhibitioninfo",
125
+ path: "/rawasset/asset-asset/info",
126
126
  query: { entityKey: a.assetId }
127
127
  });
128
128
  }
@@ -139,8 +139,8 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
139
139
  }
140
140
  return n.getList(), (a, t) => {
141
141
  const x = d("el-input"), U = d("el-form-item"), v = d("el-col"), P = d("jmash-select"), g = d("el-button"), q = d("el-row"), ee = d("el-form"), te = d("jmash-column-select"), ae = d("jmash-table"), le = d("jmash-pagination"), oe = d("el-card"), se = d("jmash-import-upload"), p = ue("hasPerm");
142
- return r(), _("div", be, [
143
- h("div", ce, [
142
+ return r(), _("div", ce, [
143
+ h("div", be, [
144
144
  s(ee, {
145
145
  ref_key: "queryFormRef",
146
146
  ref: Q,
@@ -252,7 +252,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
252
252
  default: l(() => [
253
253
  s(v, { span: 12 }, {
254
254
  default: l(() => [
255
- b((r(), c(g, {
255
+ c((r(), b(g, {
256
256
  type: "primary",
257
257
  onClick: G
258
258
  }, {
@@ -263,7 +263,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
263
263
  })), [
264
264
  [p, ["asset:asset:add"]]
265
265
  ]),
266
- b((r(), c(g, {
266
+ c((r(), b(g, {
267
267
  type: "primary",
268
268
  onClick: t[8] || (t[8] = (e) => o(n).deleteRecords())
269
269
  }, {
@@ -282,7 +282,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
282
282
  align: "right"
283
283
  }, {
284
284
  default: l(() => [
285
- b((r(), c(g, {
285
+ c((r(), b(g, {
286
286
  plain: "",
287
287
  type: "primary",
288
288
  onClick: t[9] || (t[9] = (e) => C.value = !0)
@@ -294,7 +294,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
294
294
  })), [
295
295
  [p, ["asset:asset:import"]]
296
296
  ]),
297
- b((r(), c(g, {
297
+ c((r(), b(g, {
298
298
  plain: "",
299
299
  type: "primary",
300
300
  onClick: t[10] || (t[10] = (e) => o(n).handleExport(o(y)("asset.asset.name")))
@@ -319,7 +319,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
319
319
  })
320
320
  ]),
321
321
  footer: l(() => [
322
- o(T) > 0 ? (r(), c(le, {
322
+ o(T) > 0 ? (r(), b(le, {
323
323
  key: 0,
324
324
  total: o(T),
325
325
  "onUpdate:total": t[12] || (t[12] = (e) => A(T) ? T.value = e : null),
@@ -358,7 +358,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
358
358
  h("span", null, u(o(V).assetStatusDict.getValue(e.data.row.assignStatus)), 1)
359
359
  ]),
360
360
  operation: l((e) => [
361
- b((r(), _("span", {
361
+ c((r(), _("span", {
362
362
  class: "el-button-color",
363
363
  onClick: (E) => J(e.data.row)
364
364
  }, [
@@ -366,7 +366,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
366
366
  ], 8, ye)), [
367
367
  [p, ["asset:asset:update"]]
368
368
  ]),
369
- e.data.row.assignStatus === !1 ? b((r(), _("span", {
369
+ e.data.row.assignStatus === !1 ? c((r(), _("span", {
370
370
  key: 0,
371
371
  class: "el-button-color dropdown-left",
372
372
  onClick: (E) => o(n).deleteRecord(e.data.row)
@@ -375,7 +375,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
375
375
  ], 8, ve)), [
376
376
  [p, ["asset:asset:delete"]]
377
377
  ]) : w("", !0),
378
- e.data.row.assignStatus === !1 ? b((r(), _("span", {
378
+ e.data.row.assignStatus === !1 ? c((r(), _("span", {
379
379
  key: 1,
380
380
  class: "el-button-color dropdown-left",
381
381
  onClick: (E) => H(e.data.row)
@@ -384,7 +384,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
384
384
  ], 8, ge)), [
385
385
  [p, ["asset:asset:assign"]]
386
386
  ]) : w("", !0),
387
- b((r(), _("span", {
387
+ c((r(), _("span", {
388
388
  class: "el-button-color dropdown-left",
389
389
  onClick: (E) => X(e.data.row)
390
390
  }, [
@@ -398,7 +398,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
398
398
  ]),
399
399
  _: 1
400
400
  }),
401
- S.value ? (r(), c(ie, {
401
+ S.value ? (r(), b(ie, {
402
402
  key: 0,
403
403
  modelValue: S.value,
404
404
  "onUpdate:modelValue": t[16] || (t[16] = (e) => S.value = e),
@@ -407,7 +407,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
407
407
  width: "900px",
408
408
  onRefresh: I
409
409
  }, null, 8, ["modelValue", "title", "entity-key"])) : w("", !0),
410
- C.value ? (r(), c(se, {
410
+ C.value ? (r(), b(se, {
411
411
  key: 1,
412
412
  "upload-visible": C.value,
413
413
  "template-title": a.$t("sysUser.templateDownload"),
@@ -415,7 +415,7 @@ const be = { class: "app-container" }, ce = { class: "search-container" }, ye =
415
415
  onImportEvents: Z,
416
416
  onUploadClosed: Y
417
417
  }, null, 8, ["upload-visible", "template-title"])) : w("", !0),
418
- D.value ? (r(), c(de, {
418
+ D.value ? (r(), b(de, {
419
419
  key: 2,
420
420
  modelValue: D.value,
421
421
  "onUpdate:modelValue": t[18] || (t[18] = (e) => D.value = e),