refactor: workflow => no step detail display '-'

This commit is contained in:
puriphatt 2024-12-19 10:43:51 +07:00
parent 1c136f93c2
commit 34cc97e51b

View file

@ -390,12 +390,12 @@ onMounted(async () => {
<q-input
:bg-color="readonly ? 'transparent' : ''"
:readonly
v-model="step.detail"
class="col-6"
type="textarea"
dense
outlined
:label="$t('general.detail')"
:model-value="!readonly ? step.detail : step.detail || '-'"
/>
<div class="col-6">