fix:修改chartTepm logs显示错误的问题 以及图标的替换

This commit is contained in:
zhangyu
2021-09-06 16:22:05 +08:00
parent 7a4bd48b8a
commit b395e3b936
6 changed files with 28 additions and 9 deletions

View File

@@ -144,6 +144,9 @@ export default {
case 'group':
str += 'nz-icon-group'
break
case 'logs':
str += 'nz-icon-logs'
break
default :
str += 'nz-icon-table1'
break