@@ -344,6 +344,7 @@
},
batchInitData(){
batchInitData().then(res => {
+ this.$modal.msgSuccess("数据刷新成功!")
})
echartsLeft_1(data){
@@ -813,12 +814,21 @@
right: "2%",
bottom: "15%"
+ tooltip: {
+ show: true
+ },
xAxis: {
type: 'category',
- data: names
+ data: names,
+ axisLabel: {
+ color: '#fff'
+ }
yAxis: {
- type: 'value'
+ type: 'value',
series: [
{
@@ -844,12 +854,21 @@