xyvcard-asset 0.0.23 → 0.0.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.
- package/dist/{assign-D4YB344H.mjs → assign-Cx16U6jb.mjs} +7 -5
- package/dist/{edit-yvYhMo5N.mjs → edit-B49ygJbc.mjs} +1 -1
- package/dist/{edit-Bwq5Vg9D.mjs → edit-Ds7g0sBn.mjs} +1 -1
- package/dist/{edit-D3zlqt11.mjs → edit-DuHNKz_4.mjs} +1 -1
- package/dist/{edit-DxvSeH5Y.mjs → edit-JbjxRp1e.mjs} +1 -1
- package/dist/{edit.vue_vue_type_script_setup_true_lang-CA2vVvh7.mjs → edit.vue_vue_type_script_setup_true_lang-BKhYm0-l.mjs} +28 -24
- package/dist/{edit.vue_vue_type_script_setup_true_lang-CK2dpk1z.mjs → edit.vue_vue_type_script_setup_true_lang-C06QNWoO.mjs} +120 -115
- package/dist/{edit.vue_vue_type_script_setup_true_lang-DnzT146Q.mjs → edit.vue_vue_type_script_setup_true_lang-DCQmjaPp.mjs} +10 -8
- package/dist/{edit.vue_vue_type_script_setup_true_lang-D59t05Ec.mjs → edit.vue_vue_type_script_setup_true_lang-mrDURO_L.mjs} +14 -13
- package/dist/{index-4gYJADQ3.mjs → index-5OS9ZzQf.mjs} +1 -1
- package/dist/index-BI8iDWzU.mjs +117 -0
- package/dist/index-BPuC76hs.mjs +338 -0
- package/dist/index-BQdGP1ah.mjs +152 -0
- package/dist/{index-DZAvRhPJ.mjs → index-BTfwEQad.mjs} +18 -16
- package/dist/index-BTvHsKHc.mjs +48286 -0
- package/dist/{index-CVU2G5rZ.mjs → index-B_EEJeEN.mjs} +1 -1
- package/dist/{index-CQE1DdOZ.mjs → index-C0Rd9wWv.mjs} +30 -27
- package/dist/{index-e_AlnW3A.mjs → index-C0cy2lYz.mjs} +37 -35
- package/dist/{index-BmxQiLjm.mjs → index-C33SaJIu.mjs} +48 -46
- package/dist/{index-DxQzN9_F.mjs → index-ColX0w7n.mjs} +17 -14
- package/dist/{index-Bx1vPk7S.mjs → index-D13F64qL.mjs} +142 -152
- package/dist/{index-vfIgwaoQ.mjs → index-DGHhDZ-w.mjs} +24 -22
- package/dist/{index-DmX4B8mf.mjs → index-DTHatck1.mjs} +61 -59
- package/dist/{index-eTof-sqF.mjs → index-DwPSpT78.mjs} +22 -20
- package/dist/index-U4WVV44p.mjs +1412 -0
- package/dist/{index-hCldWS2K.mjs → index-yjFsDfGI.mjs} +48 -45
- package/dist/index.mjs +2 -2
- package/dist/style.css +1 -1
- package/dts/api/asset/asset-asset/index.d.ts +1 -8
- package/dts/api/asset/asset-site-service/index.d.ts +2 -2
- package/dts/api/asset/asset-site-service/types.d.ts +1 -5
- package/dts/api/dict.d.ts +1 -4
- package/dts/api/index.d.ts +2 -1
- package/dts/constant.d.ts +3 -3
- package/dts/main.d.ts +1 -0
- package/dts/utils/common.d.ts +0 -41
- package/dts/views/asset/asset-site/edit.vue.d.ts +1 -1
- package/package.json +11 -13
- package/dist/index-0_FQdBCk.mjs +0 -322
- package/dist/index-BOS2gtjd.mjs +0 -165
- package/dist/index-eassrLOa.mjs +0 -1673
- package/dts/api/asset/text/index.d.ts +0 -140
- package/dts/api/asset/text/types.d.ts +0 -179
- package/dts/components/Upload/ImageUpload.vue.d.ts +0 -38
- package/dts/components/Upload/MultiUpload.vue.d.ts +0 -24
- package/dts/utils/index.d.ts +0 -24
package/dist/index-0_FQdBCk.mjs
DELETED
@@ -1,322 +0,0 @@
|
|
1
|
-
import { defineComponent as H, ref as I, computed as Q, onBeforeMount as K, resolveComponent as u, openBlock as S, createElementBlock as G, createVNode as o, withCtx as e, createTextVNode as r, toDisplayString as a, unref as m, createBlock as J, isRef as O, createCommentVNode as W, createElementVNode as i } from "vue";
|
2
|
-
import { useUserStore as y, clearEmpty as h, request as $, useTableHooks as X, routerUtil as Z } from "jmash-core";
|
3
|
-
import { useI18n as x } from "vue-i18n";
|
4
|
-
import { useRouter as ee, useRoute as te } from "vue-router";
|
5
|
-
import { q as ae, D as V, a as le } from "./index-eassrLOa.mjs";
|
6
|
-
import { c as oe } from "./common-CshrwPyx.mjs";
|
7
|
-
class se {
|
8
|
-
getKey(s) {
|
9
|
-
return {
|
10
|
-
recordId: s.recordId
|
11
|
-
};
|
12
|
-
}
|
13
|
-
// 查询翻页信息资产折旧记录
|
14
|
-
findPage(s) {
|
15
|
-
const _ = y().user.tenant;
|
16
|
-
return h(s), $({
|
17
|
-
url: "/v1/asset/depreciation_record/page/" + _,
|
18
|
-
method: "get",
|
19
|
-
params: s
|
20
|
-
});
|
21
|
-
}
|
22
|
-
// 查询列表信息资产折旧记录
|
23
|
-
findList(s) {
|
24
|
-
const _ = y().user.tenant;
|
25
|
-
return h(s), $({
|
26
|
-
url: "/v1/asset/depreciation_record/list/" + _,
|
27
|
-
method: "get",
|
28
|
-
params: s
|
29
|
-
});
|
30
|
-
}
|
31
|
-
// 查询资产折旧记录
|
32
|
-
findById(s) {
|
33
|
-
const _ = y().user.tenant;
|
34
|
-
return h(s), $({
|
35
|
-
url: "/v1/asset/depreciation_record/id/" + _ + "/" + s.recordId,
|
36
|
-
method: "get"
|
37
|
-
});
|
38
|
-
}
|
39
|
-
// 导出资产折旧记录Excel文件
|
40
|
-
exportExcel(s) {
|
41
|
-
const _ = y().user.tenant;
|
42
|
-
h(s);
|
43
|
-
const f = ae.stringify(s, {
|
44
|
-
arrayFormat: "brackets",
|
45
|
-
allowDots: !0
|
46
|
-
});
|
47
|
-
return $({
|
48
|
-
url: "/v1/asset/depreciation_record/" + _ + "/depreciation_records.xlsx?" + f,
|
49
|
-
method: "get",
|
50
|
-
responseType: "blob"
|
51
|
-
});
|
52
|
-
}
|
53
|
-
}
|
54
|
-
const C = new se(), ne = { class: "app-container" }, re = { class: "cell-item" }, ie = { class: "cell-item" }, de = { class: "cell-item" }, ue = { class: "cell-item" }, ce = { class: "cell-item" }, pe = { class: "cell-item" }, me = { class: "cell-item" }, _e = { class: "cell-item" }, fe = { class: "cell-item" }, ve = { class: "cell-item" }, be = {
|
55
|
-
class: "search-container",
|
56
|
-
style: { border: "none" }
|
57
|
-
}, Ie = /* @__PURE__ */ H({
|
58
|
-
__name: "index",
|
59
|
-
setup(P) {
|
60
|
-
const { t: s } = x(), _ = ee(), f = te();
|
61
|
-
V.assetSortDictEnum.useEnumValues();
|
62
|
-
const d = I({
|
63
|
-
curPage: 1,
|
64
|
-
pageSize: 10,
|
65
|
-
assetId: f.query.assetId
|
66
|
-
}), n = I({}), w = Q(() => {
|
67
|
-
const t = n.value.oldMoney ?? 0, l = parseFloat(
|
68
|
-
n.value.totalDepreciation ?? "0"
|
69
|
-
), v = t - l;
|
70
|
-
return parseFloat(v.toFixed(2));
|
71
|
-
}), {
|
72
|
-
tableHooks: k,
|
73
|
-
multipleTableRef: E,
|
74
|
-
queryFormRef: q,
|
75
|
-
listLoading: z,
|
76
|
-
tableData: g,
|
77
|
-
total: b
|
78
|
-
} = X(s, C, d);
|
79
|
-
let B = I([
|
80
|
-
// 折旧年月
|
81
|
-
{
|
82
|
-
label: "depreciationRecord.year",
|
83
|
-
prop: "years",
|
84
|
-
sortable: "custom",
|
85
|
-
isColumn: !0
|
86
|
-
},
|
87
|
-
// 月折旧额
|
88
|
-
{
|
89
|
-
label: "depreciationRecord.depreciationMoney",
|
90
|
-
prop: "depreciationMoney",
|
91
|
-
sortable: "custom",
|
92
|
-
isColumn: !0
|
93
|
-
}
|
94
|
-
]);
|
95
|
-
function M(t) {
|
96
|
-
d.value.year = oe(t).getYear();
|
97
|
-
}
|
98
|
-
function F() {
|
99
|
-
Z.closeTagView(f.fullPath, _, !1);
|
100
|
-
}
|
101
|
-
return K(() => {
|
102
|
-
f.query.assetId ? (le.findById({ assetId: f.query.assetId }).then(({ data: t }) => {
|
103
|
-
n.value = t;
|
104
|
-
}), C.findPage({
|
105
|
-
assetId: f.query.assetId
|
106
|
-
}).then(({ data: { results: t, curPage: l, pageSize: v, totalSize: D } }) => {
|
107
|
-
t && (g.value = t, d.value.curPage = l, d.value.pageSize = v, b.value = D);
|
108
|
-
})) : g.value = [];
|
109
|
-
}), (t, l) => {
|
110
|
-
const v = u("el-button"), D = u("el-col"), L = u("el-row"), c = u("el-descriptions-item"), T = u("el-descriptions"), U = u("el-date-picker"), R = u("el-form-item"), j = u("el-form"), A = u("jmash-table"), N = u("jmash-pagination"), Y = u("el-card");
|
111
|
-
return S(), G("div", ne, [
|
112
|
-
o(Y, {
|
113
|
-
shadow: "never",
|
114
|
-
class: "table-container"
|
115
|
-
}, {
|
116
|
-
header: e(() => [
|
117
|
-
o(L, { justify: "space-between" }, {
|
118
|
-
default: e(() => [
|
119
|
-
o(D, { span: 12 }, {
|
120
|
-
default: e(() => [
|
121
|
-
o(v, {
|
122
|
-
type: "primary",
|
123
|
-
onClick: F
|
124
|
-
}, {
|
125
|
-
default: e(() => [
|
126
|
-
r(a(t.$t("common.back")), 1)
|
127
|
-
]),
|
128
|
-
_: 1
|
129
|
-
})
|
130
|
-
]),
|
131
|
-
_: 1
|
132
|
-
})
|
133
|
-
]),
|
134
|
-
_: 1
|
135
|
-
})
|
136
|
-
]),
|
137
|
-
footer: e(() => [
|
138
|
-
m(b) > 0 ? (S(), J(N, {
|
139
|
-
key: 0,
|
140
|
-
total: m(b),
|
141
|
-
"onUpdate:total": l[3] || (l[3] = (p) => O(b) ? b.value = p : null),
|
142
|
-
"current-page": d.value.curPage,
|
143
|
-
"onUpdate:currentPage": l[4] || (l[4] = (p) => d.value.curPage = p),
|
144
|
-
"page-size": d.value.pageSize,
|
145
|
-
"onUpdate:pageSize": l[5] || (l[5] = (p) => d.value.pageSize = p),
|
146
|
-
onPagination: l[6] || (l[6] = (p) => m(k).getList())
|
147
|
-
}, null, 8, ["total", "current-page", "page-size"])) : W("", !0)
|
148
|
-
]),
|
149
|
-
default: e(() => [
|
150
|
-
l[7] || (l[7] = i("div", { class: "title-content" }, "资产信息", -1)),
|
151
|
-
o(T, {
|
152
|
-
class: "margin-top",
|
153
|
-
column: 2,
|
154
|
-
border: ""
|
155
|
-
}, {
|
156
|
-
default: e(() => [
|
157
|
-
o(c, null, {
|
158
|
-
label: e(() => [
|
159
|
-
i("div", re, a(t.$t("asset.name")), 1)
|
160
|
-
]),
|
161
|
-
default: e(() => [
|
162
|
-
r(" " + a(n.value.name), 1)
|
163
|
-
]),
|
164
|
-
_: 1
|
165
|
-
}),
|
166
|
-
o(c, null, {
|
167
|
-
label: e(() => [
|
168
|
-
i("div", ie, a(t.$t("asset.code")), 1)
|
169
|
-
]),
|
170
|
-
default: e(() => [
|
171
|
-
r(" " + a(n.value.code), 1)
|
172
|
-
]),
|
173
|
-
_: 1
|
174
|
-
}),
|
175
|
-
o(c, null, {
|
176
|
-
label: e(() => [
|
177
|
-
i("div", de, a(t.$t("asset.number")) + "/" + a(t.$t("asset.unit")), 1)
|
178
|
-
]),
|
179
|
-
default: e(() => [
|
180
|
-
r(" " + a(n.value.number) + "/" + a(n.value.unit), 1)
|
181
|
-
]),
|
182
|
-
_: 1
|
183
|
-
}),
|
184
|
-
o(c, null, {
|
185
|
-
label: e(() => [
|
186
|
-
i("div", ue, a(t.$t("asset.buyDate")), 1)
|
187
|
-
]),
|
188
|
-
default: e(() => [
|
189
|
-
r(" " + a(n.value.buyDate), 1)
|
190
|
-
]),
|
191
|
-
_: 1
|
192
|
-
}),
|
193
|
-
o(c, null, {
|
194
|
-
label: e(() => [
|
195
|
-
i("div", ce, a(t.$t("asset.assetSort")), 1)
|
196
|
-
]),
|
197
|
-
default: e(() => [
|
198
|
-
r(" " + a(m(V).assetSortDictEnum.getEnumValue(
|
199
|
-
n.value.assetSort
|
200
|
-
)), 1)
|
201
|
-
]),
|
202
|
-
_: 1
|
203
|
-
}),
|
204
|
-
o(c, null, {
|
205
|
-
label: e(() => [
|
206
|
-
i("div", pe, a(t.$t("asset.useLimit")), 1)
|
207
|
-
]),
|
208
|
-
default: e(() => [
|
209
|
-
r(" " + a(n.value.useLimit), 1)
|
210
|
-
]),
|
211
|
-
_: 1
|
212
|
-
}),
|
213
|
-
o(c, null, {
|
214
|
-
label: e(() => [
|
215
|
-
i("div", me, a(t.$t("asset.oldMoney")), 1)
|
216
|
-
]),
|
217
|
-
default: e(() => [
|
218
|
-
r(" " + a(n.value.oldMoney), 1)
|
219
|
-
]),
|
220
|
-
_: 1
|
221
|
-
}),
|
222
|
-
o(c, null, {
|
223
|
-
label: e(() => [
|
224
|
-
i("div", _e, a(t.$t("asset.netSalvage")), 1)
|
225
|
-
]),
|
226
|
-
default: e(() => [
|
227
|
-
r(" " + a(n.value.netSalvage), 1)
|
228
|
-
]),
|
229
|
-
_: 1
|
230
|
-
}),
|
231
|
-
o(c, null, {
|
232
|
-
label: e(() => [
|
233
|
-
i("div", fe, a(t.$t("depreciationRecord.netAssetValue")), 1)
|
234
|
-
]),
|
235
|
-
default: e(() => [
|
236
|
-
r(" " + a(w.value), 1)
|
237
|
-
]),
|
238
|
-
_: 1
|
239
|
-
}),
|
240
|
-
o(c, null, {
|
241
|
-
label: e(() => [
|
242
|
-
i("div", ve, a(t.$t("depreciationRecord.totalDepreciation")), 1)
|
243
|
-
]),
|
244
|
-
default: e(() => [
|
245
|
-
r(" " + a(n.value.totalDepreciation), 1)
|
246
|
-
]),
|
247
|
-
_: 1
|
248
|
-
})
|
249
|
-
]),
|
250
|
-
_: 1
|
251
|
-
}),
|
252
|
-
l[8] || (l[8] = i("div", { class: "title-content" }, "折旧记录", -1)),
|
253
|
-
i("div", be, [
|
254
|
-
o(j, {
|
255
|
-
ref_key: "queryFormRef",
|
256
|
-
ref: q,
|
257
|
-
model: d.value,
|
258
|
-
inline: !0
|
259
|
-
}, {
|
260
|
-
default: e(() => [
|
261
|
-
o(R, {
|
262
|
-
label: t.$t("depreciationRecord.years"),
|
263
|
-
prop: "selectYear"
|
264
|
-
}, {
|
265
|
-
default: e(() => [
|
266
|
-
o(U, {
|
267
|
-
modelValue: d.value.selectYear,
|
268
|
-
"onUpdate:modelValue": l[0] || (l[0] = (p) => d.value.selectYear = p),
|
269
|
-
disabled: m(g).length === 0,
|
270
|
-
type: "year",
|
271
|
-
placeholder: t.$t("depreciationRecord.yearPlaceholder"),
|
272
|
-
onChange: M
|
273
|
-
}, null, 8, ["modelValue", "disabled", "placeholder"])
|
274
|
-
]),
|
275
|
-
_: 1
|
276
|
-
}, 8, ["label"]),
|
277
|
-
o(R, { class: "search-btn" }, {
|
278
|
-
default: e(() => [
|
279
|
-
o(v, {
|
280
|
-
type: "primary",
|
281
|
-
onClick: l[1] || (l[1] = (p) => m(k).handleQuery())
|
282
|
-
}, {
|
283
|
-
default: e(() => [
|
284
|
-
r(a(t.$t("common.search")), 1)
|
285
|
-
]),
|
286
|
-
_: 1
|
287
|
-
}),
|
288
|
-
o(v, {
|
289
|
-
onClick: l[2] || (l[2] = (p) => m(k).resetQuery())
|
290
|
-
}, {
|
291
|
-
default: e(() => [
|
292
|
-
r(a(t.$t("common.reset")), 1)
|
293
|
-
]),
|
294
|
-
_: 1
|
295
|
-
})
|
296
|
-
]),
|
297
|
-
_: 1
|
298
|
-
})
|
299
|
-
]),
|
300
|
-
_: 1
|
301
|
-
}, 8, ["model"])
|
302
|
-
]),
|
303
|
-
o(A, {
|
304
|
-
ref_key: "multipleTableRef",
|
305
|
-
ref: E,
|
306
|
-
class: "table-top",
|
307
|
-
"row-key": "assetId",
|
308
|
-
"is-selection": !1,
|
309
|
-
"list-loading": m(z),
|
310
|
-
data: m(g),
|
311
|
-
"table-label": m(B)
|
312
|
-
}, null, 8, ["list-loading", "data", "table-label"])
|
313
|
-
]),
|
314
|
-
_: 1
|
315
|
-
})
|
316
|
-
]);
|
317
|
-
};
|
318
|
-
}
|
319
|
-
});
|
320
|
-
export {
|
321
|
-
Ie as default
|
322
|
-
};
|
package/dist/index-BOS2gtjd.mjs
DELETED
@@ -1,165 +0,0 @@
|
|
1
|
-
import { defineComponent as N, ref as k, resolveComponent as c, openBlock as d, createElementBlock as m, createVNode as t, withCtx as e, createTextVNode as u, toDisplayString as l, createElementVNode as s, unref as O, withDirectives as $, vShow as D, createCommentVNode as q } from "vue";
|
2
|
-
import { useRouter as z, useRoute as K } from "vue-router";
|
3
|
-
import { D as w, s as L } from "./index-eassrLOa.mjs";
|
4
|
-
import { routerUtil as R } from "jmash-core";
|
5
|
-
const S = { class: "app-container" }, T = { class: "cell-item" }, j = { class: "cell-item" }, A = { class: "cell-item" }, U = { class: "cell-item" }, F = { class: "cell-item" }, G = { class: "cell-item" }, H = { class: "cell-item" }, J = { key: 0 }, M = { key: 1 }, Q = {
|
6
|
-
key: 2,
|
7
|
-
class: "distance-left"
|
8
|
-
}, ee = /* @__PURE__ */ N({
|
9
|
-
__name: "index",
|
10
|
-
setup(W) {
|
11
|
-
w.unionOrgBizLayDict.useValues();
|
12
|
-
const C = z(), _ = K(), r = k([!1]), n = k({});
|
13
|
-
_.query.entityKey && L.findById({ siteId: _.query.entityKey }).then(({ data: o }) => {
|
14
|
-
n.value = Object.assign(n, o);
|
15
|
-
});
|
16
|
-
function p(o) {
|
17
|
-
r.value[o] = !r.value[o];
|
18
|
-
}
|
19
|
-
function V() {
|
20
|
-
R.closeTagView(_.fullPath, C, !1);
|
21
|
-
}
|
22
|
-
return (o, i) => {
|
23
|
-
const B = c("el-button"), a = c("el-descriptions-item"), v = c("el-descriptions"), f = c("el-col"), b = c("svg-icon"), I = c("el-row"), E = c("el-card");
|
24
|
-
return d(), m("div", S, [
|
25
|
-
t(E, { shadow: "never" }, {
|
26
|
-
header: e(() => [
|
27
|
-
t(B, {
|
28
|
-
type: "primary",
|
29
|
-
onClick: V
|
30
|
-
}, {
|
31
|
-
default: e(() => [
|
32
|
-
u(l(o.$t("common.back")), 1)
|
33
|
-
]),
|
34
|
-
_: 1
|
35
|
-
})
|
36
|
-
]),
|
37
|
-
default: e(() => [
|
38
|
-
t(I, {
|
39
|
-
gutter: 20,
|
40
|
-
style: { width: "100%" }
|
41
|
-
}, {
|
42
|
-
default: e(() => [
|
43
|
-
t(f, { span: 24 }, {
|
44
|
-
default: e(() => [
|
45
|
-
i[2] || (i[2] = s("div", { class: "title-content" }, "场地信息", -1)),
|
46
|
-
t(v, {
|
47
|
-
class: "margin-top",
|
48
|
-
column: 2,
|
49
|
-
border: ""
|
50
|
-
}, {
|
51
|
-
default: e(() => [
|
52
|
-
t(a, null, {
|
53
|
-
label: e(() => [
|
54
|
-
s("div", T, l(o.$t("site.orgId")), 1)
|
55
|
-
]),
|
56
|
-
default: e(() => [
|
57
|
-
u(" " + l(O(w).unionOrgBizLayDict.getValue(n.value.orgId)), 1)
|
58
|
-
]),
|
59
|
-
_: 1
|
60
|
-
}),
|
61
|
-
t(a, null, {
|
62
|
-
label: e(() => [
|
63
|
-
s("div", j, l(o.$t("site.name")), 1)
|
64
|
-
]),
|
65
|
-
default: e(() => [
|
66
|
-
u(" " + l(n.value.name), 1)
|
67
|
-
]),
|
68
|
-
_: 1
|
69
|
-
}),
|
70
|
-
t(a, null, {
|
71
|
-
label: e(() => [
|
72
|
-
s("div", A, l(o.$t("site.buildDate")), 1)
|
73
|
-
]),
|
74
|
-
default: e(() => [
|
75
|
-
u(" " + l(n.value.buildDate), 1)
|
76
|
-
]),
|
77
|
-
_: 1
|
78
|
-
}),
|
79
|
-
t(a, null, {
|
80
|
-
label: e(() => [
|
81
|
-
s("div", U, l(o.$t("site.area")), 1)
|
82
|
-
]),
|
83
|
-
default: e(() => [
|
84
|
-
u(" " + l(n.value.area), 1)
|
85
|
-
]),
|
86
|
-
_: 1
|
87
|
-
}),
|
88
|
-
t(a, null, {
|
89
|
-
label: e(() => [
|
90
|
-
s("div", F, l(o.$t("site.address")), 1)
|
91
|
-
]),
|
92
|
-
default: e(() => [
|
93
|
-
u(" " + l(n.value.name), 1)
|
94
|
-
]),
|
95
|
-
_: 1
|
96
|
-
})
|
97
|
-
]),
|
98
|
-
_: 1
|
99
|
-
})
|
100
|
-
]),
|
101
|
-
_: 1
|
102
|
-
}),
|
103
|
-
t(f, { span: 24 }, {
|
104
|
-
default: e(() => [
|
105
|
-
i[3] || (i[3] = s("div", { class: "title-content" }, "管理员信息", -1)),
|
106
|
-
t(v, {
|
107
|
-
class: "margin-top",
|
108
|
-
column: 2,
|
109
|
-
border: ""
|
110
|
-
}, {
|
111
|
-
default: e(() => [
|
112
|
-
t(a, null, {
|
113
|
-
label: e(() => [
|
114
|
-
s("div", G, l(o.$t("site.manager")), 1)
|
115
|
-
]),
|
116
|
-
default: e(() => [
|
117
|
-
u(" " + l(n.value.manager), 1)
|
118
|
-
]),
|
119
|
-
_: 1
|
120
|
-
}),
|
121
|
-
t(a, null, {
|
122
|
-
label: e(() => [
|
123
|
-
s("div", H, l(o.$t("site.mobilePhone")), 1)
|
124
|
-
]),
|
125
|
-
default: e(() => {
|
126
|
-
var y, g, h;
|
127
|
-
return [
|
128
|
-
r.value[0] ? (d(), m("span", M, l((g = n.value) == null ? void 0 : g.mobilePhone), 1)) : (d(), m("span", J, l((y = n.value) == null ? void 0 : y.mobilePhoneIns), 1)),
|
129
|
-
(h = n.value) != null && h.mobilePhoneIns ? (d(), m("span", Q, [
|
130
|
-
$(t(b, {
|
131
|
-
"icon-class": "close-eye",
|
132
|
-
onClick: i[0] || (i[0] = (P) => p(0))
|
133
|
-
}, null, 512), [
|
134
|
-
[D, !r.value[0]]
|
135
|
-
]),
|
136
|
-
$(t(b, {
|
137
|
-
"icon-class": "eye-open",
|
138
|
-
onClick: i[1] || (i[1] = (P) => p(0))
|
139
|
-
}, null, 512), [
|
140
|
-
[D, r.value[0]]
|
141
|
-
])
|
142
|
-
])) : q("", !0)
|
143
|
-
];
|
144
|
-
}),
|
145
|
-
_: 1
|
146
|
-
})
|
147
|
-
]),
|
148
|
-
_: 1
|
149
|
-
})
|
150
|
-
]),
|
151
|
-
_: 1
|
152
|
-
})
|
153
|
-
]),
|
154
|
-
_: 1
|
155
|
-
})
|
156
|
-
]),
|
157
|
-
_: 1
|
158
|
-
})
|
159
|
-
]);
|
160
|
-
};
|
161
|
-
}
|
162
|
-
});
|
163
|
-
export {
|
164
|
-
ee as default
|
165
|
-
};
|