refactor: workflow => no step detail display '-'
This commit is contained in:
parent
1c136f93c2
commit
34cc97e51b
1 changed files with 1 additions and 1 deletions
|
|
@ -390,12 +390,12 @@ onMounted(async () => {
|
||||||
<q-input
|
<q-input
|
||||||
:bg-color="readonly ? 'transparent' : ''"
|
:bg-color="readonly ? 'transparent' : ''"
|
||||||
:readonly
|
:readonly
|
||||||
v-model="step.detail"
|
|
||||||
class="col-6"
|
class="col-6"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
:label="$t('general.detail')"
|
:label="$t('general.detail')"
|
||||||
|
:model-value="!readonly ? step.detail : step.detail || '-'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue