|
@@ -48,7 +48,7 @@
|
|
|
<view class="u-calendar__bottom">
|
|
|
<view class="u-calendar__bottom__choose">
|
|
|
<text>{{mode == 'date' ? activeDate : startDate}}</text>
|
|
|
- <text v-if="endDate">至{{endDate}}</text>
|
|
|
+ <text v-if="endDate">-{{endDate}}</text>
|
|
|
</view>
|
|
|
<view class="u-calendar__bottom__btn">
|
|
|
<u-button :type="btnType" shape="circle" size="default" @click="btnFix(false)">确定</u-button>
|