From 5fb32d595166ff7a6517684a22a4bd85683d9cc5 Mon Sep 17 00:00:00 2001 From: lucky Date: Tue, 26 Jan 2021 10:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E9=A9=BB=E4=BC=81=E4=B8=9A=E6=B3=A8?= =?UTF-8?q?=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SettledEnterprise/SettledEnterprise.vue | 61 +------------------ src/views/NewPlatform/Children/Core.vue | 2 +- 2 files changed, 2 insertions(+), 61 deletions(-) diff --git a/src/components/SettledEnterprise/SettledEnterprise.vue b/src/components/SettledEnterprise/SettledEnterprise.vue index afa3d8e..cb07b6c 100644 --- a/src/components/SettledEnterprise/SettledEnterprise.vue +++ b/src/components/SettledEnterprise/SettledEnterprise.vue @@ -33,69 +33,10 @@ export default { height: '', width: '', liHeight: '', - dataList1: [ - { - a: '1.面部对侧', - b: '正常', - c: '0分', - }, - { - a: '2.上肢', - b: '中度无力', - c: '1分', - }, - { - a: '3.语言运动', - b: '正常', - c: '0分', - }, - { - a: '4.语言感觉', - b: '异常', - c: '1分', - }, - { - a: '5.眼球凝视', - b: '一测活动困难', - c: '1分', - }, - { - a: '5.眼球凝视', - b: '一测活动困难', - c: '1分', - }, - ], - dataList: [ - { - a: '1.面部对侧', - b: '正常', - c: '0分', - }, - { - a: '2.上肢', - b: '中度无力', - c: '1分', - }, - { - a: '3.语言运动', - b: '正常', - c: '0分', - }, - { - a: '4.语言感觉', - b: '异常', - c: '1分', - }, - { - a: '5.眼球凝视', - b: '一测活动困难', - c: '1分', - }, - ], oMarquee: null, //播报的容器 BBLineH: null, BBScrollAmount: 1, - BBLineCount: 5, + BBLineCount: 10, rollRestTime: 500, rollTime: 10, }; diff --git a/src/views/NewPlatform/Children/Core.vue b/src/views/NewPlatform/Children/Core.vue index 120616b..c780aaa 100644 --- a/src/views/NewPlatform/Children/Core.vue +++ b/src/views/NewPlatform/Children/Core.vue @@ -148,7 +148,7 @@ export default { // 基于准备好的dom,初始化echarts实例 var myChart = this.$echarts.init(document.getElementById('treeChart')); // 配置图表的点击事件 - myChart.on('click', this.clickFun); + // myChart.on('click', this.clickFun); // 指定图表的配置项和数据 var option = { tooltip: {