策略结果图表bug

master
wj 2 years ago
parent 108fbc5ce1
commit 1fa7647813
  1. 161
      psdc-ui/src/views/analyse/nhdb/index.vue

@ -54,164 +54,7 @@ import {getCelueList} from '@/api/analyse/nhdb/nhdb'
const imgSrc = ref('../src/assets/images/策略icon.png')
const data = reactive({
celueInfoList:[
// {
// sceneName:'',
// data:[
// {
// key: 1,
// label:'',
// startTime:'2023-06-08 15:00:00'
// },
// {
// key: 2,
// label:'',
// startTime:'2023-06-08 18:00:00'
// },
// {
// key: 3,
// label:'',
// startTime:'20'
// },
// {
// key: 4,
// label:'',
// startTime:'14'
// },
// {
// key: 5,
// label:'',
// startTime:'29'
// },
// {
// key: 6,
// label:'',
// startTime:'15'
// },
// {
// key: 7,
// label:'',
// startTime:'3h'
// },
// {},
// {
// key: 8,
// label:'',
// startTime:'5kWh'
// },
// {},
// {
// key: 9,
// label:'',
// startTime:'16kWh'
// }
// ]
// },
// {
// sceneName:'',
// data:[
// {
// key: 1,
// label:'',
// startTime:'2023-06-05 11:00:00'
// },
// {
// key: 2,
// label:'',
// startTime:'2023-06-05 13:00:00'
// },
// {
// key: 3,
// label:'',
// startTime:'22'
// },
// {
// key: 4,
// label:'',
// startTime:'15'
// },
// {
// key: 5,
// label:'',
// startTime:'30'
// },
// {
// key: 6,
// label:'',
// startTime:'15'
// },
// {
// key: 7,
// label:'',
// startTime:'2h'
// },
// {},
// {
// key: 8,
// label:'',
// startTime:'6kWh'
// },
// {},
// {
// key: 9,
// label:'',
// startTime:'12kWh'
// }
// ]
// },
// {
// sceneName:'',
// data:[
// {
// key: 1,
// label:'',
// startTime:'2023-06-05 11:00:00'
// },
// {
// key: 2,
// label:'',
// startTime:'2023-06-05 13:00:00'
// },
// {
// key: 3,
// label:'',
// startTime:'22'
// },
// {
// key: 4,
// label:'',
// startTime:'15'
// },
// {
// key: 5,
// label:'',
// startTime:'30'
// },
// {
// key: 6,
// label:'',
// startTime:'15'
// },
// {
// key: 7,
// label:'',
// startTime:'2h'
// },
// {},
// {
// key: 8,
// label:'',
// startTime:'6kWh'
// },
// {},
// {
// key: 9,
// label:'',
// startTime:'12kWh'
// }
// ]
// },
]
celueInfoList:[]
})
onMounted(()=>{
@ -219,7 +62,7 @@ onMounted(()=>{
forId();
setTimeout(()=>{
indoorChartFun();
},300)
},1000)
})

Loading…
Cancel
Save