mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
feat: field comment on mouse over a table field name
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
:class="`key-${field.key}`"
|
||||
:title="keyName(field.key)"
|
||||
/>
|
||||
<span>{{ field.alias || field.name }}</span>
|
||||
<span :title="field.comment ? field.comment : false">{{ field.alias || field.name }}</span>
|
||||
<i
|
||||
v-if="currentSort === field.name"
|
||||
class="mdi sort-icon"
|
||||
|
Reference in New Issue
Block a user