提交 8a5cc7b9 编写于 作者: guangjun.yang's avatar guangjun.yang

排名中无成绩问题

上级 5e0d0962
...@@ -17,12 +17,14 @@ ...@@ -17,12 +17,14 @@
<li v-for="(item, index) in noCertUserList" :key="index"> <li v-for="(item, index) in noCertUserList" :key="index">
<span>{{(item.doctorName || '- ') | shortName}}</span> <span>{{(item.doctorName || '- ') | shortName}}</span>
<span>{{(item.departmentName || '- ') | shortName}}</span> <span>{{(item.departmentName || '- ') | shortName}}</span>
<span>- </span>
</li> </li>
</ul> </ul>
<ul v-show="cIndex === 2" class="list"> <ul v-show="cIndex === 2" class="list">
<li v-for="(item, index) in noJoinList" :key="index"> <li v-for="(item, index) in noJoinList" :key="index">
<span>{{(item.doctorName || '- ') | shortName}}</span> <span>{{(item.doctorName || '- ') | shortName}}</span>
<span>{{(item.departmentName || '- ') | shortName}}</span> <span>{{(item.departmentName || '- ') | shortName}}</span>
<span>- </span>
</li> </li>
</ul> </ul>
<NoContent v-show="((cIndex === 0 && !certUserList.length) || (cIndex === 1 && !noCertUserList.length) || (cIndex === 2 && !noJoinList.length))"></NoContent> <NoContent v-show="((cIndex === 0 && !certUserList.length) || (cIndex === 1 && !noCertUserList.length) || (cIndex === 2 && !noJoinList.length))"></NoContent>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册