浏览代码

修改bug

chenrui 5 月之前
父节点
当前提交
1108e6ab7f

+ 1 - 1
src/views/financialManagement/financialCollection/list.vue

@@ -81,7 +81,7 @@
           ,已退金额
           <strong>{{ totalData&&(totalData.refundedAmount || totalData.refundedAmount==0) ? toThousands(totalData.refundedAmount) : '--' }}</strong>
           <a-tooltip placement="bottom" title="实收金额=已收金额-退款中金额-已退金额">,<span style="color:#ED1c24;">实收金额</span><a-icon type="question-circle" style="margin:0 10px 0 5px;color:#ED1c24;"/></a-tooltip>
-          <strong style="color:#ED1c24;" v-if="receivedPriceFlag">{{ receivedPrice?toThousands(receivedPrice):'--' }}</strong>
+          <strong style="color:#ED1c24;" v-if="receivedPriceFlag">{{ (receivedPrice||receivedPrice==0)?toThousands(receivedPrice):'--' }}</strong>
           <span style="color:#ED1c24;" v-else>--</span>
         </div>
       </a-alert>

+ 1 - 1
src/views/numsGoodsShelves/withdrawalManagementNew/list.vue

@@ -21,7 +21,7 @@
         <div style="margin:10px 0">
           <p>可提现金额:<strong style="color:#ed1c24;">{{ pageInfo&&(pageInfo.activeAmount||pageInfo.activeAmount==0)?toThousands(pageInfo.activeAmount):'--' }}</strong></p>
           <p>账户总金额:{{ (totalAmount||totalAmount==0)?toThousands(totalAmount):'--' }}(包含到账金额:<span>{{ (accountAmount||accountAmount==0)?toThousands(accountAmount):'--' }}</span>,在途金额:{{ pageInfo&&(pageInfo.floatAmount||pageInfo.floatAmount==0)?toThousands(pageInfo.floatAmount):'--' }})</p>
-          <p v-if="pageInfo&&pageInfo.freezeRuleAmount">保证金:{{ toThousands(pageInfo.freezeRuleAmount) }}(已冻结金额:{{ pageInfo&&(pageInfo.freezeAmount||freezeAmount==0)?toThousands(pageInfo.freezeAmount):'--' }})</p>
+          <p v-if="pageInfo&&pageInfo.freezeRuleAmount">保证金:{{ toThousands(pageInfo.freezeRuleAmount) }}(已冻结金额:{{ pageInfo&&(pageInfo.freezeAmount||pageInfo.freezeAmount==0)?toThousands(pageInfo.freezeAmount):'--' }})</p>
           <p style="margin-top:10px;">(提示:①提现手续费为0.5元/笔;②资金到账周期:线上支付订单出库后自然日+10天;③订单被审核不通过或修理厂取消订单后,将在1-3个工作日原路返回对应金额)</p>
         </div>
         <a-button