แก้ข้อความผิด
This commit is contained in:
parent
f518b53c9f
commit
d38a6c8dc1
3 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "posNo",
|
||||
align: "left",
|
||||
label: "เลขที่ตำแห่นง",
|
||||
label: "เลขที่ตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "posNo",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ export const useDataStoreUser = defineStore("storeDataUser", () => {
|
|||
id: "fullName",
|
||||
},
|
||||
{
|
||||
name: "เลขที่ตำแห่นง",
|
||||
name: "เลขที่ตำแหน่ง",
|
||||
id: "posNo",
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
{
|
||||
name: "posNo",
|
||||
align: "left",
|
||||
label: "เลขที่ตำแห่นง",
|
||||
label: "เลขที่ตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "posNo",
|
||||
headerStyle: "font-size: 14px",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue