From e55b62840d471740b0bc762f64bbcdbf6d26e4ed Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 17 四月 2026 20:20:53 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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