chore: 项目 -> 应用系统
parent
947199f6e4
commit
76e15dbf08
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue