From ad20fe71cda4273cfcd2552cc832a1a65ef46846 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 24 Jun 2025 21:51:51 +0800 Subject: [PATCH] 1 --- otherPages/myOrdersManage/clock/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/otherPages/myOrdersManage/clock/index.vue b/otherPages/myOrdersManage/clock/index.vue index b45e0a3..7a53e2e 100644 --- a/otherPages/myOrdersManage/clock/index.vue +++ b/otherPages/myOrdersManage/clock/index.vue @@ -136,7 +136,9 @@ - + 定制服务记录 @@ -425,6 +427,11 @@ id : n.id, }) n.orderItemList.forEach((item, inde) => { + + if(item.isMainProduct == 1){ + return + } + if(!projectNameList.includes(item.productName)){ projectNameList.push(item.productName) projectList.value.push({