From 4ca48c064fd6cd538ef79d95b15d31d7f05e5568 Mon Sep 17 00:00:00 2001 From: lihui Date: Mon, 10 Nov 2025 18:08:22 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E5=AE=8C=E6=95=B4=E7=89=88=20?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8E=A8=E9=80=81=E6=A0=B7=E5=BC=8F=20+=20?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E6=95=B0=E6=8D=AE=20=E7=BC=BA=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/src/views/home.vue b/src/views/home.vue index 3182b38..363a155 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -184,6 +184,8 @@ const closeMessageDialog = () => { const messageList = ref([ {id: 1, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '2分钟前', group: '今天'}, {id: 2, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '1小时前', group: '今天'}, + {id: 2, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '1小时前', group: '今天'}, + {id: 2, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '1小时前', group: '今天'}, {id: 3, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '昨天 09:30', group: '昨天'}, {id: 4, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '昨天 08:30', group: '昨天'}, {id: 5, title: '现金管理—收款明细', desc: 'XXX(用户)的收款单被驳回', time: '2025-11-05 10:05:20', group: '更早'}, @@ -263,18 +265,19 @@ const scrollToTop = () => { scrollContainer.value?.scrollTo({top: 0, behavior: 'smooth'}) } +import goTop from '@/assets/SvgIcons/go-top.svg' +