测试用例修改
This commit is contained in:
@@ -104,7 +104,7 @@ const tableStore = new TableStore({
|
||||
text: title
|
||||
},
|
||||
legend: {
|
||||
data: ['投运', '热备用', '停运'],
|
||||
data: ['投运', '检修', '停运'],
|
||||
left: '4%',
|
||||
textStyle: {
|
||||
color: '#666666'
|
||||
@@ -214,7 +214,7 @@ const tableStore = new TableStore({
|
||||
data: chartsData.value.runFlag
|
||||
},
|
||||
{
|
||||
name: '热备用',
|
||||
name: '检修',
|
||||
type: 'bar',
|
||||
// stack: 'false',
|
||||
barMaxWidth: 24,
|
||||
|
||||
Reference in New Issue
Block a user