This commit is contained in:
caozehui
2025-02-25 13:46:01 +08:00
parent 426a511099
commit 4acec8a2d6
3 changed files with 45 additions and 52 deletions

View File

@@ -19,7 +19,7 @@
<template #footer>
<span class="dialog-footer">
<el-button @click="handleClose">取消</el-button>
<el-button type="primary" @click="handleStart">开始测试</el-button>
<el-button type="primary" @click="handleStart">确定</el-button>
</span>
</template>
</el-dialog>