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

1

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