feat(ticketQueryList): 修复导出文案提示

This commit is contained in:
woody 2025-05-28 13:29:46 +08:00
parent 024ef3c4cc
commit 72038ce5f0
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ export default {
handleSelectionChange(val) {},
/** 导出按钮操作 */
handleExport() {
this.$confirm('是否确认导出所有数据项321?', '警告', {
this.$confirm('是否确认导出所有数据项?', '警告', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'