From b77d349a2018b80e0bdb1a98ba06f95fc4191520 Mon Sep 17 00:00:00 2001
From: hzj <1304805162@qq.com>
Date: Wed, 17 Dec 2025 18:17:34 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=93=E5=8F=B7=E7=94=B3=E8=AF=B7?=
=?UTF-8?q?=E9=A1=B5):=20=E5=90=8C=E6=84=8F=E6=93=8D=E4=BD=9C=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../user/beautiful-number-apply/index.vue | 42 +++++++++++++++++--
1 file changed, 38 insertions(+), 4 deletions(-)
diff --git a/src/views/user/beautiful-number-apply/index.vue b/src/views/user/beautiful-number-apply/index.vue
index ac03527..3d526b1 100644
--- a/src/views/user/beautiful-number-apply/index.vue
+++ b/src/views/user/beautiful-number-apply/index.vue
@@ -108,7 +108,7 @@
同意
+
+
+ 取消
+ 同意
+
+
+
{
that.listLoading = false;
+ that.handleClose(); // 关闭窗口
that.$message({
message: "Successful",
type: "success"
@@ -246,6 +265,21 @@ export default {
that.RejectWindowVisible = true;
},
+ // 打开同意窗口
+ showAgreeWindow(id) {
+ const that = this;
+ that.AgreeTargetID = id;
+ that.AgreeWindowVisible = true;
+ },
+
+ // 关闭窗口
+ handleClose() {
+ const that = this;
+
+ that.AgreeTargetID = "";
+ that.AgreeWindowVisible = false;
+ },
+
// 成功
renderDataSuccess() {
const that = this;