โครงสร้างอัตรากำลัง => ปรับความสูง popup ย้ายตำแหน่ง
This commit is contained in:
parent
16d9e3cf38
commit
31d5724c8a
1 changed files with 3 additions and 2 deletions
|
|
@ -124,6 +124,7 @@ watch(
|
|||
() => modal.value,
|
||||
() => {
|
||||
reqMaster.value.page = 1;
|
||||
filterTree.value = "";
|
||||
title.value = `ย้ายตำแหน่งจากหน่วยงาน/ส่วนราชการปัจจุบัน ${props.mainTree.orgName}`;
|
||||
if (modal.value && props.type === "SINGER") {
|
||||
const data = rows.value.filter((e: PosMaster2) => e.id === props.rowId);
|
||||
|
|
@ -137,7 +138,7 @@ watch(
|
|||
);
|
||||
</script>
|
||||
<template>
|
||||
<q-dialog v-model="modal" full-width persistent>
|
||||
<q-dialog v-model="modal" full-width full-height persistent>
|
||||
<q-card>
|
||||
<HeaderDialog :tittle="title" :close="() => (modal = false)" />
|
||||
<q-separator />
|
||||
|
|
@ -222,7 +223,7 @@ watch(
|
|||
<q-card
|
||||
bordered
|
||||
class="col-12 col-sm-4 scroll q-pa-sm"
|
||||
style="max-height: 70vh"
|
||||
style="height: 750px"
|
||||
>
|
||||
<q-toolbar style="padding: 0">
|
||||
<q-toolbar-title class="text-subtitle2 text-bold"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue