แก้วินัย

This commit is contained in:
setthawutttty 2024-01-05 15:24:22 +07:00
parent 386e1a9811
commit 6646f8f6f4
9 changed files with 98 additions and 62 deletions

View file

@ -65,6 +65,7 @@ const dataInvestigatefacts = reactive<FormInvestigateFact>({
organizationId: "",
persons: [],
investigationExtendHistory: [],
isDisciplinary:false
});
const personObjComplaint = reactive<ArrayPerson>({

View file

@ -379,6 +379,11 @@ function closeDetail() {
>
{{ props.row.organization }}
</div>
<div
v-else-if="col.name === 'salary'"
>
{{ props.row.salary.toLocaleString() }}
</div>
<div v-else>
{{ col.value }}
</div>