mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
考试 字段校验,没传考试id
This commit is contained in:
@@ -30,8 +30,12 @@
|
||||
</div>
|
||||
<div class="btnbox">
|
||||
<button class="xkbtn" @click="showDrawerSelFacet">
|
||||
<!--
|
||||
{{ chooseCourse == null ? "选择" : chooseCourseName }}面授课
|
||||
</button>
|
||||
</button> -->
|
||||
|
||||
{{ chooseCourse == null ? "选择" : "重选" }}面授课
|
||||
</button>
|
||||
<div v-if="chooseCourse">
|
||||
<a-tag closable color="processing" @close="logC">
|
||||
<span style="font-size:14px;line-height: 33px;">删除课程</span>
|
||||
|
||||
Reference in New Issue
Block a user