ปุ่มแก้ไขคำถาม OWNER
This commit is contained in:
parent
55f865baf7
commit
2d8e11afa3
1 changed files with 3 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ const {
|
|||
hideLoader,
|
||||
success,
|
||||
dialogConfirm,
|
||||
onSearchDataTable
|
||||
onSearchDataTable,
|
||||
} = mixin;
|
||||
|
||||
/** คอลัมน์ */
|
||||
|
|
@ -310,7 +310,8 @@ onMounted(async () => {
|
|||
<q-btn
|
||||
v-if="
|
||||
checkPermission($route)?.attrIsGet &&
|
||||
checkPermission($route)?.attrIsUpdate
|
||||
checkPermission($route)?.attrIsUpdate &&
|
||||
checkPermission($route)?.attrOwnership == 'OWNER'
|
||||
"
|
||||
color="blue-9"
|
||||
icon="mdi-square-edit-outline"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue