ชิดซ้าย
This commit is contained in:
parent
911a887011
commit
be910f69ce
1 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "yearly",
|
name: "yearly",
|
||||||
align: "center",
|
align: "left",
|
||||||
label: "รอบ/ปีงบประมาณ",
|
label: "รอบ/ปีงบประมาณ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "yearly",
|
field: "yearly",
|
||||||
|
|
@ -98,7 +98,7 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "fee",
|
name: "fee",
|
||||||
align: "right",
|
align: "left",
|
||||||
label: "ค่าธรรมเนียม",
|
label: "ค่าธรรมเนียม",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "fee",
|
field: "fee",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue