10.16
This commit is contained in:
parent
7ec59293f4
commit
38e8e706c8
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user