Browse Source

修改H5兼容

wzh 1 year ago
parent
commit
8b8272a41c
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/user/list.vue

+ 5 - 1
pages/user/list.vue

@@ -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 }}