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