@@ -765,7 +765,7 @@ | |||||
this.lineOptsect = { | this.lineOptsect = { | ||||
"categories": list, | "categories": list, | ||||
"series": [{ | "series": [{ | ||||
"name": "", | |||||
"name": "销讲一级", | |||||
"data": list1 | "data": list1 | ||||
}] | }] | ||||
} | } | ||||
@@ -64,7 +64,7 @@ | |||||
</view> | </view> | ||||
<!-- 接待记录 --> | <!-- 接待记录 --> | ||||
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 600rpx;"> | |||||
<view class="tabactive1" v-if="activeTotal==0" style="min-height: 800rpx;"> | |||||
<view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;"> | <view v-if="Thevisitingrecords.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;"> | ||||
<view style="width: 100%;padding-top: 60rpx;"> | <view style="width: 100%;padding-top: 60rpx;"> | ||||
<view style="width: 100%;text-align: center;"> | <view style="width: 100%;text-align: center;"> | ||||
@@ -105,7 +105,7 @@ | |||||
<!-- 跟进记录 --> | <!-- 跟进记录 --> | ||||
<view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;"> | <view class="tabactive2" v-if="activeTotal==1" style="min-height: 600rpx;"> | ||||
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;"> | |||||
<view v-if="fllowList.length==0" style="width: 100%;height: 100%;display: flex;align-items: center;background-color: #FFFFFF;"> | |||||
<view style="width: 100%;padding-top: 60rpx;"> | <view style="width: 100%;padding-top: 60rpx;"> | ||||
<view style="width: 100%;text-align: center;"> | <view style="width: 100%;text-align: center;"> | ||||
<image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image> | <image style="width: 220rpx;height: 200rpx;" src="https://static.quhouse.com/zhikong_xcx_img/nodatalist.png" mode=""></image> | ||||
@@ -6,7 +6,7 @@ | |||||
<view class="title"> | <view class="title"> | ||||
<view class="titletext">客户姓名</view> | <view class="titletext">客户姓名</view> | ||||
<view class="titletext2"> | <view class="titletext2"> | ||||
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" type="text" placeholder="请输入客户姓名(必填)" /> | |||||
<input class="titletext-input" style="color: #333333;" v-model="parames.name" placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="text" placeholder="请输入客户姓名(必填)" /> | |||||
</view> | </view> | ||||
<view class="titleimg"> | <view class="titleimg"> | ||||
<!-- <image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> --> | <!-- <image class="titleimg1" src="../../../static/images/arrow.png" mode=""></image> --> | ||||
@@ -23,7 +23,7 @@ | |||||
<view class="title"> | <view class="title"> | ||||
<view class="titletext">联系电话</view> | <view class="titletext">联系电话</view> | ||||
<view class="titletext2"> | <view class="titletext2"> | ||||
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" type="text" placeholder="请输入联系电话" /> | |||||
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="text" placeholder="请输入联系电话" /> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -85,7 +85,7 @@ | |||||
line-height: 102rpx; | line-height: 102rpx; | ||||
border: none; | border: none; | ||||
font-size: 30rpx; | font-size: 30rpx; | ||||
color: #303030; | |||||
color: #B2B2B2; | |||||
} | } | ||||
.cev{ | .cev{ | ||||
width: 690rpx; | width: 690rpx; | ||||