Browse Source

爆款视频-爆款达成日期和有效达成日期展示条件判断

朱鑫波 4 years ago
parent
commit
0d20ef85f9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/modules/Statistics/popularVideo.vue

+ 3 - 1
src/views/modules/Statistics/popularVideo.vue

@@ -294,7 +294,9 @@
                 <span slot='aclick' slot-scope="text">{{text |formatCurrency}}</span>          
                 <span slot='bclick' slot-scope="text">{{text |formatCurrency}}</span>          
                 <span slot='photoClick' slot-scope="text">{{text |formatCurrency}}</span>          
-                <span slot='photoShow' slot-scope="text">{{text |formatCurrency}}</span>          
+                <span slot='photoShow' slot-scope="text">{{text |formatCurrency}}</span>     
+                <span slot="faddishDate" slot-scope="text, record">{{record.faddishDayNum<15?text:''}}</span>  
+                <span slot="effectDate" slot-scope="text, record">{{record.effectDayNum<8?text:''}}</span>        
           </a-table> 
         </div>