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

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",
align: "left",
label: "เลขที่ตำแหนง",
label: "เลขที่ตำแหง",
sortable: true,
field: "posNo",
headerStyle: "font-size: 14px",

View file

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

View file

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