no message
This commit is contained in:
parent
a1bd65f1ca
commit
b03cf1d5be
2 changed files with 2 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ const visibleColumns = ref<String[]>([
|
|||
"date",
|
||||
"volumeNo",
|
||||
"section",
|
||||
"dateReceive",
|
||||
"page",
|
||||
"number",
|
||||
"vatnumber",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
|
|||
requestInsigniaId: e.requestInsigniaId,
|
||||
employeeType: profileType(e.profileType),
|
||||
profileType: e.profileType,
|
||||
dateReceive: (e.dateReceive),
|
||||
dateReceive: date2Thai(e.dateReceive),
|
||||
date: date2Thai(e.date),
|
||||
volumeNo: e.volumeNo,
|
||||
section: e.section,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue