更新10.15

This commit is contained in:
许允枞 2024-10-15 14:15:34 +08:00
parent c312b62dc8
commit 15d9031179

View File

@ -48,15 +48,14 @@
<div class="left-box-t">
<div class="d-s">
<div class="h-tt" style="margin-right: 15px">数据看板</div>
<el-dropdown placement="bottom-start">
<el-dropdown placement="bottom-start" @command="editColor">
<div class="h-anniu" :class="{'q-anniu' : timeShow == false}" @click="timeShow = false ">近一周 <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 command="今日" index="4">今日</el-dropdown-item>
<el-dropdown-item command="昨日" index="4">昨日</el-dropdown-item>
<el-dropdown-item command="近一周" index="4">近一周</el-dropdown-item>
<el-dropdown-item command="近一月" index="4">近一月</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"> 自定义
@ -382,6 +381,8 @@ export default {
this.getDataShow()
}else if (index == "3") {
this.getStoreList()
}else if (index == "4") {
this.getStoreAmount()
}
},
//