10.15
This commit is contained in:
parent
921b5666d5
commit
e5dd95b3e0
@ -3,7 +3,6 @@
|
||||
<el-carousel height="230px">
|
||||
<el-carousel-item v-for="(item,index) in bannerList" :key="index">
|
||||
<div class="bannser">-
|
||||
|
||||
<img :src="imagePath+item.productImage" alt="">
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
@ -60,8 +59,7 @@
|
||||
<el-dropdown-item>近一周</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"><img
|
||||
src="../assets/images/zdy.png" style="width: 14px; height: 14px"> 自定义
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"> 自定义
|
||||
</div>
|
||||
<div style="margin-right: 40px">
|
||||
<el-date-picker
|
||||
@ -157,8 +155,7 @@
|
||||
<el-dropdown-item command="近一年" index="2">近一年</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"><img
|
||||
src="../assets/images/zdy.png" style="width: 14px; height: 14px"> 自定义
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"> 自定义
|
||||
</div>
|
||||
<div style="margin-right: 40px">
|
||||
<el-date-picker
|
||||
@ -230,8 +227,7 @@
|
||||
<el-dropdown-item command="近一年" index="1">近一年</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"><img
|
||||
src="../assets/images/zdy.png" style="width: 14px; height: 14px"> 自定义
|
||||
<div class="h-anniu" :class="{'q-anniu' : timeShow == true}" @click="timeShow = true"> 自定义
|
||||
</div>
|
||||
<div style="margin-right: 40px">
|
||||
<el-date-picker
|
||||
@ -614,26 +610,17 @@ export default {
|
||||
tooltip: {
|
||||
trigger: 'item'
|
||||
},
|
||||
|
||||
series: [
|
||||
{
|
||||
name: '',
|
||||
type: 'pie',
|
||||
itemStyle: {
|
||||
borderRadius:100,
|
||||
borderRadius:8,
|
||||
borderColor:'#fff',
|
||||
borderWidth:4
|
||||
},
|
||||
radius: ['40%', '80%'],
|
||||
// data: [
|
||||
// { value: 36, name: '#98汽油占比' },
|
||||
// { value: 42, name: '0#柴油占比' },
|
||||
// { value: 40, name: '#95汽油占比' },
|
||||
// { value: 38, name: '#92柴油占比' },
|
||||
//
|
||||
// ],
|
||||
data: this.dataAnalysisOilNumberList,
|
||||
|
||||
}
|
||||
]
|
||||
};
|
||||
@ -806,120 +793,7 @@ export default {
|
||||
formatter: '{value}'
|
||||
}
|
||||
}
|
||||
// {
|
||||
// type: 'value',
|
||||
// name: '',
|
||||
// min: 0,
|
||||
// max: 25,
|
||||
// interval: 5,
|
||||
// axisLabel: {
|
||||
// formatter: '{value} '
|
||||
// }
|
||||
// }
|
||||
],
|
||||
// series: [
|
||||
// {
|
||||
// name: '油品交易额',
|
||||
// color: '#FF9655',
|
||||
// type: 'bar',
|
||||
// tooltip: {
|
||||
// valueFormatter: function (value) {
|
||||
// return value;
|
||||
// }
|
||||
// },
|
||||
// barWidth: 13,
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// barBorderRadius: [50, 50, 0, 0]
|
||||
// }
|
||||
// },
|
||||
// barGap: '60%',
|
||||
// // data: [
|
||||
// // 2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3
|
||||
// // ]
|
||||
// data: oilAmountList
|
||||
// },
|
||||
// {
|
||||
// name: '非油品交易额',
|
||||
// color: '#55F3FF',
|
||||
// type: 'bar',
|
||||
// tooltip: {
|
||||
// valueFormatter: function (value) {
|
||||
// return value;
|
||||
// }
|
||||
// },
|
||||
// barWidth: 13,
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// barBorderRadius: [50, 50, 0, 0]
|
||||
// }
|
||||
// },
|
||||
// // data: [
|
||||
// // 2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3
|
||||
// // ]
|
||||
// data: noOilAmountList
|
||||
// },
|
||||
// {
|
||||
// name: '会员充值金额',
|
||||
// color: '#0DC291',
|
||||
// type: 'bar',
|
||||
// tooltip: {
|
||||
// valueFormatter: function (value) {
|
||||
// return value;
|
||||
// }
|
||||
// },
|
||||
// barWidth: 13,
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// barBorderRadius: [50, 50, 0, 0]
|
||||
// }
|
||||
// },
|
||||
// // data: [
|
||||
// // 2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3
|
||||
// // ]
|
||||
// data: rechargeBalanceList
|
||||
// },
|
||||
// {
|
||||
// name: '会员消费金额',
|
||||
// color: '#fe8c4a',
|
||||
// type: 'bar',
|
||||
// tooltip: {
|
||||
// valueFormatter: function (value) {
|
||||
// return value;
|
||||
// }
|
||||
// },
|
||||
// barWidth: 13,
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// barBorderRadius: [50, 50, 0, 0]
|
||||
// }
|
||||
// },
|
||||
// // data: [
|
||||
// // 2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3
|
||||
// // ]
|
||||
// data: consumeBalanceList
|
||||
// },
|
||||
// {
|
||||
// name: '会员余额',
|
||||
// color: '#D55F5F',
|
||||
// type: 'bar',
|
||||
// tooltip: {
|
||||
// valueFormatter: function (value) {
|
||||
// return value;
|
||||
// }
|
||||
// },
|
||||
// barWidth: 13,
|
||||
// itemStyle: {
|
||||
// normal: {
|
||||
// barBorderRadius: [50, 50, 0, 0]
|
||||
// }
|
||||
// },
|
||||
// // data: [
|
||||
// // 2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 6.4, 3.3
|
||||
// // ]
|
||||
// data: userBalanceList
|
||||
// }
|
||||
// ],
|
||||
series: showCount,
|
||||
grid: {
|
||||
left: '3%',
|
||||
|
Loading…
Reference in New Issue
Block a user