fix: new deal dialog
This commit is contained in:
parent
256a4bba25
commit
98f76e1417
@ -10,7 +10,7 @@
|
|||||||
:options="field.options"
|
:options="field.options"
|
||||||
v-model="newDeal[field.name]"
|
v-model="newDeal[field.name]"
|
||||||
>
|
>
|
||||||
<template v-if="field.name == 'deal_status'" #prefix>
|
<template v-if="field.name == 'status'" #prefix>
|
||||||
<IndicatorIcon :class="dealStatuses[newDeal[field.name]].color" />
|
<IndicatorIcon :class="dealStatuses[newDeal[field.name]].color" />
|
||||||
</template>
|
</template>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
@ -153,7 +153,7 @@ const allFields = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Status',
|
label: 'Status',
|
||||||
name: 'deal_status',
|
name: 'status',
|
||||||
type: 'select',
|
type: 'select',
|
||||||
options: statusDropdownOptions(props.newDeal, 'deal'),
|
options: statusDropdownOptions(props.newDeal, 'deal'),
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user