From d69724b8ba43312b3e794ad2d63a2493972f02c0 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 02 十二月 2023 16:57:54 +0800
Subject: [PATCH] 工单进度统计模块

---
 src/views/cockpitPage/components/OrderCompleteRadio.vue |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/views/cockpitPage/components/OrderCompleteRadio.vue b/src/views/cockpitPage/components/OrderCompleteRadio.vue
index 3f964b9..a5c2d3d 100644
--- a/src/views/cockpitPage/components/OrderCompleteRadio.vue
+++ b/src/views/cockpitPage/components/OrderCompleteRadio.vue
@@ -4,7 +4,6 @@
       <ChartTitle name="璁㈠崟瀹屾垚姣旂巼"></ChartTitle>
     </div>
     <div class="list-view">
-      <!-- <ul> -->
       <template v-for="item in tableList">
         <div class="table-bg-view">
           <div class="left">{{ item.title }}</div>
@@ -16,13 +15,9 @@
               :define-back-color="'#083f55'"
               :text-color="'#fec718'"
             ></el-progress>
-            <!-- <div class="container">
-              <div class="item" v-for="i in 40" :key="i"></div>
-            </div> -->
           </div>
         </div>
       </template>
-      <!-- </ul> -->
     </div>
   </div>
 </template>
@@ -37,16 +32,14 @@
   data() {
     return {
       tableList: [
-        { title: "DD19070047", radio: 50 },
+        { title: "DD19070047", radio: 50.6 },
         { title: "DD19070048", radio: 70 },
         { title: "DD19070049", radio: 85 },
         { title: "DD19070050", radio: 30 },
       ],
     };
   },
-  mounted() {
-    console.log(this.$refs.middle.$el, "sssssssss");
-  },
+  mounted() {},
   watch: {},
   methods: {},
 };
@@ -96,9 +89,10 @@
   .el-progress-bar__innerText {
     position: absolute;
     top: 2px;
-    right: -50px;
+    right: -70px;
     text-align: left;
     font-size: 18px;
+    width: 60px;
   }
 }
 </style>

--
Gitblit v1.8.0