diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
index c5dd2ef7..f9977ff2 100644
--- a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
+++ b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
@@ -40,12 +40,12 @@
@getList="getList">
- {{ row.type === '0' ? row.visibleNames || '-' : '-' }}
+ {{ row.type === '0' ? (row.visibleNames ? row.visibleNames : row.serviceType === '0' ? '不限' : '-') : '-' }}
- {{ row.type === '1' ? row.visibleNames || '-' : '-' }}
+ {{ row.type === '1' ? (row.visibleNames ? row.visibleNames : row.serviceType === '0' ? '不限' : '-') : '-' }}