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/item/index.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/views/report/item/index.vue b/src/views/report/item/index.vue
index 4f65d15..6f322a2 100644
--- a/src/views/report/item/index.vue
+++ b/src/views/report/item/index.vue
@@ -4,6 +4,7 @@
title=""
left-text="返回"
left-arrow
+ @click="fanhui"
/>
<div class="tou">
<van-row>
@@ -75,10 +76,8 @@
import {ref,reactive,watchEffect,watch} from 'vue'
import {useRouter} from 'vue-router'
const router=useRouter()
- const inputValue=ref('')
- const topath=(url:string)=>{
- console.log('sss')
- router.push(url)
+ const fanhui=()=>{
+ router.go(-1)
}
</script>
<style scoped lang="scss">
@@ -86,9 +85,9 @@
background-color: #F6FAFF;
padding: 0 0 10 0;
.tou{
- padding-top: 20px;
+ padding-top: 10px;
padding-left: 20px;
- height: 86px;
+ height: 66px;
box-shadow: 0px 2px 4px 0px rgba(70,150,249,0.1);
border-radius: 8px;
background: #FFFFFF;
--
Gitblit v1.8.0