fix status
This commit is contained in:
parent
474a856eb0
commit
1acf5c4d4f
1 changed files with 6 additions and 1 deletions
|
|
@ -364,10 +364,15 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
<q-tooltip>รายละเอียด</q-tooltip>
|
<q-tooltip>รายละเอียด</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
|
{{}}
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="
|
v-if="
|
||||||
checkPermission($route)?.attrIsGet &&
|
checkPermission($route)?.attrIsGet &&
|
||||||
checkPermission($route)?.attrIsUpdate
|
checkPermission($route)?.attrIsUpdate &&
|
||||||
|
(props.row.status === 'WAITTING' ||
|
||||||
|
props.row.status === 'PENDING' ||
|
||||||
|
props.row.status === 'APPROVE' ||
|
||||||
|
props.row.status === 'REJECT')
|
||||||
"
|
"
|
||||||
flat
|
flat
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue