Commit f1ac4cb2 authored by xulili's avatar xulili

点播总量展示

parent 46f389eb
......@@ -13,7 +13,7 @@
<p v-else>{{ index + 1 }}</p>
</span>
<span>{{ item.playDate || item.organName }}</span>
<span>{{ item.playNumber || item.frequencyCnt}}</span>
<span>{{ item.playNumber || item.frequencyCnt || 0}}</span>
</li>
</ul>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment