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

View File

@ -53,11 +53,6 @@
class="el-icon-arrow-down el-icon--right"></i></div> class="el-icon-arrow-down el-icon--right"></i></div>
<el-dropdown-menu slot="dropdown" > <el-dropdown-menu slot="dropdown" >
<el-dropdown-item v-for="(item,index) in amountList" :key="index" :command="item">{{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-menu>
</el-dropdown> </el-dropdown>
<div class="h-anniu" :class="{'q-anniu' : dataTimeShow == true}" @click="dataTimeShow = true"> 自定义 <div class="h-anniu" :class="{'q-anniu' : dataTimeShow == true}" @click="dataTimeShow = true"> 自定义
@ -838,7 +833,6 @@ export default {
xAxis: [ xAxis: [
{ {
type: 'category', type: 'category',
// data: ['广1', '广2', '广3', '广4', '广5', '广6', '广7'],
data: showTimes, data: showTimes,
axisPointer: { axisPointer: {
type: 'shadow' type: 'shadow'
@ -849,9 +843,6 @@ export default {
{ {
type: 'value', type: 'value',
name: '金额(元)', name: '金额(元)',
// min: 0,
// max: 10000,
// interval: 2000,
axisLabel: { axisLabel: {
formatter: '{value}' formatter: '{value}'
} }