This commit is contained in:
shilin
2025-02-24 09:44:21 +08:00
parent f490ad4f22
commit fd2d8c917f

View File

@ -439,7 +439,7 @@ export default {
})
},
handleExport() {
this.$confirm('确认导出当前页面数据吗?', '警告', {
this.$confirm('确认导出数据吗?', '警告', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'