This commit is contained in:
吴红兵
2026-03-07 21:20:45 +08:00
parent 57dd7026e6
commit a0218f1c8f

View File

@@ -5,7 +5,7 @@
<template #footer> <template #footer>
<div class="dialog-footer"> <div class="dialog-footer">
<el-button @click="handleClose">取消</el-button> <el-button @click="handleClose">取消</el-button>
<el-button type="primary" :loading="confirming" @click="handleConfirm">确定</el-button> <!-- <el-button type="primary" :loading="confirming" @click="handleConfirm">确定</el-button>-->
</div> </div>
</template> </template>
</el-dialog> </el-dialog>