refactor: handle show table worker only !readonly
This commit is contained in:
parent
f479e6e016
commit
6b6ffe8163
1 changed files with 2 additions and 1 deletions
|
|
@ -411,7 +411,8 @@ watch(
|
|||
<q-tr
|
||||
v-show="
|
||||
currentBtnOpen[0].title === item.title &&
|
||||
currentBtnOpen[0].opened[props.rowIndex]
|
||||
currentBtnOpen[0].opened[props.rowIndex] &&
|
||||
!readonly
|
||||
"
|
||||
:props="props"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue