|
|
@@ -47,9 +47,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?'green':'red'">({{scope.row.y1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -58,9 +58,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?'green':'red'">({{scope.row.y1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -71,9 +71,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?'green':'red'">({{scope.row.s1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -82,9 +82,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?'green':'red'">({{scope.row.s1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -95,9 +95,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?'green':'red'">({{scope.row.m1pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -106,9 +106,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?'green':'red'">({{scope.row.m1ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -119,9 +119,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?'green':'red'">({{scope.row.m2pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -130,9 +130,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?'green':'red'">({{scope.row.m2ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -143,9 +143,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?'green':'red'">({{scope.row.m3pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -154,9 +154,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?'green':'red'">({{scope.row.m3ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -167,9 +167,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?'green':'red'">({{scope.row.s2pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -178,9 +178,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?'green':'red'">({{scope.row.s2ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -191,9 +191,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?'green':'red'">({{scope.row.m4pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -202,9 +202,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?'green':'red'">({{scope.row.m4ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -215,9 +215,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?'green':'red'">({{scope.row.m5pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -226,9 +226,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?'green':'red'">({{scope.row.m5ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -239,9 +239,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?'green':'red'">({{scope.row.m6pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -250,9 +250,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?'green':'red'">({{scope.row.m6ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -263,9 +263,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?'green':'red'">({{scope.row.s3pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -274,9 +274,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?'green':'red'">({{scope.row.s3ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -287,9 +287,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?'green':'red'">({{scope.row.m7pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -298,9 +298,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?'green':'red'">({{scope.row.m7ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -311,9 +311,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?'green':'red'">({{scope.row.m8pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -322,9 +322,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?'green':'red'">({{scope.row.m8ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -335,9 +335,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?'green':'red'">({{scope.row.m9pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -346,9 +346,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?'green':'red'">({{scope.row.m9ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -359,9 +359,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?'green':'red'">({{scope.row.s4pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -370,9 +370,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?'green':'red'">({{scope.row.s4ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -383,9 +383,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?'green':'red'">({{scope.row.m10pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -394,9 +394,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?'green':'red'">({{scope.row.m10ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -407,9 +407,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?'green':'red'">({{scope.row.m11pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -418,9 +418,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?'green':'red'">({{scope.row.m11ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -431,9 +431,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?'green':'red'">({{scope.row.m12pl}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
@@ -442,9 +442,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?'green':'red'">({{scope.row.m12ph}}%)</p>
|
|
|
</template>
|
|
|
</el-table-column>
|