mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:增加签到签退等
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user