From 7baf798ebef349d2d40879dc1ec6cbe48c245b94 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Fri, 18 Dec 2020 15:47:59 +0800
Subject: [PATCH] 商品详情

---
 hive-app/pages/workbench/orderList.vue |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/hive-app/pages/workbench/orderList.vue b/hive-app/pages/workbench/orderList.vue
index bb1fb8d..676e9db 100644
--- a/hive-app/pages/workbench/orderList.vue
+++ b/hive-app/pages/workbench/orderList.vue
@@ -43,6 +43,31 @@
 					<button class="blue-btn small-btn">取消订单</button>
 				</view>
 			</view>
+			<view class="order">
+				<view class="flex justify-between order-number">
+					<text class="font-14">订单号: N202012123556</text>
+					<text class="font-14 blue">已完成</text>
+				</view>
+				<view class="flex justify-between order-content">
+					<view class="flex flex-v">
+						<text class="font-12">李某某</text>
+						<text class="font-12 gray mt-10">2020-12-15 18:11:01</text>
+					</view>
+					<view class="flex flex-v">
+						<text class="font-12">应付金额</text>
+						<text class="font-12 mt-10">实付金额</text>
+					</view>
+					<view class="flex flex-v">
+						<text class="font-12">¥ 8000.00</text>
+						<text class="font-12 mt-10">¥ 8000.00</text>
+					</view>
+				</view>
+				<view class="flex justify-end">
+					<navigator url="./orderDetail">
+						<button class="blue-btn small-btn">查看详情</button>
+					</navigator>
+				</view>
+			</view>
 		</view>
 	</view>
 </template>

--
Gitblit v1.9.1