This commit is contained in:
2025-07-10 18:00:22 +08:00
parent b2880cd82c
commit d0d3da243c

View File

@ -64,8 +64,8 @@
</div> </div>
<template #footer> <template #footer>
<div class="flex just-center"> <div class="flex just-center">
<el-button type="primary" @click="onComfirm">确认</el-button>
<el-button @click="closed">取消</el-button> <el-button @click="closed">取消</el-button>
<el-button type="primary" @click="onComfirm">确认</el-button>
</div> </div>
</template> </template>
</el-dialog> </el-dialog>