ปิดปุ่ม กำลังดำเนินการยกเลิก
This commit is contained in:
parent
9688d7e22e
commit
49c316c062
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ onMounted(async () => {
|
|||
v-if="
|
||||
props.row.status != 'DELETE' &&
|
||||
props.row.status != 'REJECT' &&
|
||||
props.row.status != 'CANCEL'
|
||||
props.row.status != 'CANCEL' &&
|
||||
props.row.status != 'DELETING'
|
||||
"
|
||||
flat
|
||||
icon="mdi-dots-vertical"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue