diff --git a/src/views/organization/shop_detail.vue b/src/views/organization/shop_detail.vue
index 5f4eba7..e531551 100644
--- a/src/views/organization/shop_detail.vue
+++ b/src/views/organization/shop_detail.vue
@@ -2,7 +2,9 @@
- {{ item.label }}
+
+ {{ item.label }}
+
@@ -60,7 +62,7 @@
diff --git a/src/views/organization/shop_list.vue b/src/views/organization/shop_list.vue
index 640dbd4..58e5213 100644
--- a/src/views/organization/shop_list.vue
+++ b/src/views/organization/shop_list.vue
@@ -221,8 +221,13 @@
+
+ 商户未认证
+
+ :to="{ name: 'shop_detail', query: { id: scope.row.id, name: scope.row.agencyName, account: scope.row.agencyCode, merchantcode: scope.row.merchantBaseInfo.merchantCode } }"
+ v-else>
详情