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/cameragps.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/modules/push/views/cameragps.vue b/src/modules/push/views/cameragps.vue
index 9c75222..7ec61ae 100644
--- a/src/modules/push/views/cameragps.vue
+++ b/src/modules/push/views/cameragps.vue
@@ -122,10 +122,10 @@
span: 12
},
{
- label: t('瀹氫綅鐘舵��'),
+ label: t('瀹氫綅绮惧害'),
prop: "status",
component: { name: "el-radio-group", options: options.status },
- value: 0,
+ value: "A",
required: true
}
]
@@ -156,7 +156,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('鍒涘缓鏃堕棿'),
--
Gitblit v1.9.1