fix:添加设备告警 换图标 设备告警详情 状态流程 按钮权限

This commit is contained in:
zhaohy
2024-07-17 11:13:56 +08:00
parent 1401d3611f
commit c2e69b4d36
19 changed files with 491 additions and 292 deletions

View File

@@ -20,7 +20,7 @@
</div>
</div>
<div class="item-box-right">
<img width="54px" height="54px" src="../../../../src/icon/gaojingguanli.svg" />
<img width="54px" height="54px" src="../../../../src/icon/gaojingtonglan.svg" />
</div>
</div>
</div>
@@ -45,7 +45,7 @@
import * as echarts from 'echarts';
defineOptions({
name: 'alarmOverview', // 与页面路由name一致缓存才可生效
name: 'alarmOverviewIndex', // 与页面路由name一致缓存才可生效
});
const info = ref({});
@@ -134,13 +134,13 @@
itemGap: 30, // 这里可以调整图例项之间的间距,单位为像素
},
],
toolbox: {
show: true,
feature: {
restore: {},
saveAsImage: {},
},
},
// toolbox: {
// show: true,
// feature: {
// restore: {},
// saveAsImage: {},
// },
// },
calculable: true,
xAxis: [
{