From 1e4b7107d1eb58c0c209ae838930c15f6619c119 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 22 四月 2026 09:24:36 +0800
Subject: [PATCH] 代码提交

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