Add remove chip button only if is manual
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9283b190b0
commit
6019c7f7b2
|
@ -84,6 +84,7 @@ const showWorkerTimeForm = () => emit('showWorkerTimeForm');
|
||||||
toTimeFormat(hour)
|
toTimeFormat(hour)
|
||||||
}}</span>
|
}}</span>
|
||||||
<QIcon
|
<QIcon
|
||||||
|
v-if="manual"
|
||||||
name="cancel"
|
name="cancel"
|
||||||
class="remove-icon"
|
class="remove-icon"
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|
Loading…
Reference in New Issue