Ver Fonte

修改数据统计-同期数据对比-获取数据的方式

Sanmu8 há 1 ano atrás
pai
commit
8bccbbd08f
1 ficheiros alterados com 10 adições e 10 exclusões
  1. 10 10
      src/views/TQSJ/index.vue

+ 10 - 10
src/views/TQSJ/index.vue

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