Merge branch 'develop' into devTee
This commit is contained in:
commit
91bd6fc53c
3 changed files with 16 additions and 8 deletions
|
|
@ -249,7 +249,10 @@ onMounted(async () => {
|
|||
</div>
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="workflowRef?.permission.isUpdate"
|
||||
v-if="
|
||||
workflowRef?.permission.isUpdate &&
|
||||
topicConvert(dataRequest.topic) !== ''
|
||||
"
|
||||
color="public"
|
||||
:label="topicConvert(dataRequest.topic)"
|
||||
@click="onUpdate(dataRequest)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue