fix:删除无用console,asset option列取消tooltip

This commit is contained in:
wangwenrui
2020-11-09 15:23:05 +08:00
parent 1ee556e11c
commit e7b8354166
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
:key="`col_${index}`"
:label="item.label"
:fixed="item.fixed"
:show-overflow-tooltip="item.prop != 'Alert' || item.prop != 'Module'"
:show-overflow-tooltip="item.prop != 'Alert' && item.prop != 'Module' && item.prop != 'option'"
:class-name="item.prop == 'option' ? 'content-right-options' : ''"
:sortable="$tableSet.sortableShow(item.prop,'asset')"
:prop="$tableSet.propTitle(item.prop,'asset')"