From 5a5080877f811694b57be10b1746d430b8ab3d71 Mon Sep 17 00:00:00 2001 From: hwj Date: Mon, 20 Apr 2026 14:08:49 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92-=E6=B7=BB=E5=8A=A0=E2=80=9C=E6=89=80=E6=9C=89?= =?UTF-8?q?=E2=80=9Dtabs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/plan/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mes/plan/index.vue b/src/views/mes/plan/index.vue index a3d53824..d6a679a4 100644 --- a/src/views/mes/plan/index.vue +++ b/src/views/mes/plan/index.vue @@ -59,7 +59,7 @@ - + @@ -282,7 +282,7 @@ const productList = ref([]) // 产品列表 const taskList = ref([]) // 列表 /** 生产计划 列表 */ defineOptions({ name: 'Plan' }) -const activeName = ref('1') // 列表 tab +const activeName = ref('') // 列表 tab const message = useMessage() // 消息弹窗 const { t } = useI18n() // 国际化