Parcourir la source

4/21合并支付功能前保存

Luhan1997 il y a 4 ans
Parent
commit
6bb5f61c20
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      src/pages/report/index.vue

+ 5 - 5
src/pages/report/index.vue

@@ -28,7 +28,7 @@
       </view>
     </view>
 
-    <!--    训练时长和训练设备-->
+    <!--    训练时长和训练设备  -->
     <view class="po1 padding-lr margin-top-xl">
       <van-row>
         <van-col span="11">
@@ -357,11 +357,11 @@ export default {
             //设置雷达图
             $options = getRadarChartOption([
               $this.record.att_average, //平均
-              $this.record.att_scope,   //广度
-              $this.record.att_burst,   //爆发
+              $this.record.att_scope, //广度
+              $this.record.att_burst, //爆发
               $this.record.att_interfere, //抗干扰
-              $this.record.att_start,  //启动
-              $this.record.att_height,  // 高专注占比
+              $this.record.att_start, //启动
+              $this.record.att_height, // 高专注占比
             ]);
             radar_charts.setOption($options);