ปรับวินัย ในส่วนของกรรมการ
This commit is contained in:
parent
6e1a72db63
commit
e0704ea359
3 changed files with 27 additions and 13 deletions
|
|
@ -96,8 +96,8 @@ export const useDisciplineDirectorDataStore = defineStore(
|
|||
id: item.id,
|
||||
fullName: `${item.prefix}${item.firstName} ${item.lastName}`,
|
||||
position: item.position,
|
||||
email: item.email,
|
||||
phone: item.phone,
|
||||
email: item.email ? item.email : '-',
|
||||
phone: item.phone ? item.phone : '-',
|
||||
totalInvestigate: item.totalInvestigate,
|
||||
totalDisciplinary: item.totalDisciplinary,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue