From e19b716a67c7e1fe798a84ccdad491f404837487 Mon Sep 17 00:00:00 2001 From: khalil Date: Tue, 1 Jul 2025 20:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=9024-=E9=85=8D=E7=BD=AE-?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/luckGift/luckGiftSet.vue | 212 +++++++++++++++++++++++++++++ 1 file changed, 212 insertions(+) diff --git a/src/views/luckGift/luckGiftSet.vue b/src/views/luckGift/luckGiftSet.vue index e71df86..908984b 100644 --- a/src/views/luckGift/luckGiftSet.vue +++ b/src/views/luckGift/luckGiftSet.vue @@ -214,6 +214,138 @@ 赠送 + 个人库存 + +
+ H + + + 编辑 +
+ +
+ J + + + 编辑 +
+ +
+ K1 + + + + + + + + + + + + + + + + + + + + + + + 编辑 +
+ +
+ K2 + + + + + + + + + + + + + + + + + + + + + + + 编辑 +
+ 额外数组
@@ -333,6 +465,38 @@ + + + +
+ {{ key }} + +
+ + +
+ { + if (res.code == 200) { + ElMessage({ + showClose: true, + message: "保存成功", + type: "success", + }); + this.multiEditDialog = false; + // this.detailsDialog = false; + this.getData(); + } else { + ElMessage({ + showClose: true, + message: res.message, + type: "error", + }); + } + }); + }, // 监听类型 handleChange (value) { this.inquire.value = value;