clearable
This commit is contained in:
parent
5a7622a0c7
commit
447cbc7b27
6 changed files with 63 additions and 9 deletions
|
|
@ -369,7 +369,7 @@
|
|||
>
|
||||
</q-icon>
|
||||
</template>
|
||||
<template v-if="finishDate" v-slot:append>
|
||||
<template v-if="finishDate && edit" v-slot:append>
|
||||
<q-icon
|
||||
name="cancel"
|
||||
@click.stop.prevent="finishDate = null"
|
||||
|
|
@ -381,7 +381,6 @@
|
|||
</datepicker>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
{{ isEducation }}
|
||||
<selector
|
||||
:class="getClass(edit)"
|
||||
:outlined="edit"
|
||||
|
|
@ -395,7 +394,6 @@
|
|||
@update:modelValue="clickEditRow"
|
||||
emit-value
|
||||
map-options
|
||||
clearable
|
||||
option-label="name"
|
||||
:options="Ops.positionPathOptions"
|
||||
option-value="id"
|
||||
|
|
@ -404,7 +402,15 @@
|
|||
@filter="(inputValue:any,
|
||||
doneFn:Function) => filterSelector(inputValue, doneFn,'positionPathOptions'
|
||||
) "
|
||||
/>
|
||||
>
|
||||
<template v-if="isEducation !== null && edit" v-slot:append>
|
||||
<q-icon
|
||||
name="cancel"
|
||||
@click.stop.prevent="isEducation = null"
|
||||
class="cursor-pointer"
|
||||
/>
|
||||
</template>
|
||||
</selector>
|
||||
</div>
|
||||
<div class="col-xs-6 col-sm-6 col-md-6">
|
||||
<q-input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue