# Conflicts:
#	src/views/screen/report/index.ts
This commit is contained in:
2025-12-16 14:19:36 +08:00
parent 3b265a5a5a
commit f9163eba6a
3 changed files with 4 additions and 4 deletions

View File

@@ -291,10 +291,10 @@ const inProgressCount = ref<number>(0)
const finishedCount = ref<number>(0) const finishedCount = ref<number>(0)
const handleSeverityCountClick = () => { const handleSeverityCountClick = () => {
window.open('http://10.0.64.20/configcenter/console/device-manage', '_blank') window.open('http://10.0.64.20/pms/workorder-list', '_blank')
} }
const handleGeneralCountClick = () => { const handleGeneralCountClick = () => {
window.open('http://10.0.64.20/configcenter/console/device-manage', '_blank') window.open('http://10.0.64.20/pms/workorder-list', '_blank')
} }
const riskStatistics = ref<any>({ const riskStatistics = ref<any>({

View File

@@ -73,7 +73,7 @@ let scrollTimer: NodeJS.Timeout | null = null
let isScrolling = false let isScrolling = false
const handleItemClick = (item: AlertItem) => { const handleItemClick = (item: AlertItem) => {
window.open(`http://10.0.64.20/configcenter/console/device-manage`, '_blank') window.open(`http://10.0.64.20/pms/workorder-list`, '_blank')
} }
// 自动滚动功能 // 自动滚动功能

View File

@@ -190,7 +190,7 @@ const top3TypesChartOption = ref<any>({
}) })
const handleMajorClick = () => { const handleMajorClick = () => {
window.open('http://10.0.64.20/configcenter/console/device-manage', '_blank') window.open('http://10.0.64.20/pms/workorder-list', '_blank')
} }
watch(() => props.hiddenDangerData?.progress, (newVal) => { watch(() => props.hiddenDangerData?.progress, (newVal) => {