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",
|
"date",
|
||||||
"volumeNo",
|
"volumeNo",
|
||||||
"section",
|
"section",
|
||||||
|
"dateReceive",
|
||||||
"page",
|
"page",
|
||||||
"number",
|
"number",
|
||||||
"vatnumber",
|
"vatnumber",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
|
||||||
requestInsigniaId: e.requestInsigniaId,
|
requestInsigniaId: e.requestInsigniaId,
|
||||||
employeeType: profileType(e.profileType),
|
employeeType: profileType(e.profileType),
|
||||||
profileType: e.profileType,
|
profileType: e.profileType,
|
||||||
dateReceive: (e.dateReceive),
|
dateReceive: date2Thai(e.dateReceive),
|
||||||
date: date2Thai(e.date),
|
date: date2Thai(e.date),
|
||||||
volumeNo: e.volumeNo,
|
volumeNo: e.volumeNo,
|
||||||
section: e.section,
|
section: e.section,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue