From 89f5b56b274fffec61a16ff9074d8c7a5f28523b Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 17 十二月 2022 14:32:19 +0800
Subject: [PATCH] #

---
 pages/business/cstmr/cstmrDetails.vue |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/pages/business/cstmr/cstmrDetails.vue b/pages/business/cstmr/cstmrDetails.vue
index 02409e3..f564f8c 100644
--- a/pages/business/cstmr/cstmrDetails.vue
+++ b/pages/business/cstmr/cstmrDetails.vue
@@ -1,8 +1,65 @@
 <template>
+	<view>
+		<scroll-view scroll-y="true" >
+			<view class="header">
+				<view class="cstmr-name">
+					<image src="../../../static/image/jiafangdanwei.png" mode="aspectFit"></image>
+					<view>{{cstmr.name}}</view>
+				</view>
+				<view class="cstmr-tel">{{cstmr.tel}} | {{cstmr.addr}} | {{cstmr.cstman}}</view>
+			</view>
+			<view class="container">
+				<view><y-title title="璇︾粏璧勬枡"></y-title></view>
+				<view class="list-item1">瀹㈡埛浠e彿</view><view class="list-item2">{{cstmr.name}}</view>
+				<view class="list-item1">璇︾粏鍦板潃</view><view class="list-item2">{{cstmr.name}}</view>
+				<view class="list-item1">鐢佃瘽</view><view class="list-item2">{{cstmr.name}}</view>
+				<view class="list-item1">澶囨敞</view><view class="list-item2">{{cstmr.name  ? cstmr.name : '--'}}</view>
+				<view class="list-item1">瀹㈡埛绫诲埆</view><view class="list-item2">{{cstmr.name}}</view>
+				<view class="list-item1">鍒涘缓浜�</view><view class="list-item2">{{cstmr.name}}</view>
+				<view class="list-item1">鍒涘缓鏃堕棿</view><view class="list-item2">{{cstmr.name}}</view>
+			</view>
+		</scroll-view>
+	</view>
 </template>
 
 <script>
+	export default {
+		data() {
+			return {
+				cstmr: {
+					name: '娌冲寳鍚涢偊涔充笟鏈夐檺鍏徃',
+					tel: '15067665399',
+					addr: '娌冲寳鐪侀偗閮稿競鍚涢偊涔充笟鏈夐檺鍏徃',
+					cstman: '鏈辨槑蹇�'
+				}
+			}
+		}
+	}
 </script>
 
 <style>
+	.header {
+		width: auto;
+		height: 110rpx;
+		background-color: #f8f8f8;
+		padding: 30px 20px 10px 20px;
+	}
+	.cstmr-name {
+		display: flex;
+		height: 35rpx;
+		line-height: 35rpx;
+		text-indent: 10rpx;
+		font-size: 36rpx;
+		color: #606266;
+	}
+	.cstmr-name image {
+		width: 35rpx;
+		height: 35rpx;
+	}
+	.cstmr-tel {
+		height: 60rpx;
+		line-height: 60rpx;
+		font-size: 24rpx;
+		color: #303133;
+	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1