From 0ebc22340d4a1009d53ac1f47604891fecd0f47c Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期二, 24 九月 2024 10:18:21 +0800
Subject: [PATCH] add:会员等级筛选
---
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