shish 7 месяцев назад
Родитель
Сommit
a1dda29e53

+ 1 - 1
hdApp/src/admin/home/components/order-item.vue

@@ -11,7 +11,7 @@
 					<view style="margin-top:3upx;">
 						<text>{{info.sendType==1?'取花':'配送'}}:</text>
 						<text>
-							{{info.reachDate.substr(5,5)}} {{info.reachPeriod}} 
+							{{info.reachDate.substr(5,5)}} {{info.reachPeriod}} 
 							<text v-if="info.sendType==1" style="color:#3385FF;font-weight:bold;margin-left:20upx;border:1upx solid #3385FF;border-radius: 6upx;padding:0 6upx;font-size:24upx;">到店自取</text>
 						</text>
 					</view>

+ 1 - 1
hdApp/src/admin/order/detail.vue

@@ -126,7 +126,7 @@
                 <text v-if="orderInfo.reachDate == orderInfo.today">今天</text>
                 <text v-else-if="orderInfo.reachDate == orderInfo.tomorrow">明天</text>
                 <text v-else>{{thisYear==orderInfo.reachDate.substr(0,4)?'':orderInfo.reachDate.substr(0,4)+'-'}}{{orderInfo.reachDate ? orderInfo.reachDate.substr(5,11):''}}</text>
-                <text class="ml-10">{{orderInfo.reachPeriod||''}}</text>
+                <text class="ml-10">{{orderInfo.reachPeriod||''}}</text>
               </view>
               <view class="price" v-if="orderInfo.cardInfo!=''">
                 <button @click="copyCard(orderInfo)" class="admin-button-com">复制贺卡内容</button>