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

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 columns = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
label: "ลำดับตัวชี้วัด ",
sortable: true,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
// {
// name: "no",
// align: "left",
// label: " ",
// sortable: true,
// field: "no",
// headerStyle: "font-size: 14px",
// style: "font-size: 14px",
// },
{
name: "including",
align: "left",
@ -54,7 +54,7 @@ const columns = ref<QTableProps["columns"]>([
style: "font-size: 14px",
},
]);
const visibleColumns = ref<string[]>(["no", "including", "includingName"]);
const visibleColumns = ref<string[]>(["including", "includingName"]);
const formFilter = reactive({
page: 1,