fix เพิ่ม Class text-html Popup "ส่งไปออกคำสั่ง" รายการรับโอน ข้อมูลในคอลัมน์ "ตำแหน่งเดิม/สังกัดเดิม"

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-07-03 10:35:08 +07:00
parent 77612c1415
commit 8ea653b6c1

View file

@ -255,7 +255,7 @@ watchEffect(() => {
</script>
<template>
<q-dialog v-model="props.modal" persistent>
<q-card style="width: 1200px; max-width: 80vw">
<q-card style="min-width: 80vw">
<DialogHeader :tittle="'ส่งไปออกคำสั่งรับโอน'" :close="clickClose" />
<q-separator />
<q-card-section>
@ -336,6 +336,13 @@ watchEffect(() => {
{{ props.rowIndex + 1 }}
</div>
<div
v-else-if="col.name === 'organizationNameOld'"
class="text-html"
>
{{ col.value ? col.value : "-" }}
</div>
<div v-else-if="col.name == 'organizationName'">
{{ props.row.position !== null ? props.row.position : ""
}}{{