Merge branch 'develop'
This commit is contained in:
commit
7ef2c73a7f
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ onMounted(async () => {
|
||||||
v-if="
|
v-if="
|
||||||
props.row.status != 'DELETE' &&
|
props.row.status != 'DELETE' &&
|
||||||
props.row.status != 'REJECT' &&
|
props.row.status != 'REJECT' &&
|
||||||
props.row.status != 'CANCEL'
|
props.row.status != 'CANCEL' &&
|
||||||
|
props.row.status != 'DELETING'
|
||||||
"
|
"
|
||||||
flat
|
flat
|
||||||
icon="mdi-dots-vertical"
|
icon="mdi-dots-vertical"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue