2
0

feat:告警界面

This commit is contained in:
zhongzm
2025-06-10 19:09:39 +08:00
parent ed3e583f71
commit c518ebd921
4 changed files with 386 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ declare global {
const defineStore: typeof import('pinia')['defineStore']
const delData: typeof import('../service/api/dictData')['delData']
const delJobLog: typeof import('../service/api/job')['delJobLog']
const deleteAlerts: typeof import('../service/api/auth')['deleteAlerts']
const deleteApDevices: typeof import('../service/api/auth')['deleteApDevices']
const deletePackage: typeof import('../service/api/auth')['deletePackage']
const deletePortal: typeof import('../service/api/auth')['deletePortal']
@@ -133,6 +134,8 @@ declare global {
const exportJobLog: typeof import('../service/api/jobLog')['exportJobLog']
const extendRef: typeof import('@vueuse/core')['extendRef']
const extractTabsByAllRoutes: typeof import('../store/modules/tab/shared')['extractTabsByAllRoutes']
const fetchAccessControl: typeof import('../service/api/auth')['fetchAccessControl']
const fetchAlertList: typeof import('../service/api/auth')['fetchAlertList']
const fetchApDeviceList: typeof import('../service/api/auth')['fetchApDeviceList']
const fetchBillList: typeof import('../service/api/auth')['fetchBillList']
const fetchBillRuleList: typeof import('../service/api/auth')['fetchBillRuleList']
@@ -183,8 +186,10 @@ declare global {
const getFixedTabs: typeof import('../store/modules/tab/shared')['getFixedTabs']
const getGlobalMenusByAuthRoutes: typeof import('../store/modules/route/shared')['getGlobalMenusByAuthRoutes']
const getLocalizedTimeUnit: typeof import('../utils/units')['getLocalizedTimeUnit']
const getMeshConfig: typeof import('../service/api/auth')['getMeshConfig']
const getPaymentConfig: typeof import('../service/api/auth')['getPaymentConfig']
const getPortalConfig: typeof import('../service/api/auth')['getPortalConfig']
const getRoamingConfig: typeof import('../service/api/auth')['getRoamingConfig']
const getRouteIcons: typeof import('../store/modules/tab/shared')['getRouteIcons']
const getSelectedMenuKeyPathByKey: typeof import('../store/modules/route/shared')['getSelectedMenuKeyPathByKey']
const getServiceBaseURL: typeof import('../utils/service')['getServiceBaseURL']
@@ -216,6 +221,7 @@ declare global {
const mapState: typeof import('pinia')['mapState']
const mapStores: typeof import('pinia')['mapStores']
const mapWritableState: typeof import('pinia')['mapWritableState']
const markAlertsResolved: typeof import('../service/api/auth')['markAlertsResolved']
const markRaw: typeof import('vue')['markRaw']
const nextTick: typeof import('vue')['nextTick']
const omit: typeof import('lodash-es')['omit']
@@ -307,15 +313,18 @@ declare global {
const unref: typeof import('vue')['unref']
const unrefElement: typeof import('@vueuse/core')['unrefElement']
const until: typeof import('@vueuse/core')['until']
const updateAccessControl: typeof import('../service/api/auth')['updateAccessControl']
const updateApDeviceConfig: typeof import('../service/api/auth')['updateApDeviceConfig']
const updateBillRule: typeof import('../service/api/auth')['updateBillRule']
const updateData: typeof import('../service/api/dictData')['updateData']
const updateJob: typeof import('../service/api/job')['updateJob']
const updateLocaleOfGlobalMenus: typeof import('../store/modules/route/shared')['updateLocaleOfGlobalMenus']
const updateMeshConfig: typeof import('../service/api/auth')['updateMeshConfig']
const updatePackage: typeof import('../service/api/auth')['updatePackage']
const updatePasswordByOld: typeof import('../service/api/auth')['updatePasswordByOld']
const updatePaymentConfig: typeof import('../service/api/auth')['updatePaymentConfig']
const updatePortalConfig: typeof import('../service/api/auth')['updatePortalConfig']
const updateRoamingConfig: typeof import('../service/api/auth')['updateRoamingConfig']
const updateSite: typeof import('../service/api/auth')['updateSite']
const updateTabByI18nKey: typeof import('../store/modules/tab/shared')['updateTabByI18nKey']
const updateTabsByI18nKey: typeof import('../store/modules/tab/shared')['updateTabsByI18nKey']