Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m11s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-03-06 11:58:10 +07:00
commit e3a49f74ea
2 changed files with 10 additions and 0 deletions

View file

@ -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",