วินัยเเก้ ลำดับอยู่กลาง
This commit is contained in:
parent
16ab4806a5
commit
13efe7bcc4
11 changed files with 14 additions and 14 deletions
|
|
@ -60,7 +60,7 @@ const visibleColumns = ref<String[]>(["no", "idCard", "name", "education"]);
|
|||
const columns = ref<QTableProps["columns"]>([
|
||||
{
|
||||
name: "no",
|
||||
align: "left",
|
||||
align: "center",
|
||||
label: "ลำดับ",
|
||||
field: "no",
|
||||
sortable: false,
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ const visibleColumns = ref<String[]>([
|
|||
"send",
|
||||
]);
|
||||
const columns = ref<QTableProps["columns"]>([
|
||||
{ name: "no", align: "left", label: "ลำดับ", field: "no", sortable: false },
|
||||
{ name: "no", align: "center", label: "ลำดับ", field: "no", sortable: false },
|
||||
{
|
||||
name: "idCard",
|
||||
align: "left",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue