修改页面告警
This commit is contained in:
@@ -42,11 +42,11 @@ import { useTimeCacheStore } from '@/stores/timeCache'
|
|||||||
import { analyseWave } from '@/api/common'
|
import { analyseWave } from '@/api/common'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -18,11 +18,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ import { mainHeight } from '@/utils/layout'
|
|||||||
import { limitExtentDayData } from '@/api/harmonic-boot/cockpit/cockpit'
|
import { limitExtentDayData } from '@/api/harmonic-boot/cockpit/cockpit'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -29,11 +29,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -46,11 +46,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
const config = useConfig()
|
const config = useConfig()
|
||||||
|
|||||||
@@ -32,11 +32,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -26,13 +26,14 @@ import { getTimeOfTheMonth } from '@/utils/formatTime'
|
|||||||
import OverLimitDetails from '@/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue'
|
import OverLimitDetails from '@/components/cockpit/indicatorFittingChart/components/overLimitDetails.vue'
|
||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
import { log } from 'console'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number] },
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
const OverLimitDetailsRef = ref()
|
const OverLimitDetailsRef = ref()
|
||||||
|
|||||||
@@ -82,9 +82,9 @@ import { getTimeOfTheMonth } from '@/utils/formatTime'
|
|||||||
import MyEchart from '@/components/echarts/MyEchart.vue'
|
import MyEchart from '@/components/echarts/MyEchart.vue'
|
||||||
import { useConfig } from '@/stores/config'
|
import { useConfig } from '@/stores/config'
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -90,11 +90,11 @@ import { useTimeCacheStore } from '@/stores/timeCache'
|
|||||||
import { cslineList } from '@/api/harmonic-boot/cockpit/cockpit'
|
import { cslineList } from '@/api/harmonic-boot/cockpit/cockpit'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -33,11 +33,11 @@ import { useTimeCacheStore } from '@/stores/timeCache'
|
|||||||
import { totalLimitStatisticsData } from '@/api/harmonic-boot/cockpit/cockpit'
|
import { totalLimitStatisticsData } from '@/api/harmonic-boot/cockpit/cockpit'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -50,11 +50,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -25,11 +25,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,11 @@ import { useRoute } from 'vue-router'
|
|||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -70,11 +70,11 @@ import { useConfig } from '@/stores/config'
|
|||||||
import { useRoute } from 'vue-router'
|
import { useRoute } from 'vue-router'
|
||||||
import { useTimeCacheStore } from '@/stores/timeCache'
|
import { useTimeCacheStore } from '@/stores/timeCache'
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
w: { type: String },
|
w: { type: [String, Number]},
|
||||||
h: { type: String },
|
h: { type: [String, Number]},
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -48,9 +48,9 @@ import IframeDia from './iframeDia.vue'
|
|||||||
// }>()
|
// }>()
|
||||||
|
|
||||||
const prop = defineProps({
|
const prop = defineProps({
|
||||||
width: { type: String },
|
width: { type: [String, Number]},
|
||||||
height: { type: String },
|
height: { type: [String, Number]},
|
||||||
timeKey: { type: String },
|
timeKey: { type: [String, Number]},
|
||||||
timeValue: { type: Object }
|
timeValue: { type: Object }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user