chore: 项目 -> 应用系统

develop
时启龙 2024-10-21 17:12:33 +08:00
parent 76e15dbf08
commit 16b4496100
1 changed files with 2 additions and 2 deletions

View File

@ -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) {