diff --git a/src/components/Duration/Duration.js b/src/components/Duration/Duration.js index 940eacf..8bae51e 100644 --- a/src/components/Duration/Duration.js +++ b/src/components/Duration/Duration.js @@ -16,7 +16,7 @@ const mixin = { legend: { x: 'center', y: 'bottom', - data: ['我院记录', '国际水准', '当前数据'], + data: ['我院标准', '国际标准', '当前数据'], textStyle: { fontWeight: 'normal', color: '#ccc', //标题颜色 @@ -80,7 +80,7 @@ const mixin = { }, series: [ { - name: '我院记录', + name: '我院标准', type: 'line', connectNulls: true, stack: '总量', @@ -95,7 +95,7 @@ const mixin = { // }, }, { - name: '国际水准', + name: '国际标准', type: 'line', connectNulls: true, stack: '总量', diff --git a/src/components/LoadCells/LoadCells.vue b/src/components/LoadCells/LoadCells.vue index 21b949b..fc9b056 100644 --- a/src/components/LoadCells/LoadCells.vue +++ b/src/components/LoadCells/LoadCells.vue @@ -1,20 +1,11 @@