liyongli 2 năm trước cách đây
mục cha
commit
1617dc1bf0
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/report/SilkRoadDetail/index.vue

+ 4 - 4
src/views/report/SilkRoadDetail/index.vue

@@ -31,11 +31,11 @@
           </van-row>
           <van-row>
             <van-col span="8">
-              {{ item.publishNum | formmate }} /
+              {{ item.onTimeNum | formmate }} /
               {{ item.taskNum | formmate }}
             </van-col>
             <van-col span="5">
-              {{ item.onTimeNum | formmate }} /
+              {{ item.publishNum | formmate }} /
               {{ item.taskNum | formmate }}
             </van-col>
             <van-col span="5">{{ item.readNum | formmate }}</van-col>
@@ -49,10 +49,10 @@
           </van-row>
           <van-row>
             <van-col span="8">
-              {{ ((item.publishNum / item.taskNum) * 100).toFixed(2) - 0 }}%
+              {{ ((item.onTimeNum / item.taskNum) * 100).toFixed(2) - 0 }}%
             </van-col>
             <van-col span="5">
-              {{ (item.onTimeNum / item.taskNum * 100).toFixed(2) - 0 }}%
+              {{ (item.publishNum / item.taskNum * 100).toFixed(2) - 0 }}%
             </van-col>
           </van-row>
         </div>