chenyc
2022-10-20 7b7eee803e543b963ccd764386b07a2a8d7d5292
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;