parent
6350f2d6ef
commit
06e4f2ac78
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue