From a505e8a326f7e8ce3db8b2f140fb328ecc650bfc Mon Sep 17 00:00:00 2001
From: yichenxi <yichenxi0601@163.com>
Date: Fri, 21 Apr 2023 09:14:09 +0800
Subject: [PATCH] 1、设备详情数据显示

---
 src/views/car/index.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/car/index.vue b/src/views/car/index.vue
index a106d1f..58540b7 100644
--- a/src/views/car/index.vue
+++ b/src/views/car/index.vue
@@ -648,12 +648,12 @@
         {
           sensorName: 'O3',
           unit: 'ug/m��',
-          tab1: '100',
-          tab2: '160',
-          tab3: '215',
-          tab4: '265',
+          tab1: '160',
+          tab2: '200',
+          tab3: '300',
+          tab4: '400',
           tab5: '800',
-          tab6: '800',
+          tab6: '1000',
         },
         {
           sensorName: 'TVOC',
@@ -2151,4 +2151,3 @@
   margin-top: 0.8rem;
 }
 </style>
-  
\ No newline at end of file

--
Gitblit v1.8.0