From 6501ef9497ac80bdbb8601a856d8130a8d867062 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 11 六月 2025 11:04:32 +0800 Subject: [PATCH] 样式修改 --- src/components/dialogExaminations/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/dialogExaminations/index.vue b/src/components/dialogExaminations/index.vue index faa87c1..b257f1f 100644 --- a/src/components/dialogExaminations/index.vue +++ b/src/components/dialogExaminations/index.vue @@ -858,7 +858,7 @@ // 棰樼洰鏀惰棌鎸夐挳,鏀惰棌鍜屽彇娑堝悓涓�鎺ュ彛锛屽彇娑堟暟缁勫噺鍘昏椤筰d setCollect(num, number) { let item = null; - if (number >=0) { + if (number >= 0) { item = this.cardData[num].infoList[number]; } else { item = this.cardData[num]; -- Gitblit v1.9.1