From 23c8247d609bbe954f587d8a85133252cdd3b383 Mon Sep 17 00:00:00 2001 From: Seven Date: Sat, 27 Dec 2025 17:16:57 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E9=A1=B9=E5=B8=83=E5=B1=80=EF=BC=8C=E8=B0=83=E6=95=B4=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=92=8C=E6=9C=AA=E8=AF=BB=E6=A0=87=E8=AE=B0=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E5=88=97=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notify/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/notify/index.vue b/src/views/notify/index.vue index 751f6dd..305c293 100644 --- a/src/views/notify/index.vue +++ b/src/views/notify/index.vue @@ -30,8 +30,11 @@ const { data } = mockClient("notify.list");
-
- {{ item.title }} +
+
+ {{ item.title }} +
+
{{ useDateFormat(item.date, 'MM/DD HH:mm') }}