chore: 项目 -> 应用系统
parent
76e15dbf08
commit
16b4496100
|
@ -60,7 +60,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-title">项目云资源统计</div>
|
||||
<div class="card-title">应用系统云资源统计</div>
|
||||
<div class="card-body">
|
||||
<scroll-table :data="projectCount" :column-width="['80px']" :columns="['应用系统', 'CPU(核)' , '内存(GB)' , '存储(GB)']" :options="{singleHeight: 40}">
|
||||
<template v-slot="scope">
|
||||
|
@ -154,7 +154,7 @@ export default {
|
|||
state.tenantCount = res.data
|
||||
}
|
||||
}
|
||||
// 项目资源统计
|
||||
// 应用系统资源统计
|
||||
const getProjectCount = async () => {
|
||||
const res = await getProjectResource(dcId)
|
||||
if (res.success) {
|
||||
|
|
Loading…
Reference in New Issue