แก้วินัย
This commit is contained in:
parent
49ab44622b
commit
26d429c47a
8 changed files with 54 additions and 51 deletions
|
|
@ -52,6 +52,7 @@ const {
|
|||
messageError,
|
||||
dialogMessageNotify,
|
||||
hideLoader,
|
||||
downloadRenameFileByLink
|
||||
} = mixin;
|
||||
const dataStore = useAppealComplainStore();
|
||||
|
||||
|
|
@ -502,7 +503,7 @@ onMounted(() => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td
|
||||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
|
|
@ -701,7 +702,7 @@ onMounted(() => {
|
|||
dense
|
||||
color="blue"
|
||||
icon="mdi-download"
|
||||
@click="downloadFile(data.pathName)"
|
||||
@click="downloadRenameFileByLink(data.pathName, data.fileName)"
|
||||
><q-tooltip>ดาวน์โหลดไฟล์</q-tooltip></q-btn
|
||||
>
|
||||
<q-btn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue