liyongli 2 년 전
부모
커밋
ce438a9a5d
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      src/views/report/Traditional/index.vue

+ 4 - 2
src/views/report/Traditional/index.vue

@@ -26,7 +26,7 @@
           style="border-bottom: 1px dashed #eee; margin: 11px 0 0 0"
           v-if="o === 20"
         ></div>
-        <van-row class="item">
+        <van-row class="item" @click="() => showPopup(o)">
           <van-col
             span="3"
             :class="{ td: true }"
@@ -61,7 +61,7 @@
             span="4"
             class="td"
             style="cursor: pointer"
-            @click="() => showPopup(o)"
+            
           >
             更多
             <van-icon name="arrow" />
@@ -339,9 +339,11 @@ export default {
         key.push(v.dt);
         value.push(val);
       });
+      console.log(this.ratios.user_count_compare)
       this.dayEcharts.setOption({
         title: {
           text: "用户趋势",
+          subtext: this.ratios.user_count_compare ? this.ratios.user_count_compare :"",
           textStyle: {
             fontSize: 14,
           },