shish %!s(int64=2) %!d(string=hai) anos
pai
achega
49da2a5d0e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsPad/src/pages/home/components/customerList.vue

+ 1 - 1
ghsPad/src/pages/home/components/customerList.vue

@@ -17,7 +17,7 @@
             <view class="name">{{item.name}}</view>
           </view>
           <view class="footer-box">
-            <view style="padding-left:3upx;"> {{item.debtAmount && Number(item.debtAmount)>0 ? '-¥'+parseFloat(item.debtAmount) : '-'}} </view>
+            <view style="padding-left:3upx;">-</view>
           </view>
         </view>
       </block>