dispaly btn จัดลำดับข้อมูล ประวัติการศึกษา
This commit is contained in:
parent
efc6e7c258
commit
5c1e820b71
1 changed files with 6 additions and 1 deletions
|
|
@ -792,8 +792,13 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-tooltip>เพิ่มข้อมูล</q-tooltip></q-btn
|
<q-tooltip>เพิ่มข้อมูล</q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="isLeave == false && checkPermission($route)?.attrIsUpdate"
|
v-if="
|
||||||
|
isLeave == false &&
|
||||||
|
checkPermission($route)?.attrIsUpdate &&
|
||||||
|
empType === ''
|
||||||
|
"
|
||||||
round
|
round
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue