This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-16 09:08:38 +08:00
parent 7ec59293f4
commit 38e8e706c8

View File

@ -52,12 +52,12 @@
<div class="h-anniu" :class="{'q-anniu' : dataTimeShow == false}" @click="dataTimeShow = false ">{{sjkbTitle}} <i
class="el-icon-arrow-down el-icon--right"></i></div>
<el-dropdown-menu slot="dropdown" >
<el-dropdown-item>今日</el-dropdown-item>
<el-dropdown-item>昨日</el-dropdown-item>
<el-dropdown-item>本周</el-dropdown-item>
<el-dropdown-item>本月</el-dropdown-item>
<el-dropdown-item>本季度</el-dropdown-item>
<el-dropdown-item>本年</el-dropdown-item>
<el-dropdown-item v-for="(item,index) in amountList" :key="index" :command="item">{{item}} </el-dropdown-item>
<!-- <el-dropdown-item>昨日 </el-dropdown-item>-->
<!-- <el-dropdown-item>本周 </el-dropdown-item>-->
<!-- <el-dropdown-item>本月 </el-dropdown-item>-->
<!-- <el-dropdown-item>本季度</el-dropdown-item>-->
<!-- <el-dropdown-item>本年 </el-dropdown-item>-->
</el-dropdown-menu>
</el-dropdown>
<div class="h-anniu" :class="{'q-anniu' : dataTimeShow == true}" @click="dataTimeShow = true"> 自定义
@ -271,6 +271,15 @@ export default {
props: ["accountId"],
data() {
return {
amountList:[
"今日 " ,
"昨日 " ,
"本周 " ,
"本月 " ,
"本季度" ,
"本年"
],
sjkbTitle: "近一周",
ypjyTitle: "近一周",
ygphTitle: "近一周",
@ -363,6 +372,7 @@ export default {
methods: {
sjkbStoreAmount(e){
console.log(e)
this.sjkbTitle = e
},
goList() {
this.$router.push('/notificationList/index')