Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
monthReport_smzx
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
monthReport_smzx
Commits
e2eb5a25
提交
e2eb5a25
authored
11月 27, 2024
作者:
何宗全
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1
上级
168cb2f7
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
16 行增加
和
16 行删除
+16
-16
rightLine.vue
pages/monthReport/components/rightLine.vue
+5
-5
rightPie.vue
pages/monthReport/components/rightPie.vue
+1
-1
config.js
pages/monthReport/config.js
+8
-7
index.vue
pages/monthReport/index.vue
+2
-3
没有找到文件。
pages/monthReport/components/rightLine.vue
浏览文件 @
e2eb5a25
...
...
@@ -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
:
[],
},
...
...
pages/monthReport/components/rightPie.vue
浏览文件 @
e2eb5a25
...
...
@@ -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
:
{
...
...
pages/monthReport/config.js
浏览文件 @
e2eb5a25
...
...
@@ -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"
,
...
...
pages/monthReport/index.vue
浏览文件 @
e2eb5a25
<
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论