fix: 监控概览页面宿主机监控不支持天翼云,切换查看内存TOP5存本

隐藏相关菜单
develop
时启龙 2024-08-28 16:14:59 +08:00
parent 6350f2d6ef
commit 06e4f2ac78
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-row class="full-height res-wrapper" :gutter="10">
<el-col :span="12" v-for="(item, i) in countData" :key="i" class="full-height res-cell">
<el-col :span="24 / countData.length" v-for="(item, i) in countData" :key="i" class="full-height res-cell">
<el-card class="box-card alarm-statistics">
<span class="card-title">{{ item.title }}</span>
<el-select class="pull-right vendor-select" v-model="item.vendorId" @change="handleParams(item, item.type)">
@ -36,15 +36,15 @@ export default {
type: 'cpu',
params: '',
data: null
},
{
title: '宿主机CPU利用率',
vendorId: '',
code: 'PM',
type: 'cpu',
params: '',
data: null
}
// {
// title: '宿CPU',
// vendorId: '',
// code: 'PM',
// type: 'cpu',
// params: '',
// data: null
// }
],
vendorList: [],
vendorList1: []