รายการตัวชี้วัดตามตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-26 17:13:07 +07:00
parent 42db4d08a5
commit acd1c97d77

View file

@ -26,15 +26,15 @@ const totalList = ref<number>(1); //จำนวนข้อมูลราย
/** หัวตาราง */ /** หัวตาราง */
const rows = ref<any>([]); const rows = ref<any>([]);
const columns = ref<QTableProps["columns"]>([ const columns = ref<QTableProps["columns"]>([
{ // {
name: "no", // name: "no",
align: "left", // align: "left",
label: "ลำดับตัวชี้วัด ", // label: " ",
sortable: true, // sortable: true,
field: "no", // field: "no",
headerStyle: "font-size: 14px", // headerStyle: "font-size: 14px",
style: "font-size: 14px", // style: "font-size: 14px",
}, // },
{ {
name: "including", name: "including",
align: "left", align: "left",
@ -54,7 +54,7 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px", style: "font-size: 14px",
}, },
]); ]);
const visibleColumns = ref<string[]>(["no", "including", "includingName"]); const visibleColumns = ref<string[]>(["including", "includingName"]);
const formFilter = reactive({ const formFilter = reactive({
page: 1, page: 1,