Explorar el Código

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

朱鑫波 hace 4 años
padre
commit
0d20ef85f9
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>