diff --git a/manager/src/views/goods/goods-review/index.vue b/manager/src/views/goods/goods-review/index.vue
index f9cfcd63..55514a3c 100644
--- a/manager/src/views/goods/goods-review/index.vue
+++ b/manager/src/views/goods/goods-review/index.vue
@@ -2,9 +2,10 @@
-
@@ -13,7 +14,7 @@
+ @on-change="changeSwitch(scope.row)">
展示
隐藏
@@ -26,8 +27,8 @@
+ @on-page-size-change="changePageSize" :page-size-opts="[10, 20, 50]" size="small" show-total show-elevator
+ show-sizer>
@@ -41,7 +42,7 @@
+ @on-change="changeSwitchView" style="margin-top: 3px">
展示
隐藏
@@ -58,52 +59,85 @@
+ :description="infoData.content" />
- 物流评分:{{infoData.deliveryScore}}
- 服务评分:{{infoData.serviceScore}}
- 描述评分:{{infoData.descriptionScore}}
+ 物流评分:{{ infoData.deliveryScore }}
+ 服务评分:{{ infoData.serviceScore }}
+ 描述评分:{{ infoData.descriptionScore }}
评价图
+ v-for="(img, index) in infoData.images.split(',')" :src="img" alt="" :key="index" />
-
+
+
+
+
+
+
+ { selectedImage = list }" />
+
+
+