|
|
@@ -22,12 +22,16 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
<template v-slot:title>
|
|
|
- <view style="position: relative;display: flex;flex-direction: column;margin:20rpx;height: 120rpx; line-height: 66rpx;
|
|
|
+ <view style="position: relative;display: flex;flex-direction: column;margin:20rpx;height: 200rpx; line-height: 66rpx;
|
|
|
color: #545454; ">
|
|
|
<view>
|
|
|
|
|
|
联系电话:{{ item.phonenumber }}
|
|
|
</view>
|
|
|
+ <view v-if="item.dept!= null">
|
|
|
+
|
|
|
+ 所属客户:{{ item.dept.deptName}}
|
|
|
+ </view>
|
|
|
<view>
|
|
|
|
|
|
创建时间:{{ item.createTime }}
|