From d3b4ba3e562546fd03c6095507b217f104f2a225 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:37 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 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