ปรับ Table บันทึกผล
This commit is contained in:
parent
34c9802171
commit
8130c180f0
4 changed files with 53 additions and 21 deletions
|
|
@ -43,10 +43,12 @@ export const useResultDataStore = defineStore("insigniaResult", () => {
|
|||
position: e.position,
|
||||
status: status(e.status),
|
||||
dateReceive: date2Thai(e.dateReceive),
|
||||
name: e.fullName,
|
||||
name: e.prefix + e.fullName,
|
||||
type: e.requestInsignia,
|
||||
employeeType: profileType(e.profileType),
|
||||
profileType: e.profileType,
|
||||
volumeNo: e.volumeNo,
|
||||
section: e.section,
|
||||
page: e.page,
|
||||
number: e.no,
|
||||
vatnumber: e.number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue