From 4bb3a06f37a42bfc025d92691497555785b472ec Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 29 Apr 2025 19:22:33 +0800
Subject: [PATCH] 审核弹窗增加取消按钮
---
src/views/tickets/orderLog.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 0128f30..fd416ca 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -748,6 +748,7 @@
@click="orderLogReject(form.id)"
>驳回</el-button
>
+ <el-button @click="detailVisibleCopy = false">取消</el-button>
</div>
</el-row>
</el-form>
--
Gitblit v1.9.3