From b34535a0b4579da937cee8188f8f3fd249a028c3 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 16:25:57 +0800
Subject: [PATCH] up

---
 src/views/report/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/report/index.vue b/src/views/report/index.vue
index 9f9b563..8189866 100644
--- a/src/views/report/index.vue
+++ b/src/views/report/index.vue
@@ -4,6 +4,7 @@
             title=""
             left-text="返回"
             left-arrow
+            @click="fanhui"
         />
         <div class="inputdiv">
             <van-field left-icon="search" class="input" v-model="inputValue" placeholder="模糊匹配项目、日期检索" />
@@ -38,6 +39,9 @@
         console.log('sss')
         router.push(url)
     }
+    const fanhui=()=>{
+        router.go(-1)
+    }
 </script>
 <style scoped lang="scss">
     .report{
@@ -46,7 +50,7 @@
         .inputdiv{
             width: 94%;
             margin-left: 3%;
-            margin-top: 10px;
+            margin-top: 5px;
             .input{
                 width: 100%;
                 // height: 33px;

--
Gitblit v1.8.0