权限按钮处理

This commit is contained in:
ym1026
2025-09-15 15:47:38 +08:00
parent 60aa1a33ef
commit 7c2e7d4547
12 changed files with 58 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ export default {
return {
curList: [
{
name: '充电电量',
name: '充电电量',
key: 'charge_elect',
lineColor: '#00BBA3',
colorStart: ' rgba(10, 250, 106, 0.15)',
@@ -39,7 +39,7 @@ export default {
d: 'kW·h'
},
{
name: '充电次数',
name: '充电次数',
key: 'charge_num',
lineColor: '#3F80F2',
colorStart: ' rgba(99, 151, 235, 0.3)',
@@ -50,7 +50,7 @@ export default {
],
curListEcharts: [
{
name: '充电电量',
name: '充电电量',
key: 'charge_elect',
lineColor: '#00BBA3',
colorStart: ' rgba(10, 250, 106, 0.15)',
@@ -59,7 +59,7 @@ export default {
d: 'kW·h'
},
{
name: '充电收益',
name: '充电收益',
key: 'income_charge',
lineColor: '#3F80F2',
colorStart: ' rgba(99, 151, 235, 0.3)',