|
@@ -81,9 +81,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.y1l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.y1l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.y1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.y1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.y1pl ===0?'':scope.row.y1pl < 0?'green':'red'">(<i :class="scope.row.y1pl === 0?'':scope.row.y1pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.y1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -92,9 +92,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.y1h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.y1h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.y1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.y1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.y1ph ===0?'':scope.row.y1ph < 0?'green':'red'">(<i :class="scope.row.y1ph === 0?'':scope.row.y1ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.y1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -105,9 +105,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s1l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s1l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s1pl ===0?'':scope.row.s1pl < 0?'green':'red'">(<i :class="scope.row.s1pl === 0?'':scope.row.s1pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -116,9 +116,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s1h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s1h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s1ph ===0?'':scope.row.s1ph < 0?'green':'red'">(<i :class="scope.row.s1ph === 0?'':scope.row.s1ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -129,9 +129,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m1l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m1l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m1pl ===0?'':scope.row.m1pl < 0?'green':'red'">(<i :class="scope.row.m1pl === 0?'':scope.row.m1pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -140,9 +140,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m1h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m1h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m1a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m1a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m1ph ===0?'':scope.row.m1ph < 0?'green':'red'">(<i :class="scope.row.m1ph === 0?'':scope.row.m1ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -153,9 +153,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m2l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m2l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m2a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m2a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m2pl ===0?'':scope.row.m2pl < 0?'green':'red'">(<i :class="scope.row.m2pl === 0?'':scope.row.m2pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m2pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -164,9 +164,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m2h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m2h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m2a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m2a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m2ph ===0?'':scope.row.m2ph < 0?'green':'red'">(<i :class="scope.row.m2ph === 0?'':scope.row.m2ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m2ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -177,9 +177,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m3l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m3l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m3a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m3a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m3pl ===0?'':scope.row.m3pl < 0?'green':'red'">(<i :class="scope.row.m3pl === 0?'':scope.row.m3pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m3pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -188,9 +188,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m3h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m3h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m3a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m3a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m3ph ===0?'':scope.row.m3ph < 0?'green':'red'">(<i :class="scope.row.m3ph === 0?'':scope.row.m3ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m3ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -201,9 +201,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s2l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s2l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s2a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s2a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s2pl ===0?'':scope.row.s2pl < 0?'green':'red'">(<i :class="scope.row.s2pl === 0?'':scope.row.s2pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s2pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -212,9 +212,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s2h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s2h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s2a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s2a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s2ph ===0?'':scope.row.s2ph < 0?'green':'red'">(<i :class="scope.row.s2ph === 0?'':scope.row.s2ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s2ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -225,9 +225,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m4l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m4l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m4a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m4a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m4pl ===0?'':scope.row.m4pl < 0?'green':'red'">(<i :class="scope.row.m4pl === 0?'':scope.row.m4pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m4pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -236,9 +236,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m4h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m4h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m4a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m4a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m4ph ===0?'':scope.row.m4ph < 0?'green':'red'">(<i :class="scope.row.m4ph === 0?'':scope.row.m4ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m4ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -249,9 +249,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m5l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m5l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m5a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m5a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m5pl ===0?'':scope.row.m5pl < 0?'green':'red'">(<i :class="scope.row.m5pl === 0?'':scope.row.m5pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m5pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -260,9 +260,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m5h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m5h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m5a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m5a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m5ph ===0?'':scope.row.m5ph < 0?'green':'red'">(<i :class="scope.row.m5ph === 0?'':scope.row.m5ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m5ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -273,9 +273,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m6l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m6l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m6a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m6a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m6pl ===0?'':scope.row.m6pl < 0?'green':'red'">(<i :class="scope.row.m6pl === 0?'':scope.row.m6pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m6pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -284,9 +284,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m6h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m6h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m6a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m6a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m6ph ===0?'':scope.row.m6ph < 0?'green':'red'">(<i :class="scope.row.m6ph === 0?'':scope.row.m6ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m6ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -297,9 +297,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s3l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s3l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s3a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s3a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s3pl ===0?'':scope.row.s3pl < 0?'green':'red'">(<i :class="scope.row.s3pl === 0?'':scope.row.s3pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s3pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -308,9 +308,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s3h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s3h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s3a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s3a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s3ph ===0?'':scope.row.s3ph < 0?'green':'red'">(<i :class="scope.row.s3ph === 0?'':scope.row.s3ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s3ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -321,9 +321,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m7l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m7l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m7a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m7a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m7pl ===0?'':scope.row.m7pl < 0?'green':'red'">(<i :class="scope.row.m7pl === 0?'':scope.row.m7pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m7pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -332,9 +332,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m7h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m7h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m7a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m7a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m7ph ===0?'':scope.row.m7ph < 0?'green':'red'">(<i :class="scope.row.m7ph === 0?'':scope.row.m7ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m7ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -345,9 +345,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m8l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m8l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m8a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m8a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m8pl ===0?'':scope.row.m8pl < 0?'green':'red'">(<i :class="scope.row.m8pl === 0?'':scope.row.m8pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m8pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -356,9 +356,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m8h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m8h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m8a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m8a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m8ph ===0?'':scope.row.m8ph < 0?'green':'red'">(<i :class="scope.row.m8ph === 0?'':scope.row.m8ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m8ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -369,9 +369,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m9l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m9l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m9a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m9a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m9pl ===0?'':scope.row.m9pl < 0?'green':'red'">(<i :class="scope.row.m9pl === 0?'':scope.row.m9pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m9pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -380,9 +380,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m9h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m9h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m9a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m9a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m9ph ===0?'':scope.row.m9ph < 0?'green':'red'">(<i :class="scope.row.m9ph === 0?'':scope.row.m9ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m9ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -393,9 +393,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s4l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s4l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s4a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s4a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s4pl ===0?'':scope.row.s4pl < 0?'green':'red'">(<i :class="scope.row.s4pl === 0?'':scope.row.s4pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s4pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -404,9 +404,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.s4h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.s4h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.s4a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.s4a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.s4ph ===0?'':scope.row.s4ph < 0?'green':'red'">(<i :class="scope.row.s4ph === 0?'':scope.row.s4ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.s4ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -417,9 +417,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m10l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m10l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m10a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m10a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m10pl ===0?'':scope.row.m10pl < 0?'green':'red'">(<i :class="scope.row.m10pl === 0?'':scope.row.m10pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m10pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -428,9 +428,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m10h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m10h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m10a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m10a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m10ph ===0?'':scope.row.m10ph < 0?'green':'red'">(<i :class="scope.row.m10ph === 0?'':scope.row.m10ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m10ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -441,9 +441,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m11l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m11l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m11a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m11a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m11pl ===0?'':scope.row.m11pl < 0?'green':'red'">(<i :class="scope.row.m11pl === 0?'':scope.row.m11pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m11pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -452,9 +452,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m11h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m11h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m11a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m11a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m11ph ===0?'':scope.row.m11ph < 0?'green':'red'">(<i :class="scope.row.m11ph === 0?'':scope.row.m11ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m11ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -465,9 +465,9 @@
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m12l}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m12l,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m12a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m12a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m12pl ===0?'':scope.row.m12pl < 0?'green':'red'">(<i :class="scope.row.m12pl === 0?'':scope.row.m12pl < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m12pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
@@ -476,9 +476,9 @@
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <p class="center d-text">{{scope.row.m12h}}</p>
|
|
|
+ <p class="center d-text">{{tool.formatAmount(scope.row.m12h,2)}}</p>
|
|
|
<p class="border"></p>
|
|
|
- <p class="center">{{scope.row.m12a}}</p>
|
|
|
+ <p class="center">{{tool.formatAmount(scope.row.m12a,2)}}</p>
|
|
|
<p class="center" :class="scope.row.m12ph ===0?'':scope.row.m12ph < 0?'green':'red'">(<i :class="scope.row.m12ph === 0?'':scope.row.m12ph < 0?'el-icon-bottom':'el-icon-top'"></i>{{scope.row.m12ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|