Преглед изворни кода

fix: 押金缴纳列表隐藏余额

carver пре 2 година
родитељ
комит
602eb61cb4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      antbuilder/industry/hospitalV2/components/deposit-list/index.axml

+ 1 - 1
antbuilder/industry/hospitalV2/components/deposit-list/index.axml

@@ -18,7 +18,7 @@
          </view>
          <view class="money">
           <text class="first">{{ detail.payTime }}</text>
-          <text class="second">余额:¥{{ detail.depositBalance }}</text>
+          <!-- <text class="second">余额:¥{{ detail.depositBalance }}</text> -->
         </view>
       </view>
     </view>