From 0bf731c79760d45bb3fbfe1b3ef95cf30c435355 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 11 十月 2024 09:15:38 +0800
Subject: [PATCH] fix:评价列表

---
 pages/goods/category-list.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/goods/category-list.vue b/pages/goods/category-list.vue
index 6875e1c..dc51929 100644
--- a/pages/goods/category-list.vue
+++ b/pages/goods/category-list.vue
@@ -83,7 +83,7 @@
             ),
           },
           { label: '排序', prop: 'sortBy' },
-          { label: '下级数量', formatter: (row) => row.childrenCount },
+          { label: '品种数量', formatter: (row) => row.childrenCount },
           {
             label: '是否显示',
             formatter: (row) => (

--
Gitblit v1.9.3