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

@ -319,7 +319,7 @@ watch(
<div class="full-width">
<d-table
ref="table"
:columns="mainStore.columnsRespondent?.filter((item:any)=>item.name !== 'profileType' && item.name !== 'isSend' && item.name !== 'remarkReject')"
:columns="mainStore.columnsRespondent?.filter((item:any)=>item.name !== 'profileType' && item.name !== 'isSend' && item.name !== 'remarkReject' && item.name !== 'disciplineRejectDoc')"
:rows="rows"
row-key="personId"
flat