shish 4 سال پیش
والد
کامیت
c4e1dd4783
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      ghsApp/src/admin/home/components/OrderItem.vue
  2. 1 1
      ghsApp/src/pagesOrder/detail.vue
  3. 2 2
      ghsApp/src/pagesStore/me/withdraw.vue

+ 1 - 1
ghsApp/src/admin/home/components/OrderItem.vue

@@ -21,7 +21,7 @@
         </view>
         </view>
         <view class="order-info_box">
         <view class="order-info_box">
             <view>日期:</view>
             <view>日期:</view>
-            <view>{{ item.addTime?item.addTime.substr(5,16):'' }}</view>
+            <view>{{ item.addTime?item.addTime.substr(5,11):'' }}</view>
         </view>
         </view>
         <view class="order-info_box">
         <view class="order-info_box">
             <view>单号:</view>
             <view>单号:</view>

+ 1 - 1
ghsApp/src/pagesOrder/detail.vue

@@ -22,7 +22,7 @@
 			<view class="bills-info_box content-box">
 			<view class="bills-info_box content-box">
 				<view class="order-info_box">
 				<view class="order-info_box">
 					<view>订单日期:</view>
 					<view>订单日期:</view>
-					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,16):'' }}</view>
+					<view>{{ detailInfo.addTime?detailInfo.addTime.substr(5,11):'' }}</view>
 				</view>
 				</view>
 				<view class="order-info_box">
 				<view class="order-info_box">
 					<view>订单编号:</view>
 					<view>订单编号:</view>

+ 2 - 2
ghsApp/src/pagesStore/me/withdraw.vue

@@ -42,8 +42,8 @@ export default {
 		return {
 		return {
 			columns: [
 			columns: [
 				{
 				{
-					name: "提现时间",
-					dataIndex: "updateTime",
+					name: "申请时间",
+					dataIndex: "addTime",
 					color: "info",
 					color: "info",
 					align: "center"
 					align: "center"
 				},
 				},