lsc 1 năm trước cách đây
mục cha
commit
35aa490464

+ 10 - 10
src/components/pages/dataBoard/school/index.vue

@@ -83,61 +83,61 @@
             <div class="depth">
               <span>上传课程</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="36" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="36" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>指导项目</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>使用工具</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>课程评价</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>互动交流</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>参与课程</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="36" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="36" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>参与项目</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>使用工具</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="25" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="25" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>协同合作</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
             <div class="depth">
               <span>合作交流</span>
               <div>
-                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format"></el-progress>
+                <el-progress :width="80" type="circle" :percentage="76" :stroke-width="15" :format="format" color="#106BFF"></el-progress>
               </div>
             </div>
           </div>

+ 5 - 0
src/components/pages/dataBoard/student/index.vue

@@ -75,6 +75,7 @@
                   :percentage="36"
                   :stroke-width="15"
                   :format="format"
+                  color="#106BFF"
                 ></el-progress>
               </div>
             </div>
@@ -87,6 +88,7 @@
                   :percentage="76"
                   :stroke-width="15"
                   :format="format"
+                  color="#106BFF"
                 ></el-progress>
               </div>
             </div>
@@ -99,6 +101,7 @@
                   :percentage="76"
                   :stroke-width="15"
                   :format="format"
+                  color="#106BFF"
                 ></el-progress>
               </div>
             </div>
@@ -111,6 +114,7 @@
                   :percentage="76"
                   :stroke-width="15"
                   :format="format"
+                  color="#106BFF"
                 ></el-progress>
               </div>
             </div>
@@ -123,6 +127,7 @@
                   :percentage="76"
                   :stroke-width="15"
                   :format="format"
+                  color="#106BFF"
                 ></el-progress>
               </div>
             </div>

+ 8 - 0
src/components/pages/dataBoard/teacher/index.vue

@@ -88,6 +88,7 @@
                     :percentage="36"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -100,6 +101,7 @@
                     :percentage="76"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -112,6 +114,7 @@
                     :percentage="76"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -124,6 +127,7 @@
                     :percentage="76"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -136,6 +140,7 @@
                     :percentage="76"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -148,6 +153,7 @@
                     :percentage="36"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -160,6 +166,7 @@
                     :percentage="76"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>
@@ -172,6 +179,7 @@
                     :percentage="25"
                     :stroke-width="15"
                     :format="format"
+                    color="#106BFF"
                   ></el-progress>
                 </div>
               </div>