Commit 8d271b0c authored by 蒋忠杰's avatar 蒋忠杰

tj

parent dcb166c5
......@@ -55,7 +55,7 @@
<td>{{item.cpuUsedSize === null ? '': '占用:'+item.cpuUsedSize + '/' + item.cpuSize}}</td>
</tr>
<tr>
<td class="right_td_" colspan="2">操作系统:Linux</td>
<td class="right_td_" colspan="2">操作系统:Windows</td>
</tr>
<tr>
<td class="right_td_" colspan="2">服务器IP:{{item.specifications}}</td>
......
......@@ -28,7 +28,7 @@
td(class="right_td") 核心数:{{item.cpuSize === null ? '': +item.cpuSize }}
td {{item.cpuUsedSize === null ? '': '占用:'+item.cpuUsedSize + '/' + item.cpuSize }}
tr
td(class="right_td_" colspan="2") 操作系统:Linux
td(class="right_td_" colspan="2") 操作系统:Windows
tr
td(class="right_td_" colspan="2") 服务器IP:{{item.specifications}}
//el-row.server-table(:gutter="20")
......
......@@ -248,7 +248,7 @@
<td>${item.cpuUsedSize === null ? '': '占用:'+item.cpuUsedSize + '/' + item.cpuSize}</td>
</tr>
<tr>
<td class='right_td_' colspan='2'>操作系统:Linux</td>
<td class='right_td_' colspan='2'>操作系统:Windows</td>
</tr>
<tr>
<td class='right_td_' colspan='2'>服务器IP:${item.specifications}</td>
......
......@@ -44,7 +44,7 @@
<td>{{item.cpuUsedSize === null ? '': '占用:'+item.cpuUsedSize + '/' + item.cpuSize }}</td>
</tr>
<tr>
<td class="right_td_" colspan="2">操作系统:Linux</td>
<td class="right_td_" colspan="2">操作系统:Windows</td>
</tr>
<tr>
<td class="right_td_" colspan="2">服务器IP:{{item.specifications}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment