|
@@ -16,7 +16,7 @@
|
|
|
<a-tooltip placement="right">
|
|
|
<template slot="title">
|
|
|
<p>待结金额:指客户已经扫码从数字货架取走配件,但还没有结算</p>
|
|
|
- <p>冻结金额:指客户已经下单,但还没有从数字货架取走配件</p>
|
|
|
+ <!-- <p>冻结金额:指客户已经下单,但还没有从数字货架取走配件</p> -->
|
|
|
</template>
|
|
|
<a-icon type="question-circle" style="display: inline-block;margin: 12px 0 0 12px;"/>
|
|
|
</a-tooltip>
|
|
@@ -28,9 +28,9 @@
|
|
|
<a-descriptions-item label="待结金额">
|
|
|
<span>{{ total && toThousands(total.waitSettleAmount,2) }}</span>
|
|
|
</a-descriptions-item>
|
|
|
- <a-descriptions-item label="冻结金额">
|
|
|
+ <!-- <a-descriptions-item label="冻结金额">
|
|
|
<span>{{ total && toThousands(total.freezeAmount,2) }}</span>
|
|
|
- </a-descriptions-item>
|
|
|
+ </a-descriptions-item> -->
|
|
|
<a-descriptions-item label="可用额度">
|
|
|
<span>{{ total && toThousands(total.usableAmount,2) }}</span>
|
|
|
</a-descriptions-item>
|