แก้ข้อความผิด

This commit is contained in:
Warunee Tamkoo 2024-09-13 15:03:06 +07:00
parent f518b53c9f
commit d38a6c8dc1
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ const columns = ref<QTableProps["columns"]>([
{ {
name: "posNo", name: "posNo",
align: "left", align: "left",
label: "เลขที่ตำแหนง", label: "เลขที่ตำแหง",
sortable: true, sortable: true,
field: "posNo", field: "posNo",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",

View file

@ -10,7 +10,7 @@ export const useDataStoreUser = defineStore("storeDataUser", () => {
id: "fullName", id: "fullName",
}, },
{ {
name: "เลขที่ตำแหนง", name: "เลขที่ตำแหง",
id: "posNo", id: "posNo",
}, },

View file

@ -98,7 +98,7 @@ const columns = ref<QTableProps["columns"]>([
{ {
name: "posNo", name: "posNo",
align: "left", align: "left",
label: "เลขที่ตำแหนง", label: "เลขที่ตำแหง",
sortable: true, sortable: true,
field: "posNo", field: "posNo",
headerStyle: "font-size: 14px", headerStyle: "font-size: 14px",