From 03247d9b0392d2c9388b3228c7eef6533944460a Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Mon, 21 Dec 2020 17:38:17 +0800
Subject: [PATCH] 服务单

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

diff --git a/hive-app/pages/workbench/orderList.vue b/hive-app/pages/workbench/orderList.vue
index 3a0e318..8bd4ef2 100644
--- a/hive-app/pages/workbench/orderList.vue
+++ b/hive-app/pages/workbench/orderList.vue
@@ -44,31 +44,6 @@
 					</view>
 				</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>
@@ -123,6 +98,7 @@
 		border-radius: 4px;
 		margin: 10px;
 		color: #3a3f3f;
+		border: 1px solid #EDEAF4;
 	}
 	.list-header{
 		display: flex;

--
Gitblit v1.9.1