| | |
| | | title="" |
| | | left-text="返回" |
| | | left-arrow |
| | | @click="fanhui" |
| | | /> |
| | | <!-- <div class="fanhui"> |
| | | 返回上一页 |
| | | </div> --> |
| | | <div> |
| | | <van-calendar |
| | | color="#769AFF" |
| | |
| | | <script lang="ts" setup> |
| | | // import {ref,reactive,watchEffect,watch} from 'vue' |
| | | import { Calendar as vanCalendar } from 'vant' |
| | | import {useRouter} from 'vue-router' |
| | | const router=useRouter() |
| | | const fanhui=()=>{ |
| | | router.go(-1) |
| | | } |
| | | const selectData=(data:any)=>{ |
| | | console.log(data) |
| | | } |
| | |
| | | .sqtb{ |
| | | color: #4696F9; |
| | | // background: #4696F9; |
| | | height:18px; |
| | | line-height:18px; |
| | | border: #4696F9 1px solid; |
| | | width: 60px; |
| | | text-align: center; |
| | | border-radius: 4px; |
| | | font-size: 12px; |
| | | } |
| | |
| | | title="" |
| | | left-text="返回" |
| | | left-arrow |
| | | @click="fanhui" |
| | | /> |
| | | <div class="inputdiv"> |
| | | <van-field left-icon="search" class="input" v-model="inputValue" placeholder="模糊匹配项目、日期检索" /> |
| | |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import {ref,reactive,watchEffect,watch} from 'vue' |
| | | import {useRouter} from 'vue-router' |
| | | const router=useRouter() |
| | | const inputValue=ref('') |
| | | const fanhui=()=>{ |
| | | router.go(-1) |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | .report{ |
| | |
| | | title="" |
| | | left-text="返回" |
| | | left-arrow |
| | | @click="fanhui" |
| | | /> |
| | | <div> |
| | | <van-calendar |
| | |
| | | <script lang="ts" setup> |
| | | // import {ref,reactive,watchEffect,watch} from 'vue' |
| | | import { Calendar as vanCalendar } from 'vant' |
| | | import {useRouter} from 'vue-router' |
| | | const router=useRouter() |
| | | const selectData=(data:any)=>{ |
| | | console.log(data) |
| | | } |
| | | const fanhui=()=>{ |
| | | router.go(-1) |
| | | } |
| | | const formatter=(day:any)=>{ |
| | | const month = day.date.getMonth() + 1 |
| | | const date = day.date.getDate() |
| | |
| | | title="" |
| | | left-text="返回" |
| | | left-arrow |
| | | @click="fanhui" |
| | | /> |
| | | <div class="inputdiv"> |
| | | <van-field left-icon="search" class="input" v-model="inputValue" placeholder="模糊匹配项目、日期检索" /> |
| | |
| | | console.log('sss') |
| | | router.push(url) |
| | | } |
| | | const fanhui=()=>{ |
| | | router.go(-1) |
| | | } |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .report{ |
| | |
| | | .inputdiv{ |
| | | width: 94%; |
| | | margin-left: 3%; |
| | | margin-top: 10px; |
| | | margin-top: 5px; |
| | | .input{ |
| | | width: 100%; |
| | | // height: 33px; |
| | |
| | | title="" |
| | | left-text="返回" |
| | | left-arrow |
| | | @click="fanhui" |
| | | /> |
| | | <div class="tou"> |
| | | <van-row> |
| | |
| | | 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"> |
| | |
| | | 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; |