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
Binary file not shown.
|
|
@ -40,6 +40,15 @@ const baseColumns = ref<QTableProps["columns"]>([
|
||||||
headerStyle: "font-size: 14px; width: 50px;",
|
headerStyle: "font-size: 14px; width: 50px;",
|
||||||
style: "font-size: 14px",
|
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",
|
name: "type",
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|
@ -207,6 +216,7 @@ const columns = computed(() => {
|
||||||
const visibleColumns = ref<string[]>([
|
const visibleColumns = ref<string[]>([
|
||||||
"isDone",
|
"isDone",
|
||||||
"isDoneIDP",
|
"isDoneIDP",
|
||||||
|
"no",
|
||||||
"type",
|
"type",
|
||||||
"idcard",
|
"idcard",
|
||||||
"fullName",
|
"fullName",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue