feat:增加内部考试,外部考试编辑

This commit is contained in:
wyx
2023-02-10 17:55:42 +08:00
parent 962f55dee5
commit 1b4bb2b5ee
4 changed files with 121 additions and 68 deletions

View File

@@ -507,7 +507,7 @@
">
<div class="opa">
<div class="opacation">
<span v-if="element.type!==5" style="
<span style="
color: #4ea6ff;
margin-right: 25px;
cursor: pointer;
@@ -520,14 +520,6 @@
">
编辑
</span>
<span
v-else
style="
color: #4ea6ff;
margin-right: 55px;
cursor: pointer;
">
</span>
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(element.id)">
删除
</span>