Răsfoiți Sursa

客户列表

shish 3 ani în urmă
părinte
comite
1526d5842c
1 a modificat fișierele cu 3 adăugiri și 4 ștergeri
  1. 3 4
      ghsPad/src/pages/home/components/customerList.vue

+ 3 - 4
ghsPad/src/pages/home/components/customerList.vue

@@ -7,7 +7,7 @@
           <view class="name">{{item.name}}</view>
         </view>
         <view class="footer-box">
-          <view> {{item.updateTime.substr(5,11)}} </view>
+          <view style="padding-left:3upx;"> {{item.debtAmount && Number(item.debtAmount)>0 ? '-¥'+parseFloat(item.debtAmount) : '--'}} </view>
         </view>
       </view>
     </view>
@@ -94,7 +94,7 @@ export default {
     overflow-y: scroll;
     & .userList-item_box {
       margin: 0 5upx 5upx 0;
-      width: 96upx;
+      width: 95upx;
       height: 60upx;
       border: 1px solid #3385FF;
       padding: 3upx;
@@ -111,9 +111,8 @@ export default {
           color:#3385FF;
           padding-left: 2upx;
           overflow:hidden;
-          text-overflow:ellipsis;
           white-space:nowrap;
-          width:75upx;
+          width:82upx;
         }
         & > .img {
           width: 16upx;