fix row name

This commit is contained in:
wh1te909
2021-08-28 06:32:50 +00:00
parent c5d93b1f56
commit bff75ca1d2

View File

@@ -44,7 +44,7 @@
<span v-else-if="props.row.type === 'cmd_run'"
>{{ truncateText(props.row.results, 30) }}
<q-tooltip v-if="props.row.results.length >= 30" style="font-size: 12px">
{{ props.row.output }}
{{ props.row.results }}
</q-tooltip>
</span>
</q-td>