[Fix] popup แสดงข้อมูลอย่างย่อของ ขรก

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-14 15:08:33 +07:00
parent 57c5f5ec5d
commit 9eb77f4fc1

View file

@ -544,6 +544,7 @@ watch(modal, (newValue) => {
<q-input <q-input
borderless borderless
readonly readonly
autogrow
:model-value=" :model-value="
goverment.positionExecutive goverment.positionExecutive
? goverment.positionExecutive ? goverment.positionExecutive
@ -564,7 +565,8 @@ watch(modal, (newValue) => {
? goverment.positionExecutiveSide ? goverment.positionExecutiveSide
: '-' : '-'
" "
label="ด้านตำแหน่งทางการบริหาร" autogrow
label="ด้านทางการบริหาร"
/> />
</div> </div>
</div> </div>