เงินเดือน ==> Sort

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-25 17:33:45 +07:00
parent b7ed1e659f
commit f76b55407f
10 changed files with 56 additions and 58 deletions

View file

@ -46,7 +46,7 @@ const columns = ref<QTableProps["columns"]>([
name: "name",
align: "left",
label: "ชื่อผังบัญชีอัตราเงินเดือน",
sortable: true,
sortable: false,
field: "name",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -55,7 +55,7 @@ const columns = ref<QTableProps["columns"]>([
name: "posList",
align: "left",
label: "ประเภทผังบัญชีเงินเดือน",
sortable: true,
sortable: false,
field: "posList",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -64,7 +64,7 @@ const columns = ref<QTableProps["columns"]>([
name: "startDate",
align: "left",
label: "วันที่มีผลบังคับใช้",
sortable: true,
sortable: false,
field: "startDate",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -73,7 +73,7 @@ const columns = ref<QTableProps["columns"]>([
name: "isActive",
align: "center",
label: "สถานะการใช้งาน",
sortable: true,
sortable: false,
field: "isActive",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
@ -275,7 +275,6 @@ onMounted(() => {
map-options
:options="columns"
option-value="name"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2 q-ml-sm"
/>