diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 8c9851f..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/views/view/index.vue b/src/views/view/index.vue index a1023f4..8331d28 100644 --- a/src/views/view/index.vue +++ b/src/views/view/index.vue @@ -157,20 +157,20 @@

下行

- {{ pileNumMap[searchForm.area].length2 }}米 + {{ pileNumMap[searchForm.area]?.length2 || 0 }}米

上行

- {{ pileNumMap[searchForm.area].length1 }}米 + {{ pileNumMap[searchForm.area]?.length1 || 0 }}米

@@ -328,10 +328,10 @@
--> -
+
-
+
预警信息
状态同步中
-
- X + X
@@ -446,9 +447,8 @@
- 一键发送 - + 一键发送 +
@@ -469,7 +469,7 @@ line-height: 25px; margin-top: 5px; "> -

+

{{ filedFomatter(item.direction, directionList) }} {{ item.id }}({{ item.pileNumShow }}) 指令:{{ item.stream }} {{ @@ -716,8 +716,7 @@

- 一键发送 + 一键发送
@@ -1685,7 +1684,7 @@