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'