[exam] add progress do update the same time

This commit is contained in:
xiaomlove
2021-04-27 02:44:44 +08:00
parent 465fd2bca8
commit d1b7561aae
17 changed files with 97 additions and 81 deletions
+3 -3
View File
@@ -29,9 +29,9 @@
<template #title>
<span>System</span>
</template>
<el-menu-item-group>
<el-menu-item index="/agent-allow"><i class="el-icon-menu" />Agent allow</el-menu-item>
</el-menu-item-group>
<!-- <el-menu-item-group>-->
<!-- <el-menu-item index="/agent-allow"><i class="el-icon-menu" />Agent allow</el-menu-item>-->
<!-- </el-menu-item-group>-->
<el-menu-item-group>
<el-menu-item index="/exam"><i class="el-icon-menu" />Exam</el-menu-item>
</el-menu-item-group>
+1 -1
View File
@@ -6,7 +6,7 @@
</div>
<div class="right">
<el-button type="primary" size="small" icon="el-icon-plus" @click="handleAdd">Add</el-button>
<!-- <el-button type="primary" size="small" icon="el-icon-plus" @click="handleAdd">Add</el-button>-->
</div>
</div>
</template>