From c106423742ebdf23fd93be39c1d8ed64763fd9d7 Mon Sep 17 00:00:00 2001
From: Yer11214 <17633066053@163.com>
Date: Mon, 7 Oct 2024 16:55:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E8=AF=84=E4=BB=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/goods/goods-review/index.vue | 210 +++++++++++++++---
1 file changed, 178 insertions(+), 32 deletions(-)
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 }" />
+
+
+