This commit is contained in:
DESKTOP-369JRHT\12997 2024-10-15 11:42:28 +08:00
parent 52599ddc05
commit 80aa9d4914
3 changed files with 15 additions and 130 deletions

View File

@ -96,6 +96,7 @@
v-model="scope.row.status"
active-value="qy"
inactive-value="jy"
disabled
active-color="#13ce66"
inactive-color="#ff4949">
</el-switch>

View File

@ -106,6 +106,7 @@
active-value="qy"
inactive-value="jy"
active-color="#13ce66"
disabled
inactive-color="#ff4949">
</el-switch>
</template>

View File

@ -148,7 +148,6 @@
<div class="left-box-t">
<div class="d-s" style="margin-bottom: 10px">
<div class="h-tt" style="margin-right: 15px">油品交易分析</div>
<el-dropdown placement="bottom-start">
<div class="h-anniu" :class="{'q-anniu' : timeShow == false}" @click="timeShow = false ">近一周 <i
class="el-icon-arrow-down el-icon--right"></i></div>
@ -370,8 +369,6 @@ export default {
}
this.employeLoading = false
}
})
},
//
@ -560,10 +557,14 @@ export default {
series: [
{
name: 'Access From',
name: '',
type: 'pie',
roseType: 'area',
radius: [5, '80%'],
itemStyle: {
borderRadius:10,
bordercolor:'#fff',
borderWidth:20
},
radius: ['40%', '80%'],
// data: [
// { value: 36, name: '#98' },
// { value: 42, name: '0#' },
@ -572,14 +573,7 @@ export default {
//
// ],
data: this.dataAnalysisOilNumberList,
emphasis: {
itemStyle: {
shadowBlur: 10,
borderRadius: 8,
shadowOffsetX: 0,
shadowColor: 'rgba(0, 0, 0, 0.5)'
}
}
}
]
};
@ -594,7 +588,7 @@ export default {
series: [
{
name: 'Access From',
name: '',
type: 'pie',
radius: '80%',
// data: [
@ -634,7 +628,7 @@ export default {
series: [
{
name: 'Access From',
name: '',
type: 'pie',
radius: [50, '80%'],
// data: [
@ -708,120 +702,9 @@ 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: count,
grid: {
left: '3%',
@ -960,7 +843,7 @@ export default {
grid: {
left: '3%',
right: '3%',
bottom: '3%',
bottom: '5%',
containLabel: true
}
};