Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m11s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m11s
This commit is contained in:
commit
e3a49f74ea
2 changed files with 10 additions and 0 deletions
|
|
@ -40,6 +40,15 @@ const baseColumns = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px; width: 50px;",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "no",
|
||||
align: "left",
|
||||
label: "ลำดับ",
|
||||
sortable: false,
|
||||
field: "no",
|
||||
headerStyle: "font-size: 14px; width: 50px;",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "type",
|
||||
align: "left",
|
||||
|
|
@ -207,6 +216,7 @@ const columns = computed(() => {
|
|||
const visibleColumns = ref<string[]>([
|
||||
"isDone",
|
||||
"isDoneIDP",
|
||||
"no",
|
||||
"type",
|
||||
"idcard",
|
||||
"fullName",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue