|
@@ -52,11 +52,17 @@
|
|
|
prop="y1l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.y1l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="y1h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.y1h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="第一季度(万元)">
|
|
@@ -64,11 +70,17 @@
|
|
|
prop="s1l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s1l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="s1h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s1h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="一月(万元)">
|
|
@@ -76,11 +88,17 @@
|
|
|
prop="m1l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m1l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m1h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m1h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="二月(万元)">
|
|
@@ -88,11 +106,17 @@
|
|
|
prop="m2l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m2l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m2h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m2h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="三月(万元)">
|
|
@@ -100,11 +124,17 @@
|
|
|
prop="m3l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m3l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m3h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m3h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="第二季度(万元)">
|
|
@@ -112,11 +142,17 @@
|
|
|
prop="s2l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s2l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="s2h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s2h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="四月(万元)">
|
|
@@ -124,11 +160,17 @@
|
|
|
prop="m4l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m4l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m4h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m4h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="五月(万元)">
|
|
@@ -136,11 +178,17 @@
|
|
|
prop="m5l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m5l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m5h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m5h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="六月(万元)">
|
|
@@ -148,11 +196,17 @@
|
|
|
prop="m6l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m6l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m6h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m6h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="第三季度(万元)">
|
|
@@ -160,11 +214,17 @@
|
|
|
prop="s3l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s3l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="s3h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s3h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="七月(万元)">
|
|
@@ -172,11 +232,17 @@
|
|
|
prop="m7l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m7l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m7h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m7h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="八月(万元)">
|
|
@@ -184,11 +250,17 @@
|
|
|
prop="m8l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m8l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m8h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m8h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="九月(万元)">
|
|
@@ -196,11 +268,17 @@
|
|
|
prop="m9l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m9l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m9h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m9h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="第四季度(万元)">
|
|
@@ -208,11 +286,17 @@
|
|
|
prop="s4l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s4l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="s4h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.s4h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="十月(万元)">
|
|
@@ -220,11 +304,17 @@
|
|
|
prop="m10l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m10l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m10h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m10h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="十一月(万元)">
|
|
@@ -232,11 +322,17 @@
|
|
|
prop="m11l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m11l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m11h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m11h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="十二月(万元)">
|
|
@@ -244,11 +340,17 @@
|
|
|
prop="m12l"
|
|
|
label="基本"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m12l,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="m12h"
|
|
|
label="挑战"
|
|
|
width="120">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{tool.formatAmount(scope.row.m12h,2)}}</span>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
<!-- <div class="container normal-panel" style="text-align:right">
|