fix:面授课开课考试编辑问题

This commit is contained in:
wyx
2023-03-21 14:27:52 +08:00
parent 4f84fa68b6
commit 33d00f54e9

View File

@@ -10,7 +10,7 @@
>
<div class="drawerMain">
<div class="header">
<div class="headerTitle">{{ info.examinationName >= 0 ? "编辑" : "添加" }}考试</div>
<div class="headerTitle">{{ info?.examinationName >= 0 ? "编辑" : "添加" }}考试</div>
<img
style="width: 29px; height: 29px; cursor: pointer"
src="../../assets/images/basicinfo/close.png"