From 213cf17a4b48b4cf6333726975eb25ef70568200 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Fri, 18 Aug 2023 15:08:28 +0800
Subject: [PATCH] fix:监测站数据显示修改,无人机基本值修改
---
src/views/charts/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/charts/index.vue b/src/views/charts/index.vue
index 1b11a1d..e24a91d 100644
--- a/src/views/charts/index.vue
+++ b/src/views/charts/index.vue
@@ -140,13 +140,13 @@
medium: '',
isSelect: false,
options1: [
+ {
+ label: '������������',
+ value: '������������',
+ },
{
label: '���������',
value: '���������',
- },
- {
- label: '������������',
- value: '������������',
},
{
label: '������',
--
Gitblit v1.8.0