fix: manual show fileType
This commit is contained in:
parent
3553164a8a
commit
6379bece40
1 changed files with 6 additions and 0 deletions
|
|
@ -246,6 +246,12 @@ const columnsFile: QTableProps['columns'] = [
|
|||
</q-td>
|
||||
</template>
|
||||
|
||||
<template v-slot:body-cell-fileType="fileTypeRow">
|
||||
<q-td>
|
||||
{{ fileTypeRow.row.fileType }}
|
||||
</q-td>
|
||||
</template>
|
||||
|
||||
<template v-slot:body-cell-actions="actionsRow">
|
||||
<q-td class="justify-center">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue