From dca2b8e04123ed6bd9055433090511ba4cfc1bb3 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期四, 16 七月 2026 22:59:21 +0800
Subject: [PATCH] bug fix
---
src/modules/push/views/vehiclegps.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/modules/push/views/vehiclegps.vue b/src/modules/push/views/vehiclegps.vue
index ae2aaa9..3f1c574 100644
--- a/src/modules/push/views/vehiclegps.vue
+++ b/src/modules/push/views/vehiclegps.vue
@@ -128,10 +128,10 @@
span: 12
},
{
- label: t('瀹氫綅鐘舵��'),
+ label: t('瀹氫綅绮惧害'),
prop: "status",
component: { name: "el-radio-group", options: options.status },
- value: 0,
+ value: "A",
required: true
}
]
@@ -163,7 +163,7 @@
{ label: t('閫熷害'), prop: "speed", minWidth: 140, sortable: "custom" },
{ label: t('鏂瑰悜瑙�'), prop: "direction", minWidth: 140, sortable: "custom" },
{ label: t('娴锋嫈楂樺害'), prop: "elevation", minWidth: 140, sortable: "custom" },
- { label: t('瀹氫綅鐘舵��'), prop: "status", minWidth: 120 },
+ { label: t('瀹氫綅绮惧害'), prop: "status", minWidth: 120 },
{
label: t('鍒涘缓鏃堕棿'),
prop: "createTime",
--
Gitblit v1.9.1