【修改】试题审核增加两个页面

This commit is contained in:
YOHO\20373
2025-06-03 16:38:35 +08:00
committed by 陆光LG
parent 4c3a39456c
commit a6724e5f05
4 changed files with 1496 additions and 1 deletions

View File

@@ -22,6 +22,17 @@
</template>
</el-steps>
<!-- 左右切换箭头按钮 -->
<div style="text-align: center; margin-top: 15px;">
<el-button :disabled="activeStep === 0" @click="prevStep">
上一步
</el-button>
<el-button :disabled="activeStep === stepTitles.length - 1" @click="nextStep">
下一步
</el-button>
</div>
<div style="margin-top: 30px;">
<component
:is="currentComponent"