NEZ-1119 fix: 修复user 详细视图 - terminal log state 缺少图标

This commit is contained in:
@changcode
2021-10-28 16:43:57 +08:00
parent 09aaf4c787
commit b0765eeb62
2 changed files with 2 additions and 1 deletions

View File

@@ -213,7 +213,7 @@ export default {
},
statusClass () {
return function (status) {
switch (status) {
switch (Number(status)) {
case 0:
return 'nz-icon-connecting color23bf9a'
case 1: