fix ทะเบียนประวัติ
This commit is contained in:
parent
2f6b495d43
commit
b0c67c3f01
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue