|
|
@@ -6,7 +6,7 @@
|
|
|
<view class="search-content">
|
|
|
<view class="search-bar">
|
|
|
<cwg-combox v-model:value="search.types" :options="typeList"
|
|
|
- :placeholder="t('placeholder.choose')" />
|
|
|
+ :placeholder="t('placeholder.choose')" :clearable="false"/>
|
|
|
<uni-datetime-picker type="daterange" v-model="search.date"
|
|
|
:placeholder="t('placeholder.Start') + ' - ' + t('placeholder.End')"
|
|
|
@change="handleDateChange" />
|