fixing display วินัยการยุติเรื่อง

This commit is contained in:
Warunee Tamkoo 2025-04-28 10:52:34 +07:00
parent 0c3bcd7f68
commit ec6e19444a
7 changed files with 73 additions and 56 deletions

View file

@ -183,7 +183,7 @@ watch(
</div>
<d-table
ref="table"
:columns="props.columns.filter((item:any)=>item.name !== 'isSend' && item.name !== 'remarkReject')"
:columns="props.columns.filter((item:any)=>item.name !== 'isSend' && item.name !== 'remarkReject' && item.name !== 'disciplineRejectDoc')"
:rows="rows"
row-key="personId"
flat
@ -219,7 +219,7 @@ watch(
{{ props.rowIndex + 1 }}
</div>
<div v-else>
{{ col.value ? col.value:'-' }}
{{ col.value ? col.value : "-" }}
</div>
</q-td>
</q-tr>