จัด icon
This commit is contained in:
parent
d591005338
commit
102811d421
2 changed files with 4 additions and 4 deletions
|
|
@ -70,9 +70,9 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "document",
|
name: "document",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "หลักฐานอ้างอิง",
|
label: "หลักฐานอ้างอิง",
|
||||||
sortable: true,
|
sortable: false,
|
||||||
field: "document",
|
field: "document",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
|
|
|
||||||
|
|
@ -100,9 +100,9 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "document",
|
name: "document",
|
||||||
align: "left",
|
align: "center",
|
||||||
label: "หลักฐานอ้างอิง",
|
label: "หลักฐานอ้างอิง",
|
||||||
sortable: true,
|
sortable: false,
|
||||||
field: "document",
|
field: "document",
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue