From 31ce9a56c95000f1567cda9f5821aadb5d1e4fd0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 30 八月 2023 16:25:02 +0800
Subject: [PATCH] 1.递交

---
 src/views/kb/cjsc.vue |   61 +++++++++++++-----------------
 1 files changed, 27 insertions(+), 34 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 41c691d..55b7f22 100644
--- a/src/views/kb/cjsc.vue
+++ b/src/views/kb/cjsc.vue
@@ -3,9 +3,9 @@
     <div class="kb_dashboard">
 
       <!--    鏄熺┖鑳屾櫙-->
-<!--      <div ref="starsRef" class="stars">-->
-<!--        <div v-for="(item, index) in starsCount" :key="index" class="star"/>-->
-<!--      </div>-->
+      <!--      <div ref="starsRef" class="stars">-->
+      <!--        <div v-for="(item, index) in starsCount" :key="index" class="star"/>-->
+      <!--      </div>-->
 
       <div class="kb_header">
         <div class="flex_c_c kb_header_text">
@@ -318,25 +318,27 @@
 
       WkshpContentData().then(res => {
         this.tableDataCenterTopTemp = res.data
-        this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)
+        // this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)
+        this.tableDataCenterTop = this.tableDataCenterTopTemp
 
-        const loop = Math.floor(this.tableDataCenterTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟
-        let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�
-
-        const timer = setInterval(() => {
-          startValue = startValue + scale
-          this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)
-          if (nowLoop === loop) {
-            clearInterval(timer)
-            this.getCenterTableDataSetInterval()
-          }
-          nowLoop++
-          this.$nextTick(() => {
-            this.tableDataCenterTop.forEach(i => {
-              loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))
-            })
-          })
-        }, 1000 * 10)
+        // const loop = Math.floor(this.tableDataCenterTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟
+        // let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�
+        //
+        // const timer = setInterval(() => {
+        //   startValue = startValue + scale
+        //   this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)
+        //   nowLoop++
+        //   if (nowLoop === loop) {
+        //     clearInterval(timer)
+        //     this.getCenterTableDataSetInterval()
+        //   }
+        //
+        //   this.$nextTick(() => {
+        //     this.tableDataCenterTop.forEach(i => {
+        //       loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))
+        //     })
+        //   })
+        // }, 1000 * 10)
 
         this.$nextTick(() => {
           this.tableDataCenterTop.forEach(i => {
@@ -344,7 +346,6 @@
           })
         })
       })
-
 
       // WkshpContentData().then(res => {
       //   this.tableDataCenterTop = res.data
@@ -372,15 +373,6 @@
       //       })
       //   }, this.tableDataCenterTop.length <= 20 ? 1000 * 15 : 10)
       // })
-
-
-
-
-
-
-
-
-
 
     },
 
@@ -568,14 +560,15 @@
   color: $main_color;
 }
 
-::v-deep .el-table__body-wrapper{
+::v-deep .el-table__body-wrapper {
   overflow: hidden !important;
 }
 
-::v-deep .el-table th.gutter{
+::v-deep .el-table th.gutter {
   display: none;
-  width:0
+  width: 0
 }
+
 //::v-deep .el-table colgroup col[name='gutter']{
 //  display: none;
 //  width: 0;

--
Gitblit v1.9.3