fix เงินเดือน
This commit is contained in:
parent
f81b69b828
commit
8ede2c6d09
2 changed files with 5 additions and 5 deletions
|
|
@ -71,11 +71,11 @@ const columns = ref<QTableProps["columns"]>([
|
|||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "posTypeName",
|
||||
name: "posType",
|
||||
align: "left",
|
||||
label: "กลุ่มงาน",
|
||||
sortable: true,
|
||||
field: "posTypeName",
|
||||
field: "posType",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
|
@ -87,6 +87,9 @@ const columns = ref<QTableProps["columns"]>([
|
|||
field: "posLevelName",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
format(val, row) {
|
||||
return `${row.posTypeShort}${row.posLevel}`;
|
||||
},
|
||||
},
|
||||
]);
|
||||
/** ข้อมูุลค้นหา*/
|
||||
|
|
@ -227,7 +230,6 @@ watch(
|
|||
<q-input
|
||||
borderless
|
||||
dense
|
||||
debounce="300"
|
||||
outlined
|
||||
placeholder="ค้นหา"
|
||||
v-model="formFilter.keyword"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue