From c10ebe0a47475f2f5362429dd4d48458f6f35307 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Thu, 16 Mar 2023 13:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 19 ++++++++++++++++--- src/views/order/orderList.vue | 12 ++++++++---- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 9080fb2..d2685a3 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -50,7 +50,6 @@ size="small" shape="circle" style="margin-left: 10px;padding:0 20px" - @click.native="toNotice" >全部 @@ -60,8 +59,20 @@
- {{timeymd(item.created_at)}} {{ key }} : {{ value }} +
+ {{timeymd(item.created_at)}} {{ key }} : {{ value }} +
+
+ +
+ +