@ -33,69 +33,10 @@ export default {
height: '',
width: '',
liHeight: '',
dataList1: [
{
a: '1.面部对侧',
b: '正常',
c: '0分',
},
a: '2.上肢',
b: '中度无力',
c: '1分',
a: '3.语言运动',
a: '4.语言感觉',
b: '异常',
a: '5.眼球凝视',
b: '一测活动困难',
],
dataList: [
oMarquee: null, //播报的容器
BBLineH: null,
BBScrollAmount: 1,
BBLineCount: 5,
BBLineCount: 10,
rollRestTime: 500,
rollTime: 10,
};
@ -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: {