From 2b809f227b40ccaf273550741eda9cb4b74224c0 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Mon, 25 May 2026 10:40:38 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E6=9F=A5=E7=9C=8B=E7=94=BB=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- src/layout/components/notice/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index aa1d580..c8c679b 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -15,7 +15,7 @@ - 查看画面 + @@ -37,6 +37,12 @@ const state = reactive({ }); const newsList = ref([]) as any; +//查看画面 +const handleview = (row: any) => { + console.log('查看画面', row); + // 在这里可以添加打开画面的逻辑,例如: + // window.open('https://example.com/notice/' + newsList.value[row].id); +}; /** * 过滤消息(只保留最新的5条) * @param messages 消息列表