From 46e6a2b43b042963953b4d1d6a36e0cee69962b0 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 20:03:16 +0800
Subject: [PATCH] 小程序端和PC端bug修复

---
 admin/src/views/business/shopQualificationList.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/business/shopQualificationList.vue b/admin/src/views/business/shopQualificationList.vue
index 44c62c9..adabf46 100644
--- a/admin/src/views/business/shopQualificationList.vue
+++ b/admin/src/views/business/shopQualificationList.vue
@@ -138,10 +138,10 @@
       this.searchForm.createEndTime = val ? val[1] : ''
     },
     handleAudit (row) {
-      this.$refs.operaShopApprovalWindow.open('闂ㄥ簵瀹℃壒', row)
+      this.$refs.operaShopApprovalWindow.open('闂ㄥ簵瀹℃壒锛�'+row.name+'锛�', row)
     },
     openShopInfo (row) {
-      this.$refs.operaShopInfoSeeWindow.open('闂ㄥ簵淇℃伅', row)
+      this.$refs.operaShopInfoSeeWindow.open('闂ㄥ簵瀹℃壒锛�'+row.name+'锛�', row)
     }
   }
 }
@@ -152,4 +152,4 @@
   text-decoration: underline;
   cursor: pointer;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3