updated
This commit is contained in:
parent
eedddc19ae
commit
24c15e68b8
1 changed files with 2 additions and 1 deletions
|
|
@ -902,7 +902,8 @@ onMounted(async () => {
|
|||
<q-item
|
||||
v-if="
|
||||
props.row.nodeName !== null &&
|
||||
props.row.statusId !== 'CONTAIN'
|
||||
props.row.statusId !== 'CONTAIN' &&
|
||||
props.row.statusId !== 'DISCLAIM'
|
||||
"
|
||||
clickable
|
||||
v-close-popup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue