อัตรากำลังลูกจ้างประจำ
This commit is contained in:
parent
783c121bc1
commit
4520f99ab6
1 changed files with 11 additions and 11 deletions
|
|
@ -122,15 +122,15 @@ const columns = ref<QTableProps["columns"]>([
|
||||||
headerStyle: "font-size: 14px",
|
headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
style: "font-size: 14px",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: "posMasterNo",
|
// name: "posMasterNo",
|
||||||
align: "left",
|
// align: "left",
|
||||||
label: "ตำแหน่งเลขที่",
|
// label: "ตำแหน่งเลขที่",
|
||||||
sortable: false,
|
// sortable: false,
|
||||||
field: "posMasterNo",
|
// field: "posMasterNo",
|
||||||
headerStyle: "font-size: 14px",
|
// headerStyle: "font-size: 14px",
|
||||||
style: "font-size: 14px",
|
// style: "font-size: 14px",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: "positionName",
|
name: "positionName",
|
||||||
align: "left",
|
align: "left",
|
||||||
|
|
@ -393,7 +393,7 @@ watch(
|
||||||
<q-tooltip>เพิ่มตำแหน่ง</q-tooltip>
|
<q-tooltip>เพิ่มตำแหน่ง</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
|
||||||
<q-btn
|
<!-- <q-btn
|
||||||
v-if="checkPermission($route)?.attrIsUpdate"
|
v-if="checkPermission($route)?.attrIsUpdate"
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
|
|
@ -403,7 +403,7 @@ watch(
|
||||||
@click="onClickSort()"
|
@click="onClickSort()"
|
||||||
>
|
>
|
||||||
<q-tooltip>จัดลำดับ</q-tooltip>
|
<q-tooltip>จัดลำดับ</q-tooltip>
|
||||||
</q-btn>
|
</q-btn> -->
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="checkPermission($route)?.attrIsUpdate"
|
v-if="checkPermission($route)?.attrIsUpdate"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue