提交 e2eb5a25 authored 作者: 何宗全's avatar 何宗全

1

上级 168cb2f7
......@@ -23,27 +23,27 @@ export default {
return {
lists: [
{
name: "终端",
name: "终端告警",
key: "1",
yData: [],
},
{
name: "应用",
name: "应用告警",
key: "4",
yData: [],
},
{
name: "机房",
name: "机房告警",
key: "5",
yData: [],
},
{
name: "网络",
name: "网络告警",
key: "2",
yData: [],
},
{
name: "数据中心",
name: "数据中心告警",
key: "6",
yData: [],
},
......
......@@ -34,7 +34,7 @@ export default {
let dataTmp = this.value || 0;
let max = 100;
let min = 0;
let name = "健康指数";
let name = "健康评分";
return {
backgroundColor: "#fff",
title: {
......
......@@ -43,7 +43,7 @@ export const terminal = [
path: "/terminalSupervise/terminalStanding/certificateCollect",
children: [
{
label: "接入",
label: "申请",
value: 10,
key: 'key_biz_type_2_1',
color: "#1183F5",
......@@ -67,7 +67,7 @@ export const terminal = [
span: 8,
children: [
{
label: "接入",
label: "申请",
value: 10,
key: 'deptKey_dept_key_1',
color: "#1183F5",
......@@ -79,7 +79,7 @@ export const terminal = [
color: "#F39800",
},
{
label: "接入",
label: "撤销",
value: 10,
key: 'deptKey_dept_key_3',
color: "#959595",
......@@ -126,7 +126,7 @@ export const computerData = [
ratioKey: 'computerData_ratio',
type: "tem1",
span: 12,
path: "/computerSupervise/computerHome",
path: "/computerSupervise/assetManagement",
children: [
{
label: "进入",
......@@ -151,7 +151,7 @@ export const computerData = [
value: 1364,
key: "assRooms",
unit: "个",
path: "/computerSupervise/assetManagement",
path: "/computerSupervise/computerHome",
},
{
label: "监测采集器",
......@@ -172,8 +172,9 @@ export const dataCenter = [
value: 1364,
key: "resource_use_all",
unit: "个",
upValue: 106,
ratioKey: 'resource_use_beforeAll',
// 暂时隐藏
// upValue: 106,
// ratioKey: 'resource_use_beforeAll',
type: "tem1",
span: 12,
path: "/cloudSupervise/resourceSupervisiorn/resourceMonitoring",
......
<template>
<view class="padding_all_16 page_box">
<SearchCom @change="searchChange" />
<!-- 态势分析研判报告 -->
<view class="margin_t_16 padding_16_24 background_white">
<common-top-title
......@@ -20,7 +19,7 @@
<!-- 本月场景告警图 -->
<view class="margin_t_16 padding_16_24 background_white rightHeight">
<common-top-title
titletext="本月场景告警"
titletext="本月场景告警环比"
:isTitleNormal="false"
></common-top-title>
<rightBar
......@@ -33,7 +32,7 @@
<!--本月场景告警趋势图 -->
<view class="margin_t_16 padding_16_24 background_white rightHeight">
<common-top-title
titletext="本月场景告警趋势"
titletext="本月场景告警趋势"
:isTitleNormal="false"
></common-top-title>
<rightLine
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论