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: {