UI ทะเบียนประวัติ Part 1
This commit is contained in:
parent
cb49d7e0ab
commit
d448de5784
12 changed files with 1111 additions and 27 deletions
|
|
@ -109,7 +109,15 @@ const baseColumns = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
|
||||
{
|
||||
name: "position",
|
||||
align: "left",
|
||||
label: "ตำแหน่ง",
|
||||
sortable: true,
|
||||
field: "position",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "positionType",
|
||||
align: "left",
|
||||
|
|
@ -166,6 +174,7 @@ const visibleColumns = ref<string[]>([
|
|||
"positionSalaryAmount",
|
||||
"mouthSalaryAmount",
|
||||
"posNo",
|
||||
"position",
|
||||
"positionType",
|
||||
"positionLevel",
|
||||
"templateDoc",
|
||||
|
|
@ -718,7 +727,9 @@ onMounted(() => {
|
|||
<q-btn
|
||||
v-if="isLeave == false && checkPermission($route)?.attrIsUpdate"
|
||||
flat
|
||||
:disable="props.row.commandId !== null && props.row.commandId !== ''"
|
||||
:disable="
|
||||
props.row.commandId !== null && props.row.commandId !== ''
|
||||
"
|
||||
:color="props.row.commandId ? 'grey' : 'edit'"
|
||||
dense
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue