Commit a5b94bb0 authored by youjie's avatar youjie

no message

parent ce0ae7a3
......@@ -12,7 +12,7 @@
label="机构名称"
width="150">
</el-table-column>
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="i">
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`">
<el-table-column
prop=""
label="收入"
......
......@@ -4,8 +4,7 @@
<el-table
:data="LineAnalysisData"
style="width: 100%"
class="LineAnalysisDataBJ"
:row-key="index">
class="LineAnalysisDataBJ">
<el-table-column
fixed
align="center"
......@@ -13,7 +12,7 @@
label="线路"
width="150">
</el-table-column>
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="i">
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`">
<el-table-column
prop=""
label="收入"
......
......@@ -14,7 +14,7 @@
</el-table-column>
<el-table-column
prop=""
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="i"
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`"
min-width="120" align="center">
<template slot-scope="scope">
<span v-if="scope.row.Name.indexOf('率')==-1">{{scope.row.MonthData[i].toFixed(2)}}</span>
......@@ -36,7 +36,7 @@
</el-table-column>
<el-table-column
prop=""
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="i"
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`"
min-width="120" align="center">
<template slot-scope="scope">
<span v-if="scope.row.Name.indexOf('率')==-1">{{scope.row.MonthData[i].toFixed(2)}}</span>
......@@ -58,7 +58,7 @@
</el-table-column>
<el-table-column
prop=""
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="i"
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`"
min-width="120" align="center">
<template slot-scope="scope">
<span v-if="scope.row.Name.indexOf('率')==-1&&scope.row.Name.indexOf('/收入')==-1">{{scope.row.MonthData[i].toFixed(2)}}</span>
......@@ -78,7 +78,7 @@
label="名称"
width="150">
</el-table-column>
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="i">
<el-table-column align="center" :label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`">
<el-table-column
prop=""
label="收入"
......@@ -111,7 +111,7 @@
</el-table-column>
<el-table-column
prop=""
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="i"
:label="title" v-for="(title,i) in MonthList" :key="i" :prop="`${i}`"
min-width="120" align="center">
<template slot-scope="scope">
{{scope.row.MonthData[i].toFixed(2)}}
......
......@@ -78,8 +78,8 @@
</div>
<div v-loading="loading" style="height: 78%;overflow: auto;">
<Lines v-if="activeName=='1'" :StatisticalData="StatisticalData"></Lines>
<!-- <Corporations v-if="activeName=='2'" :StatisticalData="StatisticalData"></Corporations>
<Packets v-if="activeName=='3'" :StatisticalData="StatisticalData"></Packets> -->
<Corporations v-if="activeName=='2'" :StatisticalData="StatisticalData"></Corporations>
<Packets v-if="activeName=='3'" :StatisticalData="StatisticalData"></Packets>
</div>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment