From 70fa715098c400c514239a5798bd967d0c2b716c Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期日, 04 六月 2023 08:48:19 +0800
Subject: [PATCH] 更新打包命令
---
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