fix responsible not showing close #50
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
:label="$t('responsible')"
|
:label="$t('responsible')"
|
||||||
filled
|
filled
|
||||||
:options="props.responsibles"
|
:options="props.responsibles"
|
||||||
:option-label="(opt) => opt.firstName + ' ' + opt.lastName"
|
:option-label="(opt) => opt.member.firstName + ' ' + opt.member.lastName"
|
||||||
v-model="localMember.responsible"
|
v-model="localMember.responsible"
|
||||||
></q-select>
|
></q-select>
|
||||||
<q-input
|
<q-input
|
||||||
|
|||||||
Reference in New Issue
Block a user