addClickDownload รายชื่อผู้เกษียณอายุราชการ
This commit is contained in:
parent
da8ef556b8
commit
fe051993e9
1 changed files with 4 additions and 2 deletions
|
|
@ -150,6 +150,8 @@ const visibleColumns = ref<string[]>([
|
||||||
|
|
||||||
const action = ref<string>("");
|
const action = ref<string>("");
|
||||||
const fileUpload = ref<any>(null);
|
const fileUpload = ref<any>(null);
|
||||||
|
const clickOpenDownloadPDF =() =>{window.open(orderCoverPdf.value);}
|
||||||
|
const clickOpenDownloadDoc =() =>{window.open(orderCoverDocs.value);}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
retireld.value = retireld_params.toString();
|
retireld.value = retireld_params.toString();
|
||||||
|
|
@ -400,7 +402,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
type="a"
|
type="a"
|
||||||
:href="orderCoverPdf"
|
@click="clickOpenDownloadPDF"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<q-item-section avatar
|
<q-item-section avatar
|
||||||
|
|
@ -412,7 +414,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
|
||||||
clickable
|
clickable
|
||||||
v-close-popup
|
v-close-popup
|
||||||
type="a"
|
type="a"
|
||||||
:href="orderCoverDocs"
|
@click="clickOpenDownloadDoc"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<q-item-section avatar
|
<q-item-section avatar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue