แก้วินัย
This commit is contained in:
parent
386e1a9811
commit
6646f8f6f4
9 changed files with 98 additions and 62 deletions
|
|
@ -65,6 +65,7 @@ const dataInvestigatefacts = reactive<FormInvestigateFact>({
|
|||
organizationId: "",
|
||||
persons: [],
|
||||
investigationExtendHistory: [],
|
||||
isDisciplinary:false
|
||||
});
|
||||
|
||||
const personObjComplaint = reactive<ArrayPerson>({
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue