|
@@ -103,7 +103,7 @@
|
|
</template>
|
|
</template>
|
|
<el-table-column label="对比值(去年)" align="center" prop="colName" width="120px">
|
|
<el-table-column label="对比值(去年)" align="center" prop="colName" width="120px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.datails[2].oldValue }}
|
|
|
|
|
|
+ {{ scope.row.datails[0].oldValue }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="当前" align="center" prop="colName">
|
|
<el-table-column label="当前" align="center" prop="colName">
|
|
@@ -121,7 +121,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column align="center" prop="colName" v-if="queryParams.dateType == '2' || queryParams.dateType == ''">
|
|
|
|
|
|
+ <!-- <el-table-column align="center" prop="colName" v-if="queryParams.dateType == '2' || queryParams.dateType == ''">
|
|
<template slot="header" slot-scope="scope">
|
|
<template slot="header" slot-scope="scope">
|
|
{{ (timeValue[1]?timeValue[1] + '季度':'季度').replace('-','年第') }}
|
|
{{ (timeValue[1]?timeValue[1] + '季度':'季度').replace('-','年第') }}
|
|
</template>
|
|
</template>
|
|
@@ -142,27 +142,27 @@
|
|
<el-tag type="danger" v-else-if="scope.row.datails[1].redio <0">{{scope.row.datails[1].redio+'%'}}</el-tag>
|
|
<el-tag type="danger" v-else-if="scope.row.datails[1].redio <0">{{scope.row.datails[1].redio+'%'}}</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- </el-table-column>
|
|
|
|
|
|
+ </el-table-column> -->
|
|
|
|
|
|
<el-table-column align="center" prop="colName" v-if="queryParams.dateType == '3' || queryParams.dateType == ''">
|
|
<el-table-column align="center" prop="colName" v-if="queryParams.dateType == '3' || queryParams.dateType == ''">
|
|
<template slot="header" slot-scope="scope">
|
|
<template slot="header" slot-scope="scope">
|
|
- {{ timeValue[2]?timeValue[2] + '年度':'年度' }}
|
|
|
|
|
|
+ {{ timeValue[1]?timeValue[1] + '年度':'年度' }}
|
|
</template>
|
|
</template>
|
|
<el-table-column label="对比值(去年)" align="center" prop="colName" width="120px">
|
|
<el-table-column label="对比值(去年)" align="center" prop="colName" width="120px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.datails[2].oldValue }}
|
|
|
|
|
|
+ {{ scope.row.datails[1].oldValue }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="当前" align="center" prop="colName">
|
|
<el-table-column label="当前" align="center" prop="colName">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.datails[2].nowValue }}
|
|
|
|
|
|
+ {{ scope.row.datails[1].nowValue }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="同比%" align="center" prop="colName">
|
|
<el-table-column label="同比%" align="center" prop="colName">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-tag v-if="scope.row.datails[2].redio==0">持平</el-tag>
|
|
|
|
- <el-tag type="success" v-else-if="scope.row.datails[2].redio >0">{{scope.row.datails[2].redio+'%'}}</el-tag>
|
|
|
|
- <el-tag type="danger" v-else-if="scope.row.datails[2].redio <0">{{scope.row.datails[2].redio+'%'}}</el-tag>
|
|
|
|
|
|
+ <el-tag v-if="scope.row.datails[1].redio==0">持平</el-tag>
|
|
|
|
+ <el-tag type="success" v-else-if="scope.row.datails[1].redio >0">{{scope.row.datails[1].redio+'%'}}</el-tag>
|
|
|
|
+ <el-tag type="danger" v-else-if="scope.row.datails[1].redio <0">{{scope.row.datails[1].redio+'%'}}</el-tag>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -188,7 +188,7 @@ export default {
|
|
],
|
|
],
|
|
datelist:[
|
|
datelist:[
|
|
{ label: '月', value: '1' },
|
|
{ label: '月', value: '1' },
|
|
- { label: '季度', value: '2' },
|
|
|
|
|
|
+ // { label: '季度', value: '2' },
|
|
{ label: '年', value: '3' },
|
|
{ label: '年', value: '3' },
|
|
],
|
|
],
|
|
jdlist:[
|
|
jdlist:[
|