提交 fafcdc25 作者: 毛细亚

style: 优化带教次数显示默认值

上级 93d3f62c
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
type="text" type="text"
style="cursor: pointer;z-index:10;" style="cursor: pointer;z-index:10;"
@click.stop="openMentorRecordDrawer(items)" @click.stop="openMentorRecordDrawer(items)"
>{{ items.teach_num || '-' }}次</el-button> >{{ items.teach_num || 0 }}次</el-button>
</div> </div>
</div> </div>
</div> </div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论