Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage into develop

This commit is contained in:
zhangyc
2022-12-04 17:30:26 +08:00
34 changed files with 2874 additions and 2185 deletions

View File

@@ -30,7 +30,7 @@
</div>
<div class="btnbox">
<button class="xkbtn" @click="showDrawerSelFacet">
{{ chooseCourse == null ? "选择" : 重选 }}面授课
{{ chooseCourse == null ? "选择" : "重选" }}面授课
</button>
<div v-if="chooseCourse">
<a-tag closable color="processing" @close="logC">
@@ -209,7 +209,7 @@
<button class="xkbtn">配置</button>
<div v-if="EditWorkId > 0">
<a-tag closable color="processing" @close="logW">
<span style="font-size:14px;line-height: 33px;">删除作业{{EditWorkId}}</span>
<span style="font-size:14px;line-height: 33px;">删除作业</span>
</a-tag>
</div>
@@ -233,7 +233,7 @@
<button class="xkbtn">配置</button>
<div v-if="EditTestId > 0">
<a-tag closable color="processing" @close="logT">
<span style="font-size:14px;line-height: 33px;">删除考试{{EditTestId}}</span>
<span style="font-size:14px;line-height: 33px;">删除考试</span>
</a-tag>
</div>