feat:增加签到签退等

This commit is contained in:
lixg
2023-01-06 17:07:57 +08:00
parent e80ee2f4f7
commit 8cb9c6649e
11 changed files with 297 additions and 143 deletions

View File

@@ -127,8 +127,7 @@
</div>
</div>
</a-drawer>
<!-- 批量标注完成 -->
<ASOver v-model:ASOvervisible="ASOvervisible" />
<!-- 录入成绩抽屉 -->
<EScore v-model:eScorevisible="Evisible" />
<!-- 查看作业抽屉 -->
@@ -140,7 +139,6 @@
<script>
import { toRefs, reactive } from "vue";
import { message } from "ant-design-vue";
import ASOver from "../AllStuOver.vue";
import CKWork from "../CheckWork.vue";
import CQue from "../CheckQue.vue";
// import EntryScores from "../EntryScores.vue";
@@ -153,7 +151,6 @@ export default {
// EntryScores,
CKWork,
CQue,
ASOver,
EScore,
},
props: {