From de5451b006f1d2f3632b03ab41f8ebee1551437d Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期二, 10 九月 2024 16:33:01 +0800
Subject: [PATCH] #fs

---
 src/main/webapp/views/index.html |   21 ++-------------------
 1 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index ebd24eb..d55cbbf 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -86,7 +86,7 @@
         <div class="outer-ring"></div>
 
         <!-- Stations on outer ring -->
-<!--        <div class="station" style="top: -10px; left: 50%;">1</div>-->
+<!--        <div class="station" style="top: 49%; left: 99%;">1000</div>-->
 <!--        <div class="station" style="top: 30%; left: 100%;">2</div>-->
 <!--        <div class="station" style="top: 70%; left: 100%;">3</div>-->
 <!--        <div class="station" style="top: 110%; left: 50%;">4</div>-->
@@ -111,24 +111,7 @@
             el: '#app',
             data: {
                 tableDataRgv: [],
-                tableDataDev: [],
-                addWeekPlanDataWeeklySign: [
-                    {
-                        index: 1,
-                        valueX: 50,
-                        valueY: 96.5
-                    },
-                    {
-                        index: 2,
-                        valueX: 0,
-                        valueY: 0
-                    },
-                    {
-                        index: 3,
-                        valueX: 80,
-                        valueY: 55
-                    }
-                ]
+                tableDataDev: []
             },
             created(){
                 this.init();

--
Gitblit v1.9.1