update: แสดงชื่อเจ้าของผลงาน list ตอนค้นหา
This commit is contained in:
parent
f17047aab7
commit
84a8fea5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ onMounted(() => {
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:body-cell-author="author">
|
<template v-slot:body-cell-author="author">
|
||||||
<q-td style="width: 50%" @click="() => getFileInfo(author.row)">
|
<q-td style="width: 50%" @click="() => getFileInfo(author.row)">
|
||||||
{{ author.row.metadata.author ?? '-' }}
|
{{ author.row.metadata.author ?? author.row.author }}
|
||||||
</q-td>
|
</q-td>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue