แก้คอลัมน์เลื่อนค่าจ้างลูกจ้าง
This commit is contained in:
parent
77e68ab871
commit
1958d4db7d
1 changed files with 4 additions and 13 deletions
|
|
@ -76,15 +76,6 @@ const columns = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "posLevel",
|
||||
align: "left",
|
||||
label: "ระดับชั้นงาน",
|
||||
sortable: false,
|
||||
field: "posLevel",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "posType",
|
||||
align: "left",
|
||||
|
|
@ -170,12 +161,12 @@ const visibleColumns = ref<string[]>([
|
|||
"position",
|
||||
"posType",
|
||||
"posLevel",
|
||||
"group",
|
||||
"salaryLevel",
|
||||
"amount",
|
||||
"amountUse",
|
||||
"positionSalaryAmount",
|
||||
"isRetired",
|
||||
"group",
|
||||
"salaryLevel",
|
||||
]);
|
||||
|
||||
/** modalDialog*/
|
||||
|
|
@ -315,7 +306,7 @@ watch(
|
|||
store.roundMainCode === 'OCT'
|
||||
? columns
|
||||
: columns
|
||||
? columns.slice(0, 12)
|
||||
? columns.slice(0, 11)
|
||||
: []
|
||||
"
|
||||
option-value="name"
|
||||
|
|
@ -331,7 +322,7 @@ watch(
|
|||
store.roundMainCode === 'OCT'
|
||||
? columns
|
||||
: columns
|
||||
? columns.slice(0, 10)
|
||||
? columns.slice(0, 11)
|
||||
: []
|
||||
"
|
||||
:rows="props.rows"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue