addClickDownload รายชื่อผู้เกษียณอายุราชการ

This commit is contained in:
AnandaTon 2023-08-25 16:37:09 +07:00
parent da8ef556b8
commit fe051993e9

View file

@ -150,6 +150,8 @@ const visibleColumns = ref<string[]>([
const action = ref<string>("");
const fileUpload = ref<any>(null);
const clickOpenDownloadPDF =() =>{window.open(orderCoverPdf.value);}
const clickOpenDownloadDoc =() =>{window.open(orderCoverDocs.value);}
onMounted(() => {
retireld.value = retireld_params.toString();
@ -400,7 +402,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
clickable
v-close-popup
type="a"
:href="orderCoverPdf"
@click="clickOpenDownloadPDF"
target="_blank"
>
<q-item-section avatar
@ -412,7 +414,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
clickable
v-close-popup
type="a"
:href="orderCoverDocs"
@click="clickOpenDownloadDoc"
target="_blank"
>
<q-item-section avatar