From b46e29c5e67f6c68f901b3e927e31f3b5ab89a07 Mon Sep 17 00:00:00 2001 From: ywyonui Date: Mon, 15 Sep 2025 23:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E6=B5=81=E7=A8=8B=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=9D=9E=E5=BF=85=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LcglSpList/index.vue | 6 +- src/pages/base/home/index.vue | 152 +++++++++++++--------------- 2 files changed, 74 insertions(+), 84 deletions(-) diff --git a/src/components/LcglSpList/index.vue b/src/components/LcglSpList/index.vue index 98dd224..516125e 100644 --- a/src/components/LcglSpList/index.vue +++ b/src/components/LcglSpList/index.vue @@ -48,9 +48,9 @@ import { getByYwIdAndYwTypeApi } from "@/api/base/lcglSpApi"; const props = withDefaults(defineProps<{ ywId: string, ywType: string, - showSqr: boolean, - showSpr: boolean, - showCsr: boolean, + showSqr?: boolean, + showSpr?: boolean, + showCsr?: boolean, }>(), { ywId: '', ywType: '', diff --git a/src/pages/base/home/index.vue b/src/pages/base/home/index.vue index af2e379..7badc76 100644 --- a/src/pages/base/home/index.vue +++ b/src/pages/base/home/index.vue @@ -3,14 +3,14 @@