fix เพิ่ม Class text-html Popup "ส่งไปออกคำสั่ง" รายการรับโอน ข้อมูลในคอลัมน์ "ตำแหน่งเดิม/สังกัดเดิม"
This commit is contained in:
parent
77612c1415
commit
8ea653b6c1
1 changed files with 8 additions and 1 deletions
|
|
@ -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 : ""
|
||||
}}{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue