Browse Source

fix:默认文字描述改为设备告警信息:无异常

master
白凤吉 15 hours ago
parent
commit
acdd816807
  1. 2
      src/layouts/default.vue

2
src/layouts/default.vue

@ -296,7 +296,7 @@ const handleCloseAll = async () => {
<div style="width: 50%; height: 30px" :class="systemStore?.systemLogList.length > 0 ? 'warning-border' : ''"> <div style="width: 50%; height: 30px" :class="systemStore?.systemLogList.length > 0 ? 'warning-border' : ''">
<div class="footer-left"> <div class="footer-left">
<img src="../assets/images/run.svg" alt="" style="padding-right: 5px; height: 70%"> <img src="../assets/images/run.svg" alt="" style="padding-right: 5px; height: 70%">
<span v-if="!systemStore.systemLogList.length" class="text">设备运行状态</span>
<span v-if="!systemStore.systemLogList.length" class="text">设备告警信息无异常</span>
<el-popover v-else width="auto" trigger="click" placement="top"> <el-popover v-else width="auto" trigger="click" placement="top">
<template #reference> <template #reference>
<el-tag <el-tag

Loading…
Cancel
Save