Ver Fonte

日历组件

qukaidi há 4 anos atrás
pai
commit
2e95d8c2ba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      uview-ui/components/u-calendar/u-calendar.vue

+ 1 - 1
uview-ui/components/u-calendar/u-calendar.vue

@@ -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>