From 6f64868177f94f12bd7a3d1821b04cc05b72f2aa Mon Sep 17 00:00:00 2001 From: Jo <479214531@qq.com> Date: Fri, 19 Nov 2021 22:36:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/stat/list/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/stat/list/index.vue b/src/pages/stat/list/index.vue index d028cf5..fca2424 100644 --- a/src/pages/stat/list/index.vue +++ b/src/pages/stat/list/index.vue @@ -259,10 +259,8 @@ export default { const temp = { type: 'line', smooth: true, - stack: 'a', symbol: 'circle', symbolSize: 5, - sampling: 'average', data: item } // 三个统计量分别赋予不同颜色 @@ -363,6 +361,7 @@ export default { this.listData = this.active ? result : result.slice(0,this.initShowLen) this.listDataKeyword = result }, + // 表格合并 objectSpanMethod({ row, column, rowIndex, columnIndex }) { if (!columnIndex || columnIndex == 1) { if (rowIndex % 3 == 0) {