fix ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-19 09:45:48 +07:00
parent 2f6b495d43
commit b0c67c3f01
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ const baseColumns = ref<QTableColumn[]>([
{
name: "amount",
align: "left",
label: empType.value === "-employee" ? "ค่าตอบแทนรายเดือน" : "เงินเดือน",
label: empType.value === "-employee" ? "ค่าจ้าง" : "เงินเดือน",
sortable: true,
field: "amount",
headerStyle: "font-size: 14px",

View file

@ -156,7 +156,7 @@ const baseColumns = ref<QTableColumn[]>([
{
name: "amount",
align: "left",
label: empType.value === "-employee" ? "ค่าตอบแทนรายเดือน" : "เงินเดือน",
label: empType.value === "-employee" ? "ค่าจ้าง" : "เงินเดือน",
sortable: true,
field: "amount",
headerStyle: "font-size: 14px",