nxd-plugin 1.7.69 → 1.7.71

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.
@@ -0,0 +1,399 @@
1
+ import { n as e, r as t } from "./component-AqiMonitor-DbEiA-eq.mjs";
2
+ import { n } from "./component-HighwayWeatherForecast-jJgs1nWv.mjs";
3
+ import { t as r } from "./component-YCDataMonitor-BGlcRDb4.mjs";
4
+ import { ElConfigProvider as i, ElDatePicker as a, ElInput as o, ElLoadingDirective as s } from "element-plus/es";
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
+ import "element-plus/es/components/loading/style/css";
7
+ import "element-plus/es/components/input/style/css";
8
+ import D from "element-plus/es/locale/lang/zh-cn";
9
+ import "element-plus/es/components/date-picker/style/css";
10
+ //#region src/components/YCRealTimeTable/YCRealTimeTable.vue?vue&type=script&setup=true&lang.ts
11
+ var O = {
12
+ class: "YCRealTimeTable",
13
+ "element-loading-background": "rgba(0, 0, 0, 0.3)"
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
+ __name: "YCRealTimeTable",
16
+ props: {
17
+ appKey: {
18
+ type: String,
19
+ default: ""
20
+ },
21
+ appSalt: {
22
+ type: String,
23
+ default: ""
24
+ },
25
+ baseHttp: {
26
+ type: String,
27
+ default: ""
28
+ },
29
+ ids: {
30
+ type: Object,
31
+ default: () => ({})
32
+ }
33
+ },
34
+ setup(e) {
35
+ let r = e, i = b(!1), a = b([]), h = [
36
+ "当前小时雨量(测试)",
37
+ "1小时雨量",
38
+ "3小时雨量",
39
+ "20时至当前雨量",
40
+ "24小时雨量",
41
+ "极大风速",
42
+ "能见度",
43
+ "最小能见度"
44
+ ], C = b([]), w = b([]), T = [
45
+ {
46
+ key: "index",
47
+ label: "序号",
48
+ sortable: !1
49
+ },
50
+ {
51
+ key: "county",
52
+ label: "县名",
53
+ sortable: !1
54
+ },
55
+ {
56
+ key: "station",
57
+ label: "站名",
58
+ sortable: !1
59
+ },
60
+ {
61
+ key: "time",
62
+ label: "时间",
63
+ sortable: !0
64
+ },
65
+ {
66
+ key: "rain24",
67
+ label: "24小时雨量",
68
+ sortable: !0
69
+ },
70
+ {
71
+ key: "rain20",
72
+ label: "20时至现在雨量",
73
+ sortable: !0
74
+ },
75
+ {
76
+ key: "rain3",
77
+ label: "3小时雨量",
78
+ sortable: !0
79
+ },
80
+ {
81
+ key: "rain1",
82
+ label: "1小时雨量",
83
+ sortable: !0
84
+ },
85
+ {
86
+ key: "rainCurrent",
87
+ label: "当前小时雨量",
88
+ sortable: !0
89
+ },
90
+ {
91
+ key: "temp",
92
+ label: "气温",
93
+ sortable: !0
94
+ },
95
+ {
96
+ key: "windDir",
97
+ label: "极大风向",
98
+ sortable: !1
99
+ },
100
+ {
101
+ key: "windSpeed",
102
+ label: "极大风速",
103
+ sortable: !0
104
+ },
105
+ {
106
+ key: "humidity",
107
+ label: "湿度",
108
+ sortable: !0
109
+ },
110
+ {
111
+ key: "pressure",
112
+ label: "气压",
113
+ sortable: !0
114
+ },
115
+ {
116
+ key: "_voltage",
117
+ label: "电压",
118
+ sortable: !0
119
+ }
120
+ ], D = b(!0), K = b(""), q = b(""), J = b(null), Y = b(null), X = b(null), Z = l(() => {
121
+ let e = w.value;
122
+ D.value || (e = e.filter((e) => e.county === "袁州区"));
123
+ let t = K.value.trim();
124
+ t && (e = e.filter((e) => e.county.includes(t)));
125
+ let n = q.value.trim();
126
+ return n && (e = e.filter((e) => e.station.includes(n))), e;
127
+ }), ie = l(() => {
128
+ let e = [...Z.value];
129
+ if (!J.value || !Y.value) return e;
130
+ let t = J.value;
131
+ return e.sort((e, n) => {
132
+ let r = e[t], i = n[t], a = r === null || r === "" || r === void 0, o = i === null || i === "" || i === void 0;
133
+ if (a && o) return 0;
134
+ if (a) return 1;
135
+ if (o) return -1;
136
+ let s, c;
137
+ if (t === "time") {
138
+ if (s = $(String(r)), c = $(String(i)), s < 0 && c < 0) return 0;
139
+ if (s < 0) return 1;
140
+ if (c < 0) return -1;
141
+ } else s = Number(r), c = Number(i);
142
+ return Y.value === "asc" ? s - c : c - s;
143
+ });
144
+ });
145
+ v(() => {
146
+ Q(), X.value = setInterval(() => {
147
+ Q();
148
+ }, 1e3 * 60 * 10);
149
+ }), _(() => {
150
+ clearInterval(X.value), X.value = null;
151
+ });
152
+ let Q = async () => {
153
+ i.value = !0;
154
+ let e = await t({
155
+ appKey: r.appKey,
156
+ appSalt: r.appSalt,
157
+ id: r.ids.YCRealTimeTable_data.id,
158
+ variables: {},
159
+ baseHttp: r.baseHttp,
160
+ reqType: r.ids.YCRealTimeTable_data.reqType,
161
+ isFormData: r.ids.YCRealTimeTable_data.isFormData
162
+ }), o = e.data.result.output || "{}", s = JSON.parse(o);
163
+ console.log("res_output", s.data);
164
+ let c = e.data.result.voltage || [], l = new Map(c.map((e) => [e.station_id, e])), { nationalStations: u, otherStations: d } = s.data || {
165
+ nationalStations: [],
166
+ otherStations: []
167
+ };
168
+ a.value = (u || []).map((e) => e.stationName);
169
+ let f = (e) => e == null || e === "" ? "" : e;
170
+ C.value = h.map((e) => (u || []).map((t) => {
171
+ switch (e) {
172
+ case "当前小时雨量(测试)": return {
173
+ value: f(t.currentHourRain),
174
+ isWarn: t.currentHourRainThreshold === 1
175
+ };
176
+ case "1小时雨量": return {
177
+ value: f(t.rain1h),
178
+ isWarn: t.rain1hThreshold === 1
179
+ };
180
+ case "3小时雨量": return {
181
+ value: f(t.rain3h),
182
+ isWarn: t.rain3hThreshold === 1
183
+ };
184
+ case "20时至当前雨量": return {
185
+ value: f(t.rain20ToNow),
186
+ isWarn: !1
187
+ };
188
+ case "24小时雨量": return {
189
+ value: f(t.rain24h),
190
+ isWarn: !1
191
+ };
192
+ case "极大风速": return {
193
+ value: f(t.winSInstMax),
194
+ isWarn: !1
195
+ };
196
+ case "能见度": return {
197
+ value: f(t.visHor1mi),
198
+ isWarn: t.visHor1miThreshold === 1
199
+ };
200
+ case "最小能见度": return {
201
+ value: f(t.visMin),
202
+ isWarn: !1
203
+ };
204
+ default: return {
205
+ value: "",
206
+ isWarn: !1
207
+ };
208
+ }
209
+ })), w.value = (d || []).map((e) => {
210
+ let t = "";
211
+ if (e.datetime) {
212
+ let n = e.datetime.match(/(\d{2}):(\d{2}):\d{2}$/);
213
+ n && (t = `${n[1]}时${n[2]}分`);
214
+ }
215
+ let r = l.get(e.stationIdC), i = r ? f(r.ua) : "", a = r ? Number(r.ua) < Number(r.warning_ua) : !1;
216
+ return {
217
+ county: e.cnty || "",
218
+ station: e.stationName || "",
219
+ time: t,
220
+ rain24: f(e.rain24h),
221
+ rain20: f(e.rain20ToNow),
222
+ rain3: f(e.rain3h),
223
+ rain3Warn: e.rain3hThreshold === 1,
224
+ rain1: f(e.rain1h),
225
+ rain1Warn: e.rain1hThreshold === 1,
226
+ rainCurrent: f(e.currentHourRain),
227
+ rainCurrentWarn: e.currentHourRainThreshold === 1,
228
+ temp: f(e.tem),
229
+ tempWarn: e.temThreshold === 1,
230
+ windDir: e.winDInstMax ? n(e.winDInstMax) : "",
231
+ windSpeed: f(e.winSInstMax),
232
+ windSpeedWarn: e.winSInstMaxThreshold === 1,
233
+ humidity: f(e.rhu),
234
+ pressure: f(e.prs),
235
+ _voltage: i,
236
+ _voltageWarn: a
237
+ };
238
+ }), setTimeout(() => {
239
+ i.value = !1;
240
+ }, 300);
241
+ }, $ = (e) => {
242
+ if (!e) return -1;
243
+ let t = e.match(/(\d+)时(\d+)分/);
244
+ return t ? Number(t[1]) * 60 + Number(t[2]) : -1;
245
+ }, ae = (e, t) => t == null || t === "" ? "" : t, oe = (e) => {
246
+ J.value === e ? Y.value === "desc" ? Y.value = "asc" : Y.value === "asc" ? (J.value = null, Y.value = null) : Y.value = "desc" : (J.value = e, Y.value = "desc");
247
+ };
248
+ return (e, t) => {
249
+ let n = o, r = s;
250
+ return E((y(), d("div", O, [
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
+ class: "summary-cell",
253
+ key: t
254
+ }, S(e), 1))), 128))]), f("div", ee, [(y(), d(c, null, x(h, (e, t) => f("div", {
255
+ class: "summary-row",
256
+ key: e
257
+ }, [f("div", te, S(e), 1), (y(!0), d(c, null, x(a.value, (n, r) => (y(), d("div", {
258
+ class: g(["summary-cell", { "is-warn": C.value[t]?.[r]?.isWarn }]),
259
+ key: r
260
+ }, S(ae(e, C.value[t]?.[r]?.value)), 3))), 128))])), 64))])])]),
261
+ f("div", ne, [f("div", re, [
262
+ f("button", {
263
+ class: g(["city-btn", { active: D.value }]),
264
+ onClick: t[0] ||= (e) => D.value = !D.value
265
+ }, "全市", 2),
266
+ m(n, {
267
+ modelValue: K.value,
268
+ "onUpdate:modelValue": t[1] ||= (e) => K.value = e,
269
+ placeholder: "县名搜索",
270
+ clearable: "",
271
+ class: "filter-input"
272
+ }, null, 8, ["modelValue"]),
273
+ m(n, {
274
+ modelValue: q.value,
275
+ "onUpdate:modelValue": t[2] ||= (e) => q.value = e,
276
+ placeholder: "站名搜索",
277
+ clearable: "",
278
+ class: "filter-input"
279
+ }, null, 8, ["modelValue"])
280
+ ])]),
281
+ f("div", M, [f("div", N, [f("div", P, [(y(), d(c, null, x(T, (e) => f("div", {
282
+ class: g(["detail-cell", {
283
+ "is-sortable": e.sortable,
284
+ "is-active": J.value === e.key
285
+ }]),
286
+ key: e.key,
287
+ onClick: (t) => e.sortable && oe(e.key)
288
+ }, [p(S(e.label) + " ", 1), e.sortable ? (y(), d("span", {
289
+ key: 0,
290
+ class: g(["sort-icon", J.value === e.key ? Y.value : ""])
291
+ }, null, 2)) : u("", !0)], 10, F)), 64))]), f("div", I, [(y(!0), d(c, null, x(ie.value, (e, t) => (y(), d("div", {
292
+ class: "detail-row",
293
+ key: `${e.county}-${e.station}-${t}`
294
+ }, [
295
+ f("div", L, S(t + 1), 1),
296
+ f("div", R, S(e.county), 1),
297
+ f("div", z, S(e.station), 1),
298
+ f("div", B, S(e.time), 1),
299
+ f("div", V, S(e.rain24), 1),
300
+ f("div", H, S(e.rain20), 1),
301
+ f("div", { class: g(["detail-cell", { "is-warn": e.rain3Warn }]) }, S(e.rain3), 3),
302
+ f("div", { class: g(["detail-cell", { "is-warn": e.rain1Warn }]) }, S(e.rain1), 3),
303
+ f("div", { class: g(["detail-cell", { "is-warn": e.rainCurrentWarn }]) }, S(e.rainCurrent), 3),
304
+ f("div", { class: g(["detail-cell", { "is-warn": e.tempWarn }]) }, S(e.temp), 3),
305
+ f("div", U, S(e.windDir), 1),
306
+ f("div", { class: g(["detail-cell", { "is-warn": e.windSpeedWarn }]) }, S(e.windSpeed), 3),
307
+ f("div", W, S(e.humidity), 1),
308
+ f("div", G, S(e.pressure), 1),
309
+ f("div", { class: g(["detail-cell", { "is-warn": e._voltageWarn }]) }, S(e._voltage), 3)
310
+ ]))), 128))])])])
311
+ ])), [[r, i.value]]);
312
+ };
313
+ }
314
+ }), [["__scopeId", "data-v-630ba040"]]), q = { class: "YCDataService" }, J = { class: "YCDataService-topbar" }, Y = { class: "page-switch" }, X = {
315
+ key: 0,
316
+ class: "YCDataService-filter"
317
+ }, Z = /* @__PURE__ */ e(/* @__PURE__ */ h({
318
+ __name: "YCDataService",
319
+ props: {
320
+ appKey: {
321
+ type: String,
322
+ default: ""
323
+ },
324
+ appSalt: {
325
+ type: String,
326
+ default: ""
327
+ },
328
+ baseHttp: {
329
+ type: String,
330
+ default: ""
331
+ },
332
+ ids: {
333
+ type: Object,
334
+ default: () => ({})
335
+ }
336
+ },
337
+ setup(e) {
338
+ let t = b("dataService"), n = b((/* @__PURE__ */ new Date()).toISOString().slice(0, 10)), o = b(null), s = () => {
339
+ o.value?.handleSearch?.();
340
+ };
341
+ v(() => {
342
+ c();
343
+ });
344
+ let c = async () => {};
345
+ return (c, l) => {
346
+ let p = a, h = i;
347
+ return y(), d("div", q, [
348
+ f("div", J, [f("div", Y, [f("div", {
349
+ class: g(["page-switch-item", { active: t.value === "dataService" }]),
350
+ onClick: l[0] ||= (e) => t.value = "dataService"
351
+ }, " 数据服务 ", 2), f("div", {
352
+ class: g(["page-switch-item", { active: t.value === "dataMonitor" }]),
353
+ onClick: l[1] ||= (e) => t.value = "dataMonitor"
354
+ }, " 数据质量检查 ", 2)]), t.value === "dataMonitor" ? (y(), d("div", X, [m(h, { locale: C(D) }, {
355
+ default: T(() => [m(p, {
356
+ modelValue: n.value,
357
+ "onUpdate:modelValue": l[2] ||= (e) => n.value = e,
358
+ type: "date",
359
+ placeholder: "选择日期",
360
+ "value-format": "YYYY-MM-DD",
361
+ class: "date-picker"
362
+ }, null, 8, ["modelValue"])]),
363
+ _: 1
364
+ }, 8, ["locale"]), f("button", {
365
+ class: "search-btn",
366
+ onClick: s
367
+ }, "查询")])) : u("", !0)]),
368
+ E(m(K, {
369
+ appKey: e.appKey,
370
+ appSalt: e.appSalt,
371
+ baseHttp: e.baseHttp,
372
+ ids: e.ids
373
+ }, null, 8, [
374
+ "appKey",
375
+ "appSalt",
376
+ "baseHttp",
377
+ "ids"
378
+ ]), [[w, t.value === "dataService"]]),
379
+ E(m(r, {
380
+ ref_key: "dataMonitorRef",
381
+ ref: o,
382
+ appKey: e.appKey,
383
+ appSalt: e.appSalt,
384
+ baseHttp: e.baseHttp,
385
+ ids: e.ids,
386
+ date: n.value
387
+ }, null, 8, [
388
+ "appKey",
389
+ "appSalt",
390
+ "baseHttp",
391
+ "ids",
392
+ "date"
393
+ ]), [[w, t.value === "dataMonitor"]])
394
+ ]);
395
+ };
396
+ }
397
+ }), [["__scopeId", "data-v-7ea3b34c"]]);
398
+ //#endregion
399
+ export { Z as t };
@@ -28,13 +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 { n as A, r as j, t as M } from "./chunks/component-YCDataService-CH46V7Oz.mjs";
32
- import { t as N } from "./chunks/component-ChartCumulativePre-B-8gpBKH.mjs";
33
- import { t as P } from "./chunks/component-ChartServiceMaterial-BJmsK4Yo.mjs";
34
- import { t as F } from "./chunks/component-YCHomeLegend-Yq4pVH01.mjs";
31
+ import { t as A } from "./chunks/component-YCDataService-8077kO8a.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";
35
35
  //#region src/index.ts
36
- var I = { install(I) {
37
- I.component("HighwayLiveAlarm", t), I.component("HighwayLiveAlarmNew", r), I.component("HighwayStations", i), I.component("HighWayEarlyWarningRed", a), I.component("HighwayWeatherForecast", o), I.component("ServiceMaterialsBtn", s), I.component("YCHome", c), I.component("YCLoginNew", u), I.component("HighWayFreeze", d), I.component("RadarShortTerm", p), I.component("LithiumBatteryMiningArea", l), I.component("TimeBasedForecast", m), I.component("WeatherForecast", h), I.component("ImageGeneration", g), I.component("WarningSignal", _), I.component("RadarChart", v), I.component("AqiMonitor", e), I.component("MapPopup", y), I.component("RadarTime", b), I.component("ServiceMaterial", x), I.component("WarningLine", S), I.component("RadarLegend", f), I.component("PieLegend", C), I.component("GeologyLiveAlarm", n), I.component("MaterialPreview", w), I.component("ReservoirLiveAlarm", T), I.component("IframeWeb", E), I.component("Duty", D), I.component("RenderMarkdown", O), I.component("EarlyWarningStatistic", k), I.component("YCDataService", M), I.component("ChartCumulativePre", N), I.component("ChartServiceMaterial", P), I.component("YCRealTimeTable", A), I.component("YCDataMonitor", j), I.component("YCHomeLegend", F);
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);
38
38
  } };
39
39
  //#endregion
40
- export { e as AqiMonitor, N as ChartCumulativePre, P 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, j as YCDataMonitor, M as YCDataService, c as YCHome, F as YCHomeLegend, u as YCLoginNew, A as YCRealTimeTable, I as default };
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: unknown;
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;
@@ -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, YCRealTimeTable, YCDataMonitor, YCHomeLegend, };
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;
@@ -0,0 +1 @@
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
- .YCDataMonitor[data-v-a699d20a]{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-a699d20a]{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-a699d20a]{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head[data-v-a699d20a]{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-head .summary-cell[data-v-a699d20a]{justify-content:center;align-items:center;gap:6px;padding:12px 4px;font-weight:600;display:flex}.summary-head .summary-cell .view-btn[data-v-a699d20a]{border-radius:12px;padding:2px 8px;font-size:12px}.summary-body[data-v-a699d20a]{flex-direction:column;display:flex}.summary-row[data-v-a699d20a]{border-bottom:1px solid #ebeef5;display:flex}.summary-row[data-v-a699d20a]:last-child{border-bottom:none}.summary-row[data-v-a699d20a]:nth-child(2n){background:#fafafa}.summary-cell[data-v-a699d20a]{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label[data-v-a699d20a]{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.YCDataMonitor-toolbar[data-v-a699d20a]{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group[data-v-a699d20a]{align-items:center;gap:10px;display:flex}.city-btn[data-v-a699d20a]{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-a699d20a]:hover{color:#409eff;border-color:#409eff}.city-btn.active[data-v-a699d20a]{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input[data-v-a699d20a]{width:150px}.filter-input[data-v-a699d20a] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input[data-v-a699d20a] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.filter-input[data-v-a699d20a] .el-input__inner{color:#606266;font-size:13px}.filter-input[data-v-a699d20a] .el-input__inner::placeholder{color:#a8abb2}.YCDataMonitor-detail[data-v-a699d20a]{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-a699d20a]{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head[data-v-a699d20a]{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body[data-v-a699d20a]{flex:1;min-height:0;overflow:hidden auto}.detail-row[data-v-a699d20a]{border-bottom:1px solid #ebeef5;display:flex}.detail-row[data-v-a699d20a]:last-child{border-bottom:none}.detail-row[data-v-a699d20a]:nth-child(2n){background:#fafafa}.detail-row[data-v-a699d20a]:hover{background:#f0f7ff}.detail-cell[data-v-a699d20a]{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-a699d20a]{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-a699d20a]{cursor:pointer}.detail-head .detail-cell.is-sortable[data-v-a699d20a]:hover{color:#409eff}.detail-head .detail-cell.is-active[data-v-a699d20a]{color:#409eff;background:#d9ecff}.detail-cell-index[data-v-a699d20a]{color:#409eff;font-weight:600}.detail-row .detail-cell[data-v-a699d20a]:first-child,.detail-head .detail-cell[data-v-a699d20a]:first-child{flex:.4}.detail-cell-action[data-v-a699d20a]{flex:.6}.detail-row .detail-cell-station[data-v-a699d20a]{color:#409eff;font-weight:700}.detail-row .detail-cell[data-v-a699d20a]:last-child,.detail-head .detail-cell[data-v-a699d20a]:last-child{flex:.6}.view-btn[data-v-a699d20a]{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-a699d20a]:hover{color:#fff;background:#409eff}.sort-icon[data-v-a699d20a]{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-a699d20a]: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-a699d20a]{border-bottom-color:#409eff}.sort-icon.asc[data-v-a699d20a]:after{border-top-color:#409eff}.detail-body[data-v-a699d20a]::-webkit-scrollbar{width:6px}.detail-body[data-v-a699d20a]::-webkit-scrollbar-track{background:#f2f6fc}.detail-body[data-v-a699d20a]::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body[data-v-a699d20a]::-webkit-scrollbar-thumb:hover{background:#a8abb2}.dialog-overlay[data-v-a699d20a]{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-box[data-v-a699d20a]{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-a699d20a]{border-bottom:1px solid #ebeef5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dialog-title[data-v-a699d20a]{color:#303133;font-size:16px;font-weight:600}.dialog-close[data-v-a699d20a]{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-a699d20a]:hover{color:#303133;background:#f5f7fa}.dialog-body[data-v-a699d20a]{flex:1;min-height:200px;padding:20px;overflow-y:auto}.info-grid[data-v-a699d20a]{flex-direction:column;gap:16px;display:flex}.info-row-inline[data-v-a699d20a]{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.info-item[data-v-a699d20a]{background:#f8f9fa;border-radius:6px;align-items:center;gap:8px;padding:12px;display:flex}.info-item-full[data-v-a699d20a]{flex-direction:column;align-items:stretch}.info-header[data-v-a699d20a]{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.info-title[data-v-a699d20a]{color:#303133;font-size:14px;font-weight:600}.info-missing[data-v-a699d20a]{background:#fff;border:1px solid #ebeef5;border-radius:4px;align-items:flex-start;gap:8px;padding:8px;display:flex}.missing-label[data-v-a699d20a]{color:#909399;flex-shrink:0;margin-top:2px;font-size:13px}.missing-list[data-v-a699d20a]{flex-wrap:wrap;gap:6px;display:flex}.missing-tag[data-v-a699d20a]{color:#f56c6c;background:#fef0f0;border:1px solid #fde2e2;border-radius:4px;padding:2px 8px;font-size:12px}.missing-empty[data-v-a699d20a]{color:#c0c4cc;font-size:13px}.info-action[data-v-a699d20a]{justify-content:flex-end;margin-top:10px;display:flex}.dialog-btn-small[data-v-a699d20a]{border-radius:12px;padding:4px 16px;font-size:12px}.info-label[data-v-a699d20a]{color:#909399;white-space:nowrap;flex-shrink:0;font-size:13px}.info-value[data-v-a699d20a]{color:#303133;font-size:14px;font-weight:500}.dialog-footer[data-v-a699d20a]{border-top:1px solid #ebeef5;justify-content:center;align-items:center;padding:12px 20px;display:flex}.dialog-btn[data-v-a699d20a]{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-a699d20a]:hover{background:#66b1ff;border-color:#66b1ff}.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-0bc9749c]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.YCDataService-topbar[data-v-0bc9749c]{flex-shrink:0;align-items:center;gap:16px;margin:16px 20px 0;display:flex}.page-switch[data-v-0bc9749c]{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-0bc9749c]{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-0bc9749c]:hover{color:#409eff}.page-switch-item.active[data-v-0bc9749c]{color:#fff;background:#409eff;box-shadow:0 2px 8px #409eff59}.page-switch-item.active[data-v-0bc9749c]:hover{color:#fff}.YCDataService-filter[data-v-0bc9749c]{flex-shrink:0;align-items:center;gap:10px;display:flex}.date-picker[data-v-0bc9749c]{width:160px}.date-picker[data-v-0bc9749c] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.date-picker[data-v-0bc9749c] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.date-picker[data-v-0bc9749c] .el-input__inner{color:#606266;font-size:13px}.date-picker[data-v-0bc9749c] .el-input__inner::placeholder{color:#a8abb2}.search-btn[data-v-0bc9749c]{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-0bc9749c]:hover{background:#66b1ff;border-color:#66b1ff}
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-7ea3b34c]{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.YCDataService-topbar[data-v-7ea3b34c]{flex-shrink:0;align-items:center;gap:16px;margin:16px 20px 0;display:flex}.page-switch[data-v-7ea3b34c]{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-7ea3b34c]{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-7ea3b34c]:hover{color:#409eff}.page-switch-item.active[data-v-7ea3b34c]{color:#fff;background:#409eff;box-shadow:0 2px 8px #409eff59}.page-switch-item.active[data-v-7ea3b34c]:hover{color:#fff}.YCDataService-filter[data-v-7ea3b34c]{flex-shrink:0;align-items:center;gap:10px;display:flex}.date-picker[data-v-7ea3b34c]{width:160px}.date-picker[data-v-7ea3b34c] .el-input__wrapper{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.date-picker[data-v-7ea3b34c] .el-input__wrapper.is-focus{box-shadow:inset 0 0 0 1px #409eff}.date-picker[data-v-7ea3b34c] .el-input__inner{color:#606266;font-size:13px}.date-picker[data-v-7ea3b34c] .el-input__inner::placeholder{color:#a8abb2}.search-btn[data-v-7ea3b34c]{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-7ea3b34c]:hover{background:#66b1ff;border-color:#66b1ff}.YCDataMonitor{box-sizing:border-box;color:#303133;background:#001a33;flex-direction:column;width:100%;height:100%;padding:16px;display:flex;overflow:hidden}.YCDataMonitor-summary{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{flex-direction:column;width:100%;min-width:900px;font-size:13px;display:flex}.summary-head{background:#eef6ff;border-bottom:1px solid #d9ecff;display:flex}.summary-head .summary-cell{justify-content:center;align-items:center;gap:6px;padding:12px 4px;font-weight:600;display:flex}.summary-head .summary-cell .view-btn{border-radius:12px;padding:2px 8px;font-size:12px}.summary-body{flex-direction:column;display:flex}.summary-row{border-bottom:1px solid #ebeef5;display:flex}.summary-row:last-child{border-bottom:none}.summary-row:nth-child(2n){background:#fafafa}.summary-cell{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:8px 4px;overflow:hidden}.summary-cell-label{text-align:left;color:#409eff;flex:1.6;padding-left:10px;font-weight:500}.YCDataMonitor-toolbar{flex-shrink:0;align-items:center;margin-bottom:10px;padding:0 2px;display:flex}.filter-group{align-items:center;gap:10px;display:flex}.city-btn{color:#606266;cursor:pointer;background:#fff;border:1px solid #c0c4cc;border-radius:16px;padding:6px 18px;font-size:13px;transition:all .2s}.city-btn:hover{color:#409eff;border-color:#409eff}.city-btn.active{color:#fff;background:#409eff;border-color:#409eff;box-shadow:0 2px 8px #409eff59}.filter-input{width:150px}.filter-input :deep(.el-input__wrapper){background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #dcdfe6}.filter-input :deep(.el-input__wrapper.is-focus){box-shadow:inset 0 0 0 1px #409eff}.filter-input :deep(.el-input__inner){color:#606266;font-size:13px}.filter-input :deep(.el-input__inner::placeholder){color:#a8abb2}.YCDataMonitor-detail{background:#fff;border:1px solid #e4e7ed;border-radius:8px;flex:1;min-height:0;overflow:auto;box-shadow:0 2px 12px #0000000f}.detail-table{flex-direction:column;width:100%;min-width:1200px;height:100%;font-size:13px;display:flex}.detail-head{background:#eef6ff;border-bottom:1px solid #d9ecff;flex-shrink:0;display:flex}.detail-body{flex:1;min-height:0;overflow:hidden auto}.detail-row{border-bottom:1px solid #ebeef5;display:flex}.detail-row:last-child{border-bottom:none}.detail-row:nth-child(2n){background:#fafafa}.detail-row:hover{background:#f0f7ff}.detail-cell{text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;padding:10px 4px;overflow:hidden}.detail-head .detail-cell{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{cursor:pointer}.detail-head .detail-cell.is-sortable:hover{color:#409eff}.detail-head .detail-cell.is-active{color:#409eff;background:#d9ecff}.detail-cell-index{color:#409eff;font-weight:600}.detail-row .detail-cell:first-child,.detail-head .detail-cell:first-child{flex:.4}.detail-cell-action{flex:.6}.detail-row .detail-cell-station{color:#409eff;font-weight:700}.detail-row .detail-cell:last-child,.detail-head .detail-cell:last-child{flex:.6}.view-btn{color:#409eff;cursor:pointer;background:#fff;border:1px solid #409eff;border-radius:14px;padding:4px 14px;font-size:12px;transition:all .2s}.view-btn:hover{color:#fff;background:#409eff}.sort-icon{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: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{border-bottom-color:#409eff}.sort-icon.asc:after{border-top-color:#409eff}.detail-body::-webkit-scrollbar{width:6px}.detail-body::-webkit-scrollbar-track{background:#f2f6fc}.detail-body::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:3px}.detail-body::-webkit-scrollbar-thumb:hover{background:#a8abb2}.dialog-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog-box{background:#fff;border-radius:8px;flex-direction:column;width:800px;max-height:70vh;display:flex;box-shadow:0 8px 32px #0003}.dialog-header{border-bottom:1px solid #ebeef5;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dialog-title{color:#303133;font-size:16px;font-weight:600}.dialog-close{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:hover{color:#303133;background:#f5f7fa}.dialog-body{flex:1;min-height:200px;padding:20px;overflow-y:auto}.info-grid{flex-direction:column;gap:16px;display:flex}.info-row-inline{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.info-item{background:#f8f9fa;border-radius:6px;align-items:center;gap:8px;padding:12px;display:flex}.info-item-full{flex-direction:column;align-items:stretch}.info-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.info-title{color:#303133;font-size:14px;font-weight:600}.info-missing{background:#fff;border:1px solid #ebeef5;border-radius:4px;align-items:flex-start;gap:8px;padding:8px;display:flex}.missing-label{color:#909399;flex-shrink:0;margin-top:2px;font-size:13px}.missing-list{flex-wrap:wrap;gap:6px;display:flex}.missing-tag{color:#f56c6c;background:#fef0f0;border:1px solid #fde2e2;border-radius:4px;padding:2px 8px;font-size:12px}.missing-empty{color:#c0c4cc;font-size:13px}.info-action{justify-content:flex-end;margin-top:10px;display:flex}.dialog-btn-small{border-radius:12px;padding:4px 16px;font-size:12px}.info-label{color:#909399;white-space:nowrap;flex-shrink:0;font-size:13px}.info-value{color:#303133;font-size:14px;font-weight:500}.dialog-footer{border-top:1px solid #ebeef5;justify-content:center;align-items:center;padding:12px 20px;display:flex}.dialog-btn{color:#fff;cursor:pointer;background:#409eff;border:1px solid #409eff;border-radius:16px;padding:8px 28px;font-size:14px;transition:all .2s}.dialog-btn:hover{background:#66b1ff;border-color:#66b1ff}