优化订单标签不生效的问题

This commit is contained in:
gyq
2025-12-20 16:55:12 +08:00
parent e8e474d971
commit 244396bfcd
4 changed files with 12 additions and 6 deletions

View File

@@ -41,11 +41,11 @@ const tabsActive = ref(0);
const tabs = ref([
{
value: 1,
label: '拼团活动'
label: '套餐活动'
},
{
value: 2,
label: '拼团订单'
label: '套餐订单'
}
]);