liyongli 2 years ago
parent
commit
9b4fdac6e7
1 changed files with 9 additions and 1 deletions
  1. 9 1
      src/views/report/Calendar/index.vue

+ 9 - 1
src/views/report/Calendar/index.vue

@@ -95,6 +95,10 @@
                 </div>
               </div>
             </div>
+            <p
+              style="text-align: center; font-size: 0.8rem"
+              v-html="item.buttomText"
+            ></p>
           </div>
         </div>
       </div>
@@ -190,7 +194,11 @@ export default {
     });
   },
   computed: {},
-  methods: {},
+  methods: {
+    isQDXW(t) {
+      return /起点新闻/g.test(t);
+    },
+  },
   beforeUnmount() {},
   components: {},
 };