From 0bcfecbfb194ab908fc33dee9cae43c7a77b608d Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 17 Mar 2021 14:35:43 +0800
Subject: [PATCH] Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into score_shop

---
 zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/updateOrderTime.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/updateOrderTime.html b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/updateOrderTime.html
index 9d7bdf9..976e611 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/updateOrderTime.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/updateOrderTime.html
@@ -55,11 +55,11 @@
 	
 	<div class="form-group">
 		 
-			<label class="col-sm-2 control-label">订单时间</label>
+			<label class="col-sm-2 control-label">收款时间</label>
 			<div class="col-sm-4">
-				<input autocomplete="off"   name="orderTime" type="text"
+				<input autocomplete="off"   name="payTime" type="text"
 					class="form-control  datetimepicker"
-					   th:value="${#dates.format(order.orderTime, 'yyyy-MM-dd hh:mm')}" />
+					   th:value="${#dates.format(order.payTime, 'yyyy-MM-dd hh:mm')}" />
 			</div>
 	</div>
 <br>

--
Gitblit v1.9.1