no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-07 16:09:24 +07:00
parent a1bd65f1ca
commit b03cf1d5be
2 changed files with 2 additions and 1 deletions

View file

@ -117,6 +117,7 @@ const visibleColumns = ref<String[]>([
"date",
"volumeNo",
"section",
"dateReceive",
"page",
"number",
"vatnumber",

View file

@ -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,