UPDATE: 1、优化

This commit is contained in:
贾同学
2025-10-22 15:07:32 +08:00
parent d5a2db5cd0
commit 1cc2ab79cd
3 changed files with 253 additions and 190 deletions

View File

@@ -577,7 +577,11 @@ const importClick = () => {
// 点击导出按钮
const exportClick = () => {
ElMessageBox.confirm('确认导出检测计划?', '温馨提示', { type: 'warning' }).then(() => {
ElMessageBox.confirm('确认导出检测计划?', '温馨提示', {
type: 'warning',
confirmButtonText: '确定',
cancelButtonText: '取消'
}).then(() => {
useDownload(
exportPlan,
'检测计划导出数据',