chore: 项目 -> 应用系统

develop
时启龙 2024-10-21 16:56:26 +08:00
parent 947199f6e4
commit 76e15dbf08
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<div class="card">
<div class="card-title">项目云资源统计</div>
<div class="card-body">
<scroll-table :data="projectCount" :column-width="['80px']" :columns="['项目', 'CPU(核)' , '内存(GB)' , '存储(GB)']" :options="{singleHeight: 40}">
<scroll-table :data="projectCount" :column-width="['80px']" :columns="['应用系统', 'CPU(核)' , '内存(GB)' , '存储(GB)']" :options="{singleHeight: 40}">
<template v-slot="scope">
<scroll-table-column :value="scope.row.name" width="80px">
</scroll-table-column>