ปรับสิทธิ์
This commit is contained in:
parent
3985b7255e
commit
fd42965fa0
6 changed files with 21 additions and 22 deletions
|
|
@ -1657,7 +1657,7 @@ onMounted(async () => {
|
|||
flat
|
||||
round
|
||||
color="blue"
|
||||
icon="mdi-download-outline"
|
||||
icon="mdi-download"
|
||||
@click="downloadRenameFileByLink(file.pathName, file.fileName)"
|
||||
>
|
||||
<q-tooltip>ดาวน์โหลดไฟล์</q-tooltip>
|
||||
|
|
|
|||
|
|
@ -545,11 +545,8 @@ function updatemodalPersonal(modal: boolean) {
|
|||
อัปโหลดไฟล์เอกสารหลักฐาน
|
||||
</div>
|
||||
<div class="col-12"><q-separator /></div>
|
||||
<div
|
||||
class="row col-12 q-col-gutter-y-sm q-pa-sm"
|
||||
v-if="!checkRoutePermisson"
|
||||
>
|
||||
<div class="col-12 row">
|
||||
<div class="row col-12 q-col-gutter-y-sm q-pa-sm">
|
||||
<div class="col-12 row" v-if="!checkRoutePermisson">
|
||||
<q-file
|
||||
for="inputFiles"
|
||||
class="col-12"
|
||||
|
|
|
|||
|
|
@ -185,7 +185,7 @@ function downloadFile(link: string) {
|
|||
flat
|
||||
round
|
||||
color="blue"
|
||||
icon="mdi-download-outline"
|
||||
icon="mdi-download"
|
||||
@click="downloadRenameFileByLink(f.pathName,f.fileName)"
|
||||
>
|
||||
<q-tooltip>ดาวน์โหลดเอกสาร</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue