รายการตัวชี้วัดตามตำแหน่ง
This commit is contained in:
parent
42db4d08a5
commit
acd1c97d77
1 changed files with 10 additions and 10 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue