|
@@ -28,10 +28,10 @@
|
|
|
<div style="float: right">
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.unamount < 0" style="color: #E13333">
|
|
|
- ¥{{listby.unamount>10000 ?tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount>100000000?tool.formatAmount(listby.unamount/100000000,2)+'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
+ ¥{{listby.unamount<-10000 ?tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount<-100000000?tool.formatAmount(listby.unamount/100000000,2)+'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
- ¥{{listby.unamount>10000 ?tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount>100000000?tool.formatAmount(listby.unamount/100000000,2) +'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
+ ¥{{listby.unamount >10000 ? tool.formatAmount(listby.unamount/10000,2)+'万':listby.unamount>100000000?tool.formatAmount(listby.unamount/100000000,2)+'亿':tool.formatAmount(listby.unamount,2)}}
|
|
|
</span>
|
|
|
</span>
|
|
|
</div>
|
|
@@ -43,8 +43,12 @@
|
|
|
<el-row>
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
- {{'¥'+listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)
|
|
|
- +'/'+ '¥'+listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ <span>
|
|
|
+ ¥ {{listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -70,7 +74,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.unoutamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listby.unoutamount,2)}}-->
|
|
|
- ¥{{listby.unamount>10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount>100000000?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
+ ¥{{listby.unamount<-10000 ?tool.formatAmount(listby.unoutamount/10000,2)+'万':listby.unoutamount<-100000000?tool.formatAmount(listby.unoutamount/100000000,2)+'亿':tool.formatAmount(listby.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listby.unoutamount,2)}}-->
|
|
@@ -86,9 +90,13 @@
|
|
|
<el-row>
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
+ <span>
|
|
|
+ ¥ {{listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
<!-- {{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}-->
|
|
|
- {{'¥'+listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)
|
|
|
- +'/'+ '¥'+listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -115,7 +123,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listby.uninvoiceamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}-->
|
|
|
- ¥{{listby.uninvoiceamount>10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount>100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
+ ¥{{listby.uninvoiceamount<-10000 ?tool.formatAmount(listby.uninvoiceamount/10000,2)+'万':listby.uninvoiceamount<-100000000?tool.formatAmount(listby.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listby.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listby.uninvoiceamount,2)}}-->
|
|
@@ -132,8 +140,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{'¥'+tool.formatAmount(listby.amount,2) + '/'+ '¥'+ tool.formatAmount(listby.target_l,2)}}-->
|
|
|
- {{'¥'+listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)
|
|
|
- +'/'+ '¥'+listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)
|
|
|
+ +'/'+ '¥'+listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listby.amount>10000 ?tool.formatAmount(listby.amount/10000,2) + '万':listby.amount>100000000?tool.formatAmount(listby.amount/100000000,2)+ '亿':tool.formatAmount(listby.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listby.target_l>10000 ?tool.formatAmount(listby.target_l/10000,2) + '亿':tool.formatAmount(listby.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -171,7 +185,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.unamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unamount,2)}}-->
|
|
|
- ¥{{listbj.unamount>10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount>100000000?tool.formatAmount(listbj.unamount/100000000,2)+'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
+ ¥{{listbj.unamount<-10000 ?tool.formatAmount(listbj.unamount/10000,2)+'万':listbj.unamount<-100000000?tool.formatAmount(listbj.unamount/100000000,2)+'亿':tool.formatAmount(listbj.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unamount,2)}}-->
|
|
@@ -189,8 +203,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}-->
|
|
|
- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
- +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
+ +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -217,7 +237,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.unoutamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unoutamount,2)}}-->
|
|
|
- ¥{{listbj.unamount>10000 ?tool.formatAmount(listbj.unoutamount/10000,2)+'万':listbj.unoutamount>100000000?tool.formatAmount(listbj.unoutamount/100000000,2)+'亿':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
+ ¥{{listbj.unamount<-10000 ?tool.formatAmount(listbj.unoutamount/10000,2)+'万':listbj.unoutamount<-100000000?tool.formatAmount(listbj.unoutamount/100000000,2)+'亿':tool.formatAmount(listbj.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.unoutamount,2)}}-->
|
|
@@ -234,8 +254,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}-->
|
|
|
- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
- +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
+ +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -262,7 +288,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbj.uninvoiceamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.uninvoiceamount,2)}}-->
|
|
|
- ¥{{listbj.uninvoiceamount>10000 ?tool.formatAmount(listbj.uninvoiceamount/10000,2)+'万':listbj.uninvoiceamount>100000000?tool.formatAmount(listbj.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbj.uninvoiceamount<-10000 ?tool.formatAmount(listbj.uninvoiceamount/10000,2)+'万':listbj.uninvoiceamount<-100000000?tool.formatAmount(listbj.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbj.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbj.uninvoiceamount,2)}}-->
|
|
@@ -279,8 +305,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbj.amount,2) + '/'+ tool.formatAmount(listbj.target_l,2)}}-->
|
|
|
- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
- +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)
|
|
|
+ +'/'+ '¥'+listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbj.amount>10000 ?tool.formatAmount(listbj.amount/10000,2) + '万':listbj.amount>100000000?tool.formatAmount(listbj.amount/100000000,2)+ '亿':tool.formatAmount(listbj.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbj.target_l>10000 ?tool.formatAmount(listbj.target_l/10000,2) + '亿':tool.formatAmount(listbj.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -319,7 +351,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.unamount,2)}}-->
|
|
|
- ¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount>100000000?tool.formatAmount(listbn.unamount/100000000,2)+'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
+ ¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unamount/10000,2)+'万':listbn.unamount<-100000000?tool.formatAmount(listbn.unamount/100000000,2)+'亿':tool.formatAmount(listbn.unamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.unamount,2)}}-->
|
|
@@ -336,8 +368,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}-->
|
|
|
- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
+ +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -363,7 +401,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.unoutamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.unoutamount,2)}}-->
|
|
|
- ¥{{listbn.unamount>10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount>100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
+ ¥{{listbn.unamount<-10000 ?tool.formatAmount(listbn.unoutamount/10000,2)+'万':listbn.unoutamount<-100000000?tool.formatAmount(listbn.unoutamount/100000000,2)+'亿':tool.formatAmount(listbn.unoutamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.unoutamount,2)}}-->
|
|
@@ -381,8 +419,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}-->
|
|
|
- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
+ +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
@@ -409,7 +453,7 @@
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<span v-if="listbn.uninvoiceamount < 0" style="color: #E13333">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.uninvoiceamount,2)}}-->
|
|
|
- ¥{{listbn.uninvoiceamount>10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount>100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
+ ¥{{listbn.uninvoiceamount<-10000 ?tool.formatAmount(listbn.uninvoiceamount/10000,2)+'万':listbn.uninvoiceamount<-100000000?tool.formatAmount(listbn.uninvoiceamount/100000000,2)+'亿':tool.formatAmount(listbn.uninvoiceamount,2)}}
|
|
|
</span>
|
|
|
<span v-else style="color: #009270">
|
|
|
<!-- ¥{{tool.formatAmount(listbn.uninvoiceamount,2)}}-->
|
|
@@ -427,8 +471,14 @@
|
|
|
<el-col>
|
|
|
<span style="font-size: 12px;padding: 0 0 0 5px">
|
|
|
<!-- {{tool.formatAmount(listbn.amount,2) + '/'+ tool.formatAmount(listbn.target_l,2)}}-->
|
|
|
- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
- +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+<!-- {{'¥'+listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)
|
|
|
+ +'/'+ '¥'+listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}-->
|
|
|
+ <span>
|
|
|
+ ¥ {{listbn.amount>10000 ?tool.formatAmount(listbn.amount/10000,2) + '万':listbn.amount>100000000?tool.formatAmount(listbn.amount/100000000,2)+ '亿':tool.formatAmount(listbn.amount,2)}}
|
|
|
+ </span>
|
|
|
+ <span>
|
|
|
+ /¥ {{listbn.target_l>10000 ?tool.formatAmount(listbn.target_l/10000,2) + '亿':tool.formatAmount(listbn.target_l,2) + '万'}}
|
|
|
+ </span>
|
|
|
</span>
|
|
|
</el-col>
|
|
|
</el-row>
|