liyongli 2 年之前
父節點
當前提交
96babc7624
共有 1 個文件被更改,包括 6 次插入9 次删除
  1. 6 9
      src/views/report/Mobile/index.vue

+ 6 - 9
src/views/report/Mobile/index.vue

@@ -8,9 +8,6 @@
     />
     <div class="tv-list" :style="'font-size:' + fontSize + 'px'">
       <div class="content">
-        <div class="titleTop">
-          {{ valueDate($route.params.date) }}
-        </div>
         <van-cell-group border title="部门排行">
           <div class="itemHead">
             <van-row>
@@ -48,19 +45,19 @@
               <van-col span="7" :class="{ td: true }">
                 {{ timeFormat(v.read_count) }}
                 <van-icon
-                  v-if="v.read_count_change !== '相等'"
+                  v-if="v.read_change !== '相等'"
                   name="down"
-                  :color="v.read_count_change === '上升' ? '#f00' : '#0f0'"
-                  :class="{ rise: v.read_count_change === '上升' }"
+                  :color="v.read_change === '上涨' ? '#f00' : '#0f0'"
+                  :class="{ rise: v.read_change === '上涨' }"
                 />
               </van-col>
               <van-col span="5" :class="{ td: true }">
                 {{ timeFormat(v.publish_count) }}
                 <van-icon
-                  v-if="v.publish_count_change !== '相等'"
+                  v-if="v.publish_change !== '相等'"
                   name="down"
-                  :color="v.publish_count_change === '上升' ? '#f00' : '#0f0'"
-                  :class="{ rise: v.publish_count_change === '上升' }"
+                  :color="v.publish_change === '上涨' ? '#f00' : '#0f0'"
+                  :class="{ rise: v.publish_change === '上涨' }"
                 />
               </van-col>
               <van-col span="2" class="td" style="cursor: pointer">