From 0d928650414247d1ba346c7d4c12866c8f0575f6 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 9 Nov 2025 00:46:13 +0800 Subject: [PATCH] 1 --- src/views/system/giftcoupon/batch.vue | 92 +++++++++++++++++++++++++-- 1 file changed, 88 insertions(+), 4 deletions(-) diff --git a/src/views/system/giftcoupon/batch.vue b/src/views/system/giftcoupon/batch.vue index b1c90c5..2b35d9d 100644 --- a/src/views/system/giftcoupon/batch.vue +++ b/src/views/system/giftcoupon/batch.vue @@ -106,15 +106,98 @@
- + -
+ + + + + + + + +
+ + 详细处理结果 + + + {{ showDetailResults ? '收起' : '展开' }} + + +
+
+ + + + + + + + + + + + + + + + + + + + + +
+
@@ -144,7 +227,8 @@ export default { progressDetail: '', progressStatus: '', result: null, - detectedUrls: [] + detectedUrls: [], + showDetailResults: true } }, watch: {