แก้วินัย

This commit is contained in:
STW_TTTY\stwtt 2024-08-15 11:43:34 +07:00
parent 49ab44622b
commit 26d429c47a
8 changed files with 54 additions and 51 deletions

View file

@ -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