From bf7f8111b70bc20e6753d819ec95875f17fe75bc Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 28 May 2025 13:29:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(ticketQueryList):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=96=87=E6=A1=88=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/ticketQueryList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/marketing/ticketQueryList/index.vue b/src/views/marketing/ticketQueryList/index.vue index 73e9e70..e1c66fd 100644 --- a/src/views/marketing/ticketQueryList/index.vue +++ b/src/views/marketing/ticketQueryList/index.vue @@ -279,7 +279,7 @@ export default { handleSelectionChange(val) {}, /** 导出按钮操作 */ handleExport() { - this.$confirm('是否确认导出所有数据项321?', '警告', { + this.$confirm('是否确认导出所有数据项?', '警告', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'