nxd-plugin 1.7.68 → 1.7.70
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/chunks/component-YCDataMonitor-BGlcRDb4.mjs +326 -0
- package/dist/chunks/{component-YCDataService-CF5aJpCW.mjs → component-YCDataService-BJkvy1Zi.mjs} +11 -11
- package/dist/nxd-plugin.mjs +7 -8
- package/dist/src/components/YCDataService/YCDataService.vue.d.ts +66 -1
- package/dist/src/index.d.ts +1 -3
- package/dist/styles/component-YCDataMonitor.css +1 -1
- package/dist/styles/component-YCDataService.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +1 -1
- package/dist/chunks/component-YCDataMonitor-EnSHzmp3.mjs +0 -325
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
import { n as e, r as t } from "./component-AqiMonitor-DbEiA-eq.mjs";
|
|
2
|
+
import { ElInput as n, ElLoadingDirective as r } from "element-plus/es";
|
|
3
|
+
import { Fragment as i, Teleport as a, computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, createVNode as f, defineComponent as p, normalizeClass as m, onBeforeUnmount as ee, onMounted as te, openBlock as h, ref as g, renderList as _, toDisplayString as v, withDirectives as y, withModifiers as ne } from "vue";
|
|
4
|
+
import { ElMessage as re } from "element-plus";
|
|
5
|
+
import "element-plus/es/components/input/style/css";
|
|
6
|
+
import "element-plus/es/components/message/style/css";
|
|
7
|
+
//#region src/components/YCDataMonitor/YCDataMonitor.vue?vue&type=script&setup=true&lang.ts
|
|
8
|
+
var ie = {
|
|
9
|
+
class: "YCDataMonitor",
|
|
10
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
11
|
+
}, ae = { class: "YCDataMonitor-summary" }, oe = { class: "summary-table" }, se = { class: "summary-head" }, ce = ["onClick"], le = { class: "summary-body" }, ue = { class: "summary-row" }, de = { class: "summary-row" }, fe = { class: "summary-row" }, pe = { class: "summary-row" }, me = { class: "YCDataMonitor-toolbar" }, he = { class: "filter-group" }, ge = { class: "YCDataMonitor-detail" }, _e = { class: "detail-table" }, ve = { class: "detail-head" }, b = ["onClick"], x = { class: "detail-body" }, S = { class: "detail-cell detail-cell-index" }, C = { class: "detail-cell detail-cell-action" }, w = ["onClick"], T = { class: "dialog-box" }, E = { class: "dialog-header" }, D = { class: "dialog-title" }, O = { class: "dialog-body" }, k = { class: "info-grid" }, A = { class: "info-row-inline" }, j = { class: "info-item" }, M = { class: "info-value" }, N = { class: "info-item" }, P = { class: "info-value" }, F = { class: "info-item" }, ye = { class: "info-value" }, be = { class: "info-item info-item-full" }, xe = { class: "info-header" }, Se = { class: "info-value" }, Ce = { class: "info-missing" }, we = { class: "missing-list" }, Te = {
|
|
12
|
+
key: 0,
|
|
13
|
+
class: "missing-empty"
|
|
14
|
+
}, Ee = {
|
|
15
|
+
key: 0,
|
|
16
|
+
class: "info-action"
|
|
17
|
+
}, De = { class: "info-item info-item-full" }, Oe = { class: "info-header" }, ke = { class: "info-value" }, I = { class: "info-missing" }, Ae = { class: "missing-list" }, je = {
|
|
18
|
+
key: 0,
|
|
19
|
+
class: "missing-empty"
|
|
20
|
+
}, Me = {
|
|
21
|
+
key: 0,
|
|
22
|
+
class: "info-action"
|
|
23
|
+
}, Ne = { class: "info-item info-item-full" }, Pe = { class: "info-header" }, Fe = { class: "info-value" }, Ie = { class: "info-missing" }, Le = { class: "missing-list" }, Re = {
|
|
24
|
+
key: 0,
|
|
25
|
+
class: "missing-empty"
|
|
26
|
+
}, ze = {
|
|
27
|
+
key: 0,
|
|
28
|
+
class: "info-action"
|
|
29
|
+
}, Be = { class: "info-item info-item-full" }, Ve = { class: "info-header" }, He = { class: "info-value" }, Ue = { class: "info-missing" }, We = { class: "missing-list" }, Ge = {
|
|
30
|
+
key: 0,
|
|
31
|
+
class: "missing-empty"
|
|
32
|
+
}, Ke = {
|
|
33
|
+
key: 0,
|
|
34
|
+
class: "info-action"
|
|
35
|
+
}, L = /* @__PURE__ */ e(/* @__PURE__ */ p({
|
|
36
|
+
__name: "YCDataMonitor",
|
|
37
|
+
props: {
|
|
38
|
+
appKey: {
|
|
39
|
+
type: String,
|
|
40
|
+
default: ""
|
|
41
|
+
},
|
|
42
|
+
appSalt: {
|
|
43
|
+
type: String,
|
|
44
|
+
default: ""
|
|
45
|
+
},
|
|
46
|
+
baseHttp: {
|
|
47
|
+
type: String,
|
|
48
|
+
default: ""
|
|
49
|
+
},
|
|
50
|
+
ids: {
|
|
51
|
+
type: Object,
|
|
52
|
+
default: () => ({})
|
|
53
|
+
},
|
|
54
|
+
date: {
|
|
55
|
+
type: String,
|
|
56
|
+
default: ""
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
setup(e, { expose: p }) {
|
|
60
|
+
let L = e, R = g(!1), z = g([]), B = g([]), V = [
|
|
61
|
+
{
|
|
62
|
+
key: "cnty",
|
|
63
|
+
label: "县名",
|
|
64
|
+
sortable: !1
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
key: "stationName",
|
|
68
|
+
label: "站名",
|
|
69
|
+
sortable: !1
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
key: "stationId",
|
|
73
|
+
label: "站号",
|
|
74
|
+
sortable: !0
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
key: "minuteWeather",
|
|
78
|
+
label: "分钟天气数据统计(实际/预期)",
|
|
79
|
+
sortable: !1
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
key: "minutePrecipitation",
|
|
83
|
+
label: "分钟降水数据统计(实际/预期)",
|
|
84
|
+
sortable: !1
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
key: "hourly",
|
|
88
|
+
label: "小时数据统计(实际/预期)",
|
|
89
|
+
sortable: !1
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
key: "daily",
|
|
93
|
+
label: "日数据统计(实际/预期)",
|
|
94
|
+
sortable: !1
|
|
95
|
+
}
|
|
96
|
+
], qe = [
|
|
97
|
+
{
|
|
98
|
+
key: "index",
|
|
99
|
+
label: "序号",
|
|
100
|
+
sortable: !1
|
|
101
|
+
},
|
|
102
|
+
...V,
|
|
103
|
+
{
|
|
104
|
+
key: "action",
|
|
105
|
+
label: "操作",
|
|
106
|
+
sortable: !1
|
|
107
|
+
}
|
|
108
|
+
], H = g(null), U = g(!0), W = g(""), G = g(""), K = g(null), q = g(null), Je = o(() => {
|
|
109
|
+
let e = B.value;
|
|
110
|
+
U.value || (e = e.filter((e) => e.cnty === "袁州区"));
|
|
111
|
+
let t = W.value.trim();
|
|
112
|
+
t && (e = e.filter((e) => e.cnty.includes(t)));
|
|
113
|
+
let n = G.value.trim();
|
|
114
|
+
return n && (e = e.filter((e) => e.stationName.includes(n))), e;
|
|
115
|
+
}), Ye = o(() => {
|
|
116
|
+
let e = [...Je.value];
|
|
117
|
+
if (!K.value || !q.value) return e;
|
|
118
|
+
let t = K.value;
|
|
119
|
+
return e.sort((e, n) => {
|
|
120
|
+
let r = e[t], i = n[t], a = r === null || r === "" || r === void 0, o = i === null || i === "" || i === void 0;
|
|
121
|
+
if (a && o) return 0;
|
|
122
|
+
if (a) return 1;
|
|
123
|
+
if (o) return -1;
|
|
124
|
+
let s = J(String(r)), c = J(String(i));
|
|
125
|
+
return q.value === "asc" ? s - c : c - s;
|
|
126
|
+
});
|
|
127
|
+
});
|
|
128
|
+
te(() => {
|
|
129
|
+
$(), H.value = setInterval(() => {
|
|
130
|
+
$();
|
|
131
|
+
}, 1e3 * 60 * 10);
|
|
132
|
+
}), ee(() => {
|
|
133
|
+
clearInterval(H.value), H.value = null;
|
|
134
|
+
});
|
|
135
|
+
let J = (e) => {
|
|
136
|
+
let t = e.match(/^(-?\d+(?:\.\d+)?)/);
|
|
137
|
+
return t ? Number(t[1]) : Number(e) || 0;
|
|
138
|
+
}, Xe = (e) => {
|
|
139
|
+
K.value === e ? q.value === "desc" ? q.value = "asc" : q.value === "asc" ? (K.value = null, q.value = null) : q.value = "desc" : (K.value = e, q.value = "desc");
|
|
140
|
+
}, Y = g(!1), X = g({}), Z = (e) => {
|
|
141
|
+
X.value = { ...e }, Y.value = !0;
|
|
142
|
+
}, Q = async (e) => {
|
|
143
|
+
let n = JSON.parse(JSON.stringify(X.value));
|
|
144
|
+
R.value = !0;
|
|
145
|
+
let r = await t({
|
|
146
|
+
appKey: L.appKey,
|
|
147
|
+
appSalt: L.appSalt,
|
|
148
|
+
id: L.ids.YCDataMonitor_getUrl.id,
|
|
149
|
+
variables: {
|
|
150
|
+
dataType: e,
|
|
151
|
+
stationIds: n.stationId,
|
|
152
|
+
missingTimes: n[e].missingTimes.toString()
|
|
153
|
+
},
|
|
154
|
+
baseHttp: L.baseHttp,
|
|
155
|
+
reqType: L.ids.YCDataMonitor_getUrl.reqType,
|
|
156
|
+
isFormData: L.ids.YCDataMonitor_getUrl.isFormData
|
|
157
|
+
}), i = JSON.parse(r.data.result.output || "{}"), a = await t({
|
|
158
|
+
appKey: L.appKey,
|
|
159
|
+
appSalt: L.appSalt,
|
|
160
|
+
id: L.ids.YCDataMonitor_toQuery.id,
|
|
161
|
+
variables: {
|
|
162
|
+
dataType: e,
|
|
163
|
+
urls: i.data.urls.toString()
|
|
164
|
+
},
|
|
165
|
+
baseHttp: L.baseHttp,
|
|
166
|
+
reqType: L.ids.YCDataMonitor_toQuery.reqType,
|
|
167
|
+
isFormData: L.ids.YCDataMonitor_toQuery.isFormData
|
|
168
|
+
}), o = JSON.parse(a.data.result.output || "{}");
|
|
169
|
+
re({
|
|
170
|
+
message: `当前补录共${n[e].missingTimes.length}条数据,成功${o.data.insertedRecords || 0}条数据`,
|
|
171
|
+
type: "success",
|
|
172
|
+
zIndex: 6e3
|
|
173
|
+
}), R.value = !1, Y.value = !1, $();
|
|
174
|
+
}, $ = async () => {
|
|
175
|
+
console.log("查询日期", L.date), R.value = !0, z.value = [], B.value = [];
|
|
176
|
+
let e = await t({
|
|
177
|
+
appKey: L.appKey,
|
|
178
|
+
appSalt: L.appSalt,
|
|
179
|
+
id: L.ids.YCDataMonitor_data.id,
|
|
180
|
+
variables: { date: L.date },
|
|
181
|
+
baseHttp: L.baseHttp,
|
|
182
|
+
reqType: L.ids.YCDataMonitor_data.reqType,
|
|
183
|
+
isFormData: L.ids.YCDataMonitor_data.isFormData
|
|
184
|
+
});
|
|
185
|
+
R.value = !1;
|
|
186
|
+
let n = JSON.parse(e.data.result.output || "{}").data || {};
|
|
187
|
+
console.log("list", n), z.value = n.nationalStations || [], B.value = n.regionalStations || [];
|
|
188
|
+
};
|
|
189
|
+
return p({ handleSearch: $ }), (e, t) => {
|
|
190
|
+
let o = n, p = r;
|
|
191
|
+
return y((h(), l("div", ie, [
|
|
192
|
+
u("div", ae, [u("div", oe, [u("div", se, [t[9] ||= u("div", { class: "summary-cell summary-cell-label" }, "监测要素", -1), (h(!0), l(i, null, _(z.value, (e) => (h(), l("div", {
|
|
193
|
+
class: "summary-cell",
|
|
194
|
+
key: e.stationId
|
|
195
|
+
}, [d(v(e.stationName) + " ", 1), u("button", {
|
|
196
|
+
class: "view-btn",
|
|
197
|
+
onClick: (t) => Z(e)
|
|
198
|
+
}, "查看", 8, ce)]))), 128))]), u("div", le, [
|
|
199
|
+
u("div", ue, [t[10] ||= u("div", { class: "summary-cell summary-cell-label" }, "分钟天气数据统计(实际/预期)", -1), (h(!0), l(i, null, _(z.value, (e) => (h(), l("div", {
|
|
200
|
+
class: "summary-cell",
|
|
201
|
+
key: e.stationId
|
|
202
|
+
}, v(e.minuteWeather?.actualCount ?? "-") + " /" + v(e.minuteWeather?.expectedCount ?? "-"), 1))), 128))]),
|
|
203
|
+
u("div", de, [t[11] ||= u("div", { class: "summary-cell summary-cell-label" }, "分钟降水数据统计(实际/预期)", -1), (h(!0), l(i, null, _(z.value, (e) => (h(), l("div", {
|
|
204
|
+
class: "summary-cell",
|
|
205
|
+
key: e.stationId
|
|
206
|
+
}, v(e.minutePrecipitation?.actualCount ?? "-") + " /" + v(e.minutePrecipitation?.expectedCount ?? "-"), 1))), 128))]),
|
|
207
|
+
u("div", fe, [t[12] ||= u("div", { class: "summary-cell summary-cell-label" }, "小时数据统计(实际/预期)", -1), (h(!0), l(i, null, _(z.value, (e) => (h(), l("div", {
|
|
208
|
+
class: "summary-cell",
|
|
209
|
+
key: e.stationId
|
|
210
|
+
}, v(e.hourly?.actualCount ?? "-") + " /" + v(e.hourly?.expectedCount ?? "-"), 1))), 128))]),
|
|
211
|
+
u("div", pe, [t[13] ||= u("div", { class: "summary-cell summary-cell-label" }, "日数据统计(实际/预期)", -1), (h(!0), l(i, null, _(z.value, (e) => (h(), l("div", {
|
|
212
|
+
class: "summary-cell",
|
|
213
|
+
key: e.stationId
|
|
214
|
+
}, v(e.daily?.actualCount ?? "-") + " /" + v(e.daily?.expectedCount ?? "-"), 1))), 128))])
|
|
215
|
+
])])]),
|
|
216
|
+
u("div", me, [u("div", he, [
|
|
217
|
+
u("button", {
|
|
218
|
+
class: m(["city-btn", { active: U.value }]),
|
|
219
|
+
onClick: t[0] ||= (e) => U.value = !U.value
|
|
220
|
+
}, "全市", 2),
|
|
221
|
+
f(o, {
|
|
222
|
+
modelValue: W.value,
|
|
223
|
+
"onUpdate:modelValue": t[1] ||= (e) => W.value = e,
|
|
224
|
+
placeholder: "县名搜索",
|
|
225
|
+
clearable: "",
|
|
226
|
+
class: "filter-input"
|
|
227
|
+
}, null, 8, ["modelValue"]),
|
|
228
|
+
f(o, {
|
|
229
|
+
modelValue: G.value,
|
|
230
|
+
"onUpdate:modelValue": t[2] ||= (e) => G.value = e,
|
|
231
|
+
placeholder: "站名搜索",
|
|
232
|
+
clearable: "",
|
|
233
|
+
class: "filter-input"
|
|
234
|
+
}, null, 8, ["modelValue"])
|
|
235
|
+
])]),
|
|
236
|
+
u("div", ge, [u("div", _e, [u("div", ve, [(h(), l(i, null, _(qe, (e) => u("div", {
|
|
237
|
+
class: m(["detail-cell", {
|
|
238
|
+
"is-sortable": e.sortable,
|
|
239
|
+
"is-active": K.value === e.key,
|
|
240
|
+
"detail-cell-index": e.key === "index",
|
|
241
|
+
"detail-cell-action": e.key === "action"
|
|
242
|
+
}]),
|
|
243
|
+
key: e.key,
|
|
244
|
+
onClick: (t) => e.sortable && Xe(e.key)
|
|
245
|
+
}, [d(v(e.label) + " ", 1), e.sortable ? (h(), l("span", {
|
|
246
|
+
key: 0,
|
|
247
|
+
class: m(["sort-icon", K.value === e.key ? q.value : ""])
|
|
248
|
+
}, null, 2)) : c("", !0)], 10, b)), 64))]), u("div", x, [(h(!0), l(i, null, _(Ye.value, (e, t) => (h(), l("div", {
|
|
249
|
+
class: "detail-row",
|
|
250
|
+
key: e.stationId
|
|
251
|
+
}, [
|
|
252
|
+
u("div", S, v(t + 1), 1),
|
|
253
|
+
(h(), l(i, null, _(V, (t) => u("div", {
|
|
254
|
+
class: "detail-cell",
|
|
255
|
+
key: t.key
|
|
256
|
+
}, [t.key === "minuteWeather" ? (h(), l(i, { key: 0 }, [d(v(e.minuteWeather?.actualCount ?? "-") + "/" + v(e.minuteWeather?.expectedCount ?? "-"), 1)], 64)) : t.key === "minutePrecipitation" ? (h(), l(i, { key: 1 }, [d(v(e.minutePrecipitation?.actualCount ?? "-") + "/" + v(e.minutePrecipitation?.expectedCount ?? "-"), 1)], 64)) : t.key === "hourly" ? (h(), l(i, { key: 2 }, [d(v(e.hourly?.actualCount ?? "-") + "/" + v(e.hourly?.expectedCount ?? "-"), 1)], 64)) : t.key === "daily" ? (h(), l(i, { key: 3 }, [d(v(e.daily?.actualCount ?? "-") + "/" + v(e.daily?.expectedCount ?? "-"), 1)], 64)) : (h(), l(i, { key: 4 }, [d(v(e[t.key]), 1)], 64))])), 64)),
|
|
257
|
+
u("div", C, [u("button", {
|
|
258
|
+
class: "view-btn",
|
|
259
|
+
onClick: (t) => Z(e)
|
|
260
|
+
}, "查看", 8, w)])
|
|
261
|
+
]))), 128))])])]),
|
|
262
|
+
(h(), s(a, { to: "body" }, [Y.value ? y((h(), l("div", {
|
|
263
|
+
key: 0,
|
|
264
|
+
class: "dialog-overlay",
|
|
265
|
+
onClick: t[8] ||= ne((e) => Y.value = !1, ["self"]),
|
|
266
|
+
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
267
|
+
}, [u("div", T, [u("div", E, [u("span", D, "站点详情 - " + v(X.value.stationName), 1), u("button", {
|
|
268
|
+
class: "dialog-close",
|
|
269
|
+
onClick: t[3] ||= (e) => Y.value = !1
|
|
270
|
+
}, "×")]), u("div", O, [u("div", k, [
|
|
271
|
+
u("div", A, [
|
|
272
|
+
u("div", j, [t[14] ||= u("div", { class: "info-label" }, "县名:", -1), u("div", M, v(X.value.cnty || "-"), 1)]),
|
|
273
|
+
u("div", N, [t[15] ||= u("div", { class: "info-label" }, "站名:", -1), u("div", P, v(X.value.stationName || "-"), 1)]),
|
|
274
|
+
u("div", F, [t[16] ||= u("div", { class: "info-label" }, "站号:", -1), u("div", ye, v(X.value.stationId || "-"), 1)])
|
|
275
|
+
]),
|
|
276
|
+
u("div", be, [
|
|
277
|
+
u("div", xe, [t[17] ||= u("div", { class: "info-title" }, "分钟天气数据统计(实际/预期):", -1), u("div", Se, v(X.value.minuteWeather?.actualCount ?? "-") + "/" + v(X.value.minuteWeather?.expectedCount ?? "-"), 1)]),
|
|
278
|
+
u("div", Ce, [t[18] ||= u("div", { class: "missing-label" }, "缺失日期:", -1), u("div", we, [(h(!0), l(i, null, _(X.value.minuteWeather?.missingTimes || [], (e, t) => (h(), l("span", {
|
|
279
|
+
class: "missing-tag",
|
|
280
|
+
key: t
|
|
281
|
+
}, v(e), 1))), 128)), X.value.minuteWeather?.missingTimes?.length ? c("", !0) : (h(), l("span", Te, "-"))])]),
|
|
282
|
+
X.value.minuteWeather?.missingTimes?.length ? (h(), l("div", Ee, [u("button", {
|
|
283
|
+
class: "dialog-btn dialog-btn-small",
|
|
284
|
+
onClick: t[4] ||= (e) => Q("minuteWeather")
|
|
285
|
+
}, "补录")])) : c("", !0)
|
|
286
|
+
]),
|
|
287
|
+
u("div", De, [
|
|
288
|
+
u("div", Oe, [t[19] ||= u("div", { class: "info-title" }, "分钟降水数据统计(实际/预期):", -1), u("div", ke, v(X.value.minutePrecipitation?.actualCount ?? "-") + "/" + v(X.value.minutePrecipitation?.expectedCount ?? "-"), 1)]),
|
|
289
|
+
u("div", I, [t[20] ||= u("div", { class: "missing-label" }, "缺失日期:", -1), u("div", Ae, [(h(!0), l(i, null, _(X.value.minutePrecipitation?.missingTimes || [], (e, t) => (h(), l("span", {
|
|
290
|
+
class: "missing-tag",
|
|
291
|
+
key: t
|
|
292
|
+
}, v(e), 1))), 128)), X.value.minutePrecipitation?.missingTimes?.length ? c("", !0) : (h(), l("span", je, "-"))])]),
|
|
293
|
+
X.value.minutePrecipitation?.missingTimes?.length ? (h(), l("div", Me, [u("button", {
|
|
294
|
+
class: "dialog-btn dialog-btn-small",
|
|
295
|
+
onClick: t[5] ||= (e) => Q("minutePrecipitation")
|
|
296
|
+
}, "补录 ")])) : c("", !0)
|
|
297
|
+
]),
|
|
298
|
+
u("div", Ne, [
|
|
299
|
+
u("div", Pe, [t[21] ||= u("div", { class: "info-title" }, "小时数据统计(实际/预期):", -1), u("div", Fe, v(X.value.hourly?.actualCount ?? "-") + "/" + v(X.value.hourly?.expectedCount ?? "-"), 1)]),
|
|
300
|
+
u("div", Ie, [t[22] ||= u("div", { class: "missing-label" }, "缺失日期:", -1), u("div", Le, [(h(!0), l(i, null, _(X.value.hourly?.missingTimes || [], (e, t) => (h(), l("span", {
|
|
301
|
+
class: "missing-tag",
|
|
302
|
+
key: t
|
|
303
|
+
}, v(e), 1))), 128)), X.value.hourly?.missingTimes?.length ? c("", !0) : (h(), l("span", Re, "-"))])]),
|
|
304
|
+
X.value.hourly?.missingTimes?.length ? (h(), l("div", ze, [u("button", {
|
|
305
|
+
class: "dialog-btn dialog-btn-small",
|
|
306
|
+
onClick: t[6] ||= (e) => Q("hourly")
|
|
307
|
+
}, "补录")])) : c("", !0)
|
|
308
|
+
]),
|
|
309
|
+
u("div", Be, [
|
|
310
|
+
u("div", Ve, [t[23] ||= u("div", { class: "info-title" }, "日数据统计(实际/预期):", -1), u("div", He, v(X.value.daily?.actualCount ?? "-") + "/" + v(X.value.daily?.expectedCount ?? "-"), 1)]),
|
|
311
|
+
u("div", Ue, [t[24] ||= u("div", { class: "missing-label" }, "缺失日期:", -1), u("div", We, [(h(!0), l(i, null, _(X.value.daily?.missingTimes || [], (e, t) => (h(), l("span", {
|
|
312
|
+
class: "missing-tag",
|
|
313
|
+
key: t
|
|
314
|
+
}, v(e), 1))), 128)), X.value.daily?.missingTimes?.length ? c("", !0) : (h(), l("span", Ge, "-"))])]),
|
|
315
|
+
X.value.daily?.missingTimes?.length ? (h(), l("div", Ke, [u("button", {
|
|
316
|
+
class: "dialog-btn dialog-btn-small",
|
|
317
|
+
onClick: t[7] ||= (e) => Q("daily")
|
|
318
|
+
}, "补录")])) : c("", !0)
|
|
319
|
+
])
|
|
320
|
+
])])])])), [[p, R.value]]) : c("", !0)]))
|
|
321
|
+
])), [[p, R.value]]);
|
|
322
|
+
};
|
|
323
|
+
}
|
|
324
|
+
}), [["__scopeId", "data-v-c179647d"]]);
|
|
325
|
+
//#endregion
|
|
326
|
+
export { L as t };
|
package/dist/chunks/{component-YCDataService-CF5aJpCW.mjs → component-YCDataService-BJkvy1Zi.mjs}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e, r as t } from "./component-AqiMonitor-DbEiA-eq.mjs";
|
|
2
2
|
import { n } from "./component-HighwayWeatherForecast-jJgs1nWv.mjs";
|
|
3
|
-
import { t as r } from "./component-YCDataMonitor-
|
|
3
|
+
import { t as r } from "./component-YCDataMonitor-BGlcRDb4.mjs";
|
|
4
4
|
import { ElConfigProvider as i, ElDatePicker as a, ElInput as o, ElLoadingDirective as s } from "element-plus/es";
|
|
5
5
|
import { Fragment as c, computed as l, createCommentVNode as u, createElementBlock as d, createElementVNode as f, createTextVNode as p, createVNode as m, defineComponent as h, normalizeClass as g, onBeforeUnmount as _, onMounted as v, openBlock as y, ref as b, renderList as x, toDisplayString as S, unref as C, vShow as w, withCtx as T, withDirectives as E } from "vue";
|
|
6
6
|
import "element-plus/es/components/loading/style/css";
|
|
@@ -11,7 +11,7 @@ import "element-plus/es/components/date-picker/style/css";
|
|
|
11
11
|
var O = {
|
|
12
12
|
class: "YCRealTimeTable",
|
|
13
13
|
"element-loading-background": "rgba(0, 0, 0, 0.3)"
|
|
14
|
-
}, k = { class: "YCRealTimeTable-summary" }, A = { class: "summary-table" }, j = { class: "summary-head" },
|
|
14
|
+
}, k = { class: "YCRealTimeTable-summary" }, A = { class: "summary-table" }, j = { class: "summary-head" }, ee = { class: "summary-body" }, te = { class: "summary-cell summary-cell-label" }, ne = { class: "YCRealTimeTable-toolbar" }, re = { class: "filter-group" }, M = { class: "YCRealTimeTable-detail" }, N = { class: "detail-table" }, P = { class: "detail-head" }, F = ["onClick"], I = { class: "detail-body" }, L = { class: "detail-cell detail-cell-index" }, R = { class: "detail-cell" }, z = { class: "detail-cell" }, B = { class: "detail-cell" }, V = { class: "detail-cell" }, H = { class: "detail-cell" }, U = { class: "detail-cell" }, W = { class: "detail-cell" }, G = { class: "detail-cell" }, K = /* @__PURE__ */ e(/* @__PURE__ */ h({
|
|
15
15
|
__name: "YCRealTimeTable",
|
|
16
16
|
props: {
|
|
17
17
|
appKey: {
|
|
@@ -251,14 +251,14 @@ var O = {
|
|
|
251
251
|
f("div", k, [f("div", A, [f("div", j, [t[3] ||= f("div", { class: "summary-cell summary-cell-label" }, "监测要素", -1), (y(!0), d(c, null, x(a.value, (e, t) => (y(), d("div", {
|
|
252
252
|
class: "summary-cell",
|
|
253
253
|
key: t
|
|
254
|
-
}, S(e), 1))), 128))]), f("div",
|
|
254
|
+
}, S(e), 1))), 128))]), f("div", ee, [(y(), d(c, null, x(h, (e, t) => f("div", {
|
|
255
255
|
class: "summary-row",
|
|
256
256
|
key: e
|
|
257
|
-
}, [f("div",
|
|
257
|
+
}, [f("div", te, S(e), 1), (y(!0), d(c, null, x(a.value, (n, r) => (y(), d("div", {
|
|
258
258
|
class: g(["summary-cell", { "is-warn": C.value[t]?.[r]?.isWarn }]),
|
|
259
259
|
key: r
|
|
260
260
|
}, S(ae(e, C.value[t]?.[r]?.value)), 3))), 128))])), 64))])])]),
|
|
261
|
-
f("div",
|
|
261
|
+
f("div", ne, [f("div", re, [
|
|
262
262
|
f("button", {
|
|
263
263
|
class: g(["city-btn", { active: D.value }]),
|
|
264
264
|
onClick: t[0] ||= (e) => D.value = !D.value
|
|
@@ -278,7 +278,7 @@ var O = {
|
|
|
278
278
|
class: "filter-input"
|
|
279
279
|
}, null, 8, ["modelValue"])
|
|
280
280
|
])]),
|
|
281
|
-
f("div",
|
|
281
|
+
f("div", M, [f("div", N, [f("div", P, [(y(), d(c, null, x(T, (e) => f("div", {
|
|
282
282
|
class: g(["detail-cell", {
|
|
283
283
|
"is-sortable": e.sortable,
|
|
284
284
|
"is-active": J.value === e.key
|
|
@@ -343,7 +343,7 @@ var O = {
|
|
|
343
343
|
});
|
|
344
344
|
let c = async () => {};
|
|
345
345
|
return (c, l) => {
|
|
346
|
-
let p = a, h = i
|
|
346
|
+
let p = a, h = i;
|
|
347
347
|
return y(), d("div", q, [
|
|
348
348
|
f("div", J, [f("div", Y, [f("div", {
|
|
349
349
|
class: g(["page-switch-item", { active: t.value === "dataService" }]),
|
|
@@ -365,7 +365,7 @@ var O = {
|
|
|
365
365
|
class: "search-btn",
|
|
366
366
|
onClick: s
|
|
367
367
|
}, "查询")])) : u("", !0)]),
|
|
368
|
-
E(m(
|
|
368
|
+
E(m(K, {
|
|
369
369
|
appKey: e.appKey,
|
|
370
370
|
appSalt: e.appSalt,
|
|
371
371
|
baseHttp: e.baseHttp,
|
|
@@ -376,7 +376,7 @@ var O = {
|
|
|
376
376
|
"baseHttp",
|
|
377
377
|
"ids"
|
|
378
378
|
]), [[w, t.value === "dataService"]]),
|
|
379
|
-
E(m(
|
|
379
|
+
E(m(r, {
|
|
380
380
|
ref_key: "dataMonitorRef",
|
|
381
381
|
ref: o,
|
|
382
382
|
appKey: e.appKey,
|
|
@@ -394,6 +394,6 @@ var O = {
|
|
|
394
394
|
]);
|
|
395
395
|
};
|
|
396
396
|
}
|
|
397
|
-
}), [["__scopeId", "data-v-
|
|
397
|
+
}), [["__scopeId", "data-v-ceb3908a"]]);
|
|
398
398
|
//#endregion
|
|
399
|
-
export {
|
|
399
|
+
export { Z as t };
|
package/dist/nxd-plugin.mjs
CHANGED
|
@@ -28,14 +28,13 @@ import { t as E } from "./chunks/component-IframeWeb-2o0iO_zv.mjs";
|
|
|
28
28
|
import { t as D } from "./chunks/component-Duty-BJOz8pxV.mjs";
|
|
29
29
|
import { t as O } from "./chunks/component-RenderMarkdown-DeNXJIM-.mjs";
|
|
30
30
|
import { t as k } from "./chunks/component-EarlyWarningStatistic-DvAmY7Gh.mjs";
|
|
31
|
-
import { t as A } from "./chunks/component-
|
|
32
|
-
import {
|
|
33
|
-
import { t as
|
|
34
|
-
import { t as
|
|
35
|
-
import { t as F } from "./chunks/component-YCHomeLegend-CsgZ7ayU.mjs";
|
|
31
|
+
import { t as A } from "./chunks/component-YCDataService-BJkvy1Zi.mjs";
|
|
32
|
+
import { t as j } from "./chunks/component-ChartCumulativePre-CqnTrs3A.mjs";
|
|
33
|
+
import { t as M } from "./chunks/component-ChartServiceMaterial-DN-uO_OP.mjs";
|
|
34
|
+
import { t as N } from "./chunks/component-YCHomeLegend-CsgZ7ayU.mjs";
|
|
36
35
|
//#region src/index.ts
|
|
37
|
-
var
|
|
38
|
-
|
|
36
|
+
var P = { install(P) {
|
|
37
|
+
P.component("HighwayLiveAlarm", t), P.component("HighwayLiveAlarmNew", r), P.component("HighwayStations", i), P.component("HighWayEarlyWarningRed", a), P.component("HighwayWeatherForecast", o), P.component("ServiceMaterialsBtn", s), P.component("YCHome", c), P.component("YCLoginNew", u), P.component("HighWayFreeze", d), P.component("RadarShortTerm", p), P.component("LithiumBatteryMiningArea", l), P.component("TimeBasedForecast", m), P.component("WeatherForecast", h), P.component("ImageGeneration", g), P.component("WarningSignal", _), P.component("RadarChart", v), P.component("AqiMonitor", e), P.component("MapPopup", y), P.component("RadarTime", b), P.component("ServiceMaterial", x), P.component("WarningLine", S), P.component("RadarLegend", f), P.component("PieLegend", C), P.component("GeologyLiveAlarm", n), P.component("MaterialPreview", w), P.component("ReservoirLiveAlarm", T), P.component("IframeWeb", E), P.component("Duty", D), P.component("RenderMarkdown", O), P.component("EarlyWarningStatistic", k), P.component("YCDataService", A), P.component("ChartCumulativePre", j), P.component("ChartServiceMaterial", M), P.component("YCHomeLegend", N);
|
|
39
38
|
} };
|
|
40
39
|
//#endregion
|
|
41
|
-
export { e as AqiMonitor,
|
|
40
|
+
export { e as AqiMonitor, j as ChartCumulativePre, M as ChartServiceMaterial, D as Duty, k as EarlyWarningStatistic, n as GeologyLiveAlarm, a as HighWayEarlyWarningRed, d as HighWayFreeze, t as HighwayLiveAlarm, r as HighwayLiveAlarmNew, i as HighwayStations, o as HighwayWeatherForecast, E as IframeWeb, g as ImageGeneration, l as LithiumBatteryMiningArea, y as MapPopup, w as MaterialPreview, C as PieLegend, v as RadarChart, f as RadarLegend, p as RadarShortTerm, b as RadarTime, O as RenderMarkdown, T as ReservoirLiveAlarm, x as ServiceMaterial, s as ServiceMaterialsBtn, m as TimeBasedForecast, S as WarningLine, _ as WarningSignal, h as WeatherForecast, A as YCDataService, c as YCHome, N as YCHomeLegend, u as YCLoginNew, P as default };
|
|
@@ -38,6 +38,71 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
38
38
|
appSalt: string;
|
|
39
39
|
ids: Record<string, any>;
|
|
40
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
41
|
-
dataMonitorRef:
|
|
41
|
+
dataMonitorRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
appKey: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
appSalt: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
baseHttp: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
ids: {
|
|
55
|
+
type: ObjectConstructor;
|
|
56
|
+
default: () => {};
|
|
57
|
+
};
|
|
58
|
+
date: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
}>> & Readonly<{}>, {
|
|
63
|
+
handleSearch: () => Promise<void>;
|
|
64
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
65
|
+
baseHttp: string;
|
|
66
|
+
appKey: string;
|
|
67
|
+
appSalt: string;
|
|
68
|
+
ids: Record<string, any>;
|
|
69
|
+
date: string;
|
|
70
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
71
|
+
P: {};
|
|
72
|
+
B: {};
|
|
73
|
+
D: {};
|
|
74
|
+
C: {};
|
|
75
|
+
M: {};
|
|
76
|
+
Defaults: {};
|
|
77
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
appKey: {
|
|
79
|
+
type: StringConstructor;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
appSalt: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
baseHttp: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
ids: {
|
|
91
|
+
type: ObjectConstructor;
|
|
92
|
+
default: () => {};
|
|
93
|
+
};
|
|
94
|
+
date: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
}>> & Readonly<{}>, {
|
|
99
|
+
handleSearch: () => Promise<void>;
|
|
100
|
+
}, {}, {}, {}, {
|
|
101
|
+
baseHttp: string;
|
|
102
|
+
appKey: string;
|
|
103
|
+
appSalt: string;
|
|
104
|
+
ids: Record<string, any>;
|
|
105
|
+
date: string;
|
|
106
|
+
}> | null;
|
|
42
107
|
}, HTMLDivElement>;
|
|
43
108
|
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -31,10 +31,8 @@ import { default as EarlyWarningStatistic } from './components/EarlyWarningStati
|
|
|
31
31
|
import { default as YCDataService } from './components/YCDataService/YCDataService.vue';
|
|
32
32
|
import { default as ChartCumulativePre } from './components/ChartCumulativePre/ChartCumulativePre.vue';
|
|
33
33
|
import { default as ChartServiceMaterial } from './components/ChartServiceMaterial/ChartServiceMaterial.vue';
|
|
34
|
-
import { default as YCRealTimeTable } from './components/YCRealTimeTable/YCRealTimeTable.vue';
|
|
35
|
-
import { default as YCDataMonitor } from './components/YCDataMonitor/YCDataMonitor.vue';
|
|
36
34
|
import { default as YCHomeLegend } from './components/YCHomeLegend/YCHomeLegend.vue';
|
|
37
35
|
import { Plugin } from 'vue';
|
|
38
|
-
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine, RadarLegend, PieLegend, GeologyLiveAlarm, MaterialPreview, ReservoirLiveAlarm, IframeWeb, Duty, RenderMarkdown, EarlyWarningStatistic, YCDataService, ChartCumulativePre, ChartServiceMaterial,
|
|
36
|
+
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast, ImageGeneration, WarningSignal, RadarChart, AqiMonitor, MapPopup, RadarTime, ServiceMaterial, WarningLine, RadarLegend, PieLegend, GeologyLiveAlarm, MaterialPreview, ReservoirLiveAlarm, IframeWeb, Duty, RenderMarkdown, EarlyWarningStatistic, YCDataService, ChartCumulativePre, ChartServiceMaterial, YCHomeLegend, };
|
|
39
37
|
declare const plugin: Plugin;
|
|
40
38
|
export default plugin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.YCDataMonitor[data-v-
|
|
1
|
+
.YCDataMonitor[data-v-c179647d]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;padding:16px;display:flex;overflow:hidden}.YCDataMonitor-summary[data-v-c179647d]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex-shrink:0;margin-bottom:12px;padding:12px;overflow-x:auto;box-shadow:0 2px 12px #0000000f}.summary-table[data-v-c179647d]{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head[data-v-c179647d]{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-head .summary-cell[data-v-c179647d]{justify-content:center;align-items:center;gap:6px;padding:12px 4px;font-weight:600;display:flex}.summary-head .summary-cell .view-btn[data-v-c179647d]{border-radius:12px;padding:2px 8px;font-size:12px}.summary-body[data-v-c179647d]{flex-direction:column;display:flex}.summary-row[data-v-c179647d]{border-bottom:1px solid #ebeef5;display:flex}.summary-row[data-v-c179647d]:last-child{border-bottom:none}.summary-row[data-v-c179647d]:nth-child(2n){background:#fafafa}.summary-cell[data-v-c179647d]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label[data-v-c179647d]{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.YCDataMonitor-toolbar[data-v-c179647d]{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group[data-v-c179647d]{align-items:center;gap:10px;display:flex}.city-btn[data-v-c179647d]{color:#606266;cursor:pointer;background:#fff;border:1px solid #c0c4cc;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.city-btn[data-v-c179647d]:hover{color:#409eff;border-color:#409eff}.city-btn.active[data-v-c179647d]{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input[data-v-c179647d]{width:150px}.filter-input[data-v-c179647d] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input[data-v-c179647d] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.filter-input[data-v-c179647d] .el-input__inner{color:#606266;font-size:13px}.filter-input[data-v-c179647d] .el-input__inner::placeholder{color:#a8abb2}.YCDataMonitor-detail[data-v-c179647d]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex:1;min-height:0;overflow:auto;box-shadow:0 2px 12px #0000000f}.detail-table[data-v-c179647d]{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head[data-v-c179647d]{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body[data-v-c179647d]{flex:1;min-height:0;overflow:hidden auto}.detail-row[data-v-c179647d]{border-bottom:1px solid #ebeef5;display:flex}.detail-row[data-v-c179647d]:last-child{border-bottom:none}.detail-row[data-v-c179647d]:nth-child(2n){background:#fafafa}.detail-row[data-v-c179647d]:hover{background:#f0f7ff}.detail-cell[data-v-c179647d]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:10px 4px;overflow:hidden}.detail-head .detail-cell[data-v-c179647d]{color:#303133;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:12px 4px;font-weight:600;display:flex}.detail-head .detail-cell.is-sortable[data-v-c179647d]{cursor:pointer}.detail-head .detail-cell.is-sortable[data-v-c179647d]:hover{color:#409eff}.detail-head .detail-cell.is-active[data-v-c179647d]{color:#409eff;background:#d9ecff}.detail-cell-index[data-v-c179647d]{color:#409eff;font-weight:600}.detail-row .detail-cell[data-v-c179647d]:first-child,.detail-head .detail-cell[data-v-c179647d]:first-child{flex:.4}.detail-cell-action[data-v-c179647d]{flex:.6}.detail-row .detail-cell-station[data-v-c179647d]{color:#409eff;font-weight:700}.detail-row .detail-cell[data-v-c179647d]:last-child,.detail-head .detail-cell[data-v-c179647d]:last-child{flex:.6}.view-btn[data-v-c179647d]{color:#409eff;cursor:pointer;background:#fff;border:1px solid #409eff;border-radius:14px;padding:4px 14px;font-size:12px;transition:all .2s}.view-btn[data-v-c179647d]:hover{color:#fff;background:#409eff}.sort-icon[data-v-c179647d]{border-bottom:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:5px;display:inline-block;position:relative}.sort-icon[data-v-c179647d]:after{content:"";border-top:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:7px;left:-4px}.sort-icon.desc[data-v-c179647d]{border-bottom-color:#409eff}.sort-icon.asc[data-v-c179647d]:after{border-top-color:#409eff}.detail-body[data-v-c179647d]::-webkit-scrollbar{width:6px}.detail-body[data-v-c179647d]::-webkit-scrollbar-track{background:#f2f6fc}.detail-body[data-v-c179647d]::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body[data-v-c179647d]::-webkit-scrollbar-thumb:hover{background:#a8abb2}.dialog-overlay[data-v-c179647d]{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-box[data-v-c179647d]{background:#fff;border-radius:8px;flex-direction:column;width:800px;max-height:70vh;display:flex;box-shadow:0 8px 32px #0003}.dialog-header[data-v-c179647d]{border-bottom:1px solid #ebeef5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dialog-title[data-v-c179647d]{color:#303133;font-size:16px;font-weight:600}.dialog-close[data-v-c179647d]{color:#909399;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;transition:all .2s;display:flex}.dialog-close[data-v-c179647d]:hover{color:#303133;background:#f5f7fa}.dialog-body[data-v-c179647d]{flex:1;min-height:200px;padding:20px;overflow-y:auto}.info-grid[data-v-c179647d]{flex-direction:column;gap:16px;display:flex}.info-row-inline[data-v-c179647d]{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.info-item[data-v-c179647d]{background:#f8f9fa;border-radius:6px;align-items:center;gap:8px;padding:12px;display:flex}.info-item-full[data-v-c179647d]{flex-direction:column;align-items:stretch}.info-header[data-v-c179647d]{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.info-title[data-v-c179647d]{color:#303133;font-size:14px;font-weight:600}.info-missing[data-v-c179647d]{background:#fff;border:1px solid #ebeef5;border-radius:4px;align-items:flex-start;gap:8px;padding:8px;display:flex}.missing-label[data-v-c179647d]{color:#909399;flex-shrink:0;margin-top:2px;font-size:13px}.missing-list[data-v-c179647d]{flex-wrap:wrap;gap:6px;display:flex}.missing-tag[data-v-c179647d]{color:#f56c6c;background:#fef0f0;border:1px solid #fde2e2;border-radius:4px;padding:2px 8px;font-size:12px}.missing-empty[data-v-c179647d]{color:#c0c4cc;font-size:13px}.info-action[data-v-c179647d]{justify-content:flex-end;margin-top:10px;display:flex}.dialog-btn-small[data-v-c179647d]{border-radius:12px;padding:4px 16px;font-size:12px}.info-label[data-v-c179647d]{color:#909399;white-space:nowrap;flex-shrink:0;font-size:13px}.info-value[data-v-c179647d]{color:#303133;font-size:14px;font-weight:500}.dialog-footer[data-v-c179647d]{border-top:1px solid #ebeef5;justify-content:center;align-items:center;padding:12px 20px;display:flex}.dialog-btn[data-v-c179647d]{color:#fff;cursor:pointer;background:#409eff;border:1px solid #409eff;border-radius:16px;padding:8px 28px;font-size:14px;transition:all .2s}.dialog-btn[data-v-c179647d]:hover{background:#66b1ff;border-color:#66b1ff}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.YCRealTimeTable[data-v-630ba040]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;padding:16px;display:flex;overflow:hidden}.YCRealTimeTable-summary[data-v-630ba040]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex-shrink:0;margin-bottom:12px;padding:12px;overflow-x:auto;box-shadow:0 2px 12px #0000000f}.summary-table[data-v-630ba040]{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head[data-v-630ba040]{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-body[data-v-630ba040]{flex-direction:column;display:flex}.summary-row[data-v-630ba040]{border-bottom:1px solid #ebeef5;display:flex}.summary-row[data-v-630ba040]:last-child{border-bottom:none}.summary-row[data-v-630ba040]:nth-child(2n){background:#fafafa}.summary-cell[data-v-630ba040]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label[data-v-630ba040]{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.summary-cell.is-warn[data-v-630ba040]{color:#f56c6c;font-weight:600}.YCRealTimeTable-toolbar[data-v-630ba040]{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group[data-v-630ba040]{align-items:center;gap:10px;display:flex}.city-btn[data-v-630ba040]{color:#606266;cursor:pointer;background:#fff;border:1px solid #c0c4cc;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.city-btn[data-v-630ba040]:hover{color:#409eff;border-color:#409eff}.city-btn.active[data-v-630ba040]{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input[data-v-630ba040]{width:150px}.filter-input[data-v-630ba040] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input[data-v-630ba040] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.filter-input[data-v-630ba040] .el-input__inner{color:#606266;font-size:13px}.filter-input[data-v-630ba040] .el-input__inner::placeholder{color:#a8abb2}.YCRealTimeTable-detail[data-v-630ba040]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex:1;min-height:0;overflow:auto;box-shadow:0 2px 12px #0000000f}.detail-table[data-v-630ba040]{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head[data-v-630ba040]{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body[data-v-630ba040]{flex:1;min-height:0;overflow:hidden auto}.detail-row[data-v-630ba040]{border-bottom:1px solid #ebeef5;display:flex}.detail-row[data-v-630ba040]:last-child{border-bottom:none}.detail-row[data-v-630ba040]:nth-child(2n){background:#fafafa}.detail-row[data-v-630ba040]:hover{background:#f0f7ff}.detail-cell[data-v-630ba040]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:10px 4px;overflow:hidden}.detail-cell-index[data-v-630ba040]{color:#409eff;font-weight:600}.detail-row .detail-cell[data-v-630ba040]:first-child,.detail-head .detail-cell[data-v-630ba040]:first-child{flex:.3}.detail-row .detail-cell[data-v-630ba040]:nth-child(2),.detail-head .detail-cell[data-v-630ba040]:nth-child(2){flex:.5}.detail-row .detail-cell[data-v-630ba040]:nth-child(3),.detail-head .detail-cell[data-v-630ba040]:nth-child(3){flex:1.5}.detail-row .detail-cell[data-v-630ba040]:nth-child(4),.detail-head .detail-cell[data-v-630ba040]:nth-child(4){flex:.7}.detail-row .detail-cell[data-v-630ba040]:last-child,.detail-head .detail-cell[data-v-630ba040]:last-child{flex:.5}.detail-row .detail-cell[data-v-630ba040]:nth-last-child(2),.detail-head .detail-cell[data-v-630ba040]:nth-last-child(2){flex:.6}.detail-row .detail-cell[data-v-630ba040]:nth-last-child(3),.detail-head .detail-cell[data-v-630ba040]:nth-last-child(3){flex:.5}.detail-cell.is-warn[data-v-630ba040]{color:#f56c6c;font-weight:600}.detail-head .detail-cell[data-v-630ba040]{color:#303133;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:12px 4px;font-weight:600;display:flex}.detail-head .detail-cell.is-sortable[data-v-630ba040]{cursor:pointer}.detail-head .detail-cell.is-sortable[data-v-630ba040]:hover{color:#409eff}.detail-head .detail-cell.is-active[data-v-630ba040]{color:#409eff;background:#d9ecff}.sort-icon[data-v-630ba040]{border-bottom:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:5px;display:inline-block;position:relative}.sort-icon[data-v-630ba040]:after{content:"";border-top:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:7px;left:-4px}.sort-icon.desc[data-v-630ba040]{border-bottom-color:#409eff}.sort-icon.asc[data-v-630ba040]:after{border-top-color:#409eff}.detail-body[data-v-630ba040]::-webkit-scrollbar{width:6px}.detail-body[data-v-630ba040]::-webkit-scrollbar-track{background:#f2f6fc}.detail-body[data-v-630ba040]::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body[data-v-630ba040]::-webkit-scrollbar-thumb:hover{background:#a8abb2}.YCDataService[data-v-
|
|
1
|
+
.YCRealTimeTable[data-v-630ba040]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;padding:16px;display:flex;overflow:hidden}.YCRealTimeTable-summary[data-v-630ba040]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex-shrink:0;margin-bottom:12px;padding:12px;overflow-x:auto;box-shadow:0 2px 12px #0000000f}.summary-table[data-v-630ba040]{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head[data-v-630ba040]{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-body[data-v-630ba040]{flex-direction:column;display:flex}.summary-row[data-v-630ba040]{border-bottom:1px solid #ebeef5;display:flex}.summary-row[data-v-630ba040]:last-child{border-bottom:none}.summary-row[data-v-630ba040]:nth-child(2n){background:#fafafa}.summary-cell[data-v-630ba040]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label[data-v-630ba040]{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.summary-cell.is-warn[data-v-630ba040]{color:#f56c6c;font-weight:600}.YCRealTimeTable-toolbar[data-v-630ba040]{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group[data-v-630ba040]{align-items:center;gap:10px;display:flex}.city-btn[data-v-630ba040]{color:#606266;cursor:pointer;background:#fff;border:1px solid #c0c4cc;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.city-btn[data-v-630ba040]:hover{color:#409eff;border-color:#409eff}.city-btn.active[data-v-630ba040]{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input[data-v-630ba040]{width:150px}.filter-input[data-v-630ba040] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input[data-v-630ba040] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.filter-input[data-v-630ba040] .el-input__inner{color:#606266;font-size:13px}.filter-input[data-v-630ba040] .el-input__inner::placeholder{color:#a8abb2}.YCRealTimeTable-detail[data-v-630ba040]{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex:1;min-height:0;overflow:auto;box-shadow:0 2px 12px #0000000f}.detail-table[data-v-630ba040]{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head[data-v-630ba040]{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body[data-v-630ba040]{flex:1;min-height:0;overflow:hidden auto}.detail-row[data-v-630ba040]{border-bottom:1px solid #ebeef5;display:flex}.detail-row[data-v-630ba040]:last-child{border-bottom:none}.detail-row[data-v-630ba040]:nth-child(2n){background:#fafafa}.detail-row[data-v-630ba040]:hover{background:#f0f7ff}.detail-cell[data-v-630ba040]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:10px 4px;overflow:hidden}.detail-cell-index[data-v-630ba040]{color:#409eff;font-weight:600}.detail-row .detail-cell[data-v-630ba040]:first-child,.detail-head .detail-cell[data-v-630ba040]:first-child{flex:.3}.detail-row .detail-cell[data-v-630ba040]:nth-child(2),.detail-head .detail-cell[data-v-630ba040]:nth-child(2){flex:.5}.detail-row .detail-cell[data-v-630ba040]:nth-child(3),.detail-head .detail-cell[data-v-630ba040]:nth-child(3){flex:1.5}.detail-row .detail-cell[data-v-630ba040]:nth-child(4),.detail-head .detail-cell[data-v-630ba040]:nth-child(4){flex:.7}.detail-row .detail-cell[data-v-630ba040]:last-child,.detail-head .detail-cell[data-v-630ba040]:last-child{flex:.5}.detail-row .detail-cell[data-v-630ba040]:nth-last-child(2),.detail-head .detail-cell[data-v-630ba040]:nth-last-child(2){flex:.6}.detail-row .detail-cell[data-v-630ba040]:nth-last-child(3),.detail-head .detail-cell[data-v-630ba040]:nth-last-child(3){flex:.5}.detail-cell.is-warn[data-v-630ba040]{color:#f56c6c;font-weight:600}.detail-head .detail-cell[data-v-630ba040]{color:#303133;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:12px 4px;font-weight:600;display:flex}.detail-head .detail-cell.is-sortable[data-v-630ba040]{cursor:pointer}.detail-head .detail-cell.is-sortable[data-v-630ba040]:hover{color:#409eff}.detail-head .detail-cell.is-active[data-v-630ba040]{color:#409eff;background:#d9ecff}.sort-icon[data-v-630ba040]{border-bottom:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;margin-left:5px;display:inline-block;position:relative}.sort-icon[data-v-630ba040]:after{content:"";border-top:5px solid #c0c4cc;border-left:4px solid #0000;border-right:4px solid #0000;position:absolute;top:7px;left:-4px}.sort-icon.desc[data-v-630ba040]{border-bottom-color:#409eff}.sort-icon.asc[data-v-630ba040]:after{border-top-color:#409eff}.detail-body[data-v-630ba040]::-webkit-scrollbar{width:6px}.detail-body[data-v-630ba040]::-webkit-scrollbar-track{background:#f2f6fc}.detail-body[data-v-630ba040]::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body[data-v-630ba040]::-webkit-scrollbar-thumb:hover{background:#a8abb2}.YCDataService[data-v-ceb3908a]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.YCDataService-topbar[data-v-ceb3908a]{flex-shrink:0;align-items:center;gap:16px;margin:16px 20px 0;display:flex}.page-switch[data-v-ceb3908a]{background:#fff;border:1px solid #e4e7ed;border-radius:24px;align-items:center;padding:4px;display:inline-flex;box-shadow:0 2px 8px #0000000f}.page-switch-item[data-v-ceb3908a]{color:#606266;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:20px;padding:6px 16px;font-size:14px;transition:all .2s}.page-switch-item[data-v-ceb3908a]:hover{color:#409eff}.page-switch-item.active[data-v-ceb3908a]{color:#fff;background:#409eff;box-shadow:0 2px 8px #409eff59}.page-switch-item.active[data-v-ceb3908a]:hover{color:#fff}.YCDataService-filter[data-v-ceb3908a]{flex-shrink:0;align-items:center;gap:10px;display:flex}.date-picker[data-v-ceb3908a]{width:160px}.date-picker[data-v-ceb3908a] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.date-picker[data-v-ceb3908a] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.date-picker[data-v-ceb3908a] .el-input__inner{color:#606266;font-size:13px}.date-picker[data-v-ceb3908a] .el-input__inner::placeholder{color:#a8abb2}.search-btn[data-v-ceb3908a]{color:#fff;cursor:pointer;background:#409eff;border:1px solid #409eff;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.search-btn[data-v-ceb3908a]:hover{background:#66b1ff;border-color:#66b1ff}
|