โครงสร้างอัตรากำลัง => ปรับความสูง popup ย้ายตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-19 12:02:23 +07:00
parent 16d9e3cf38
commit 31d5724c8a

View file

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