Workflow fix
This commit is contained in:
parent
34be207677
commit
816662cc5c
1 changed files with 5 additions and 3 deletions
|
|
@ -176,9 +176,9 @@ defineExpose({
|
|||
: ""
|
||||
: item.isApproveSetting
|
||||
? item.isApprove === true
|
||||
? "อนุมันติ"
|
||||
? "อนุมัติ"
|
||||
: item.isApprove === false
|
||||
? "ไม่อนุมันติ"
|
||||
? "ไม่อนุมัติ"
|
||||
: ""
|
||||
: ""
|
||||
}}
|
||||
|
|
@ -192,11 +192,13 @@ defineExpose({
|
|||
item.reason === null &&
|
||||
item.isApprove === null
|
||||
"
|
||||
unelevated
|
||||
rounded
|
||||
@click.prevent="
|
||||
(dataUserComment = item), (modalApprove = true)
|
||||
"
|
||||
label="แสดงความเห็น"
|
||||
color="public"
|
||||
color="blue"
|
||||
/>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue