소스 검색

修改H5兼容

wzh 1 년 전
부모
커밋
8b8272a41c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  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 }}