参数导出模板管理提示语修改

This commit is contained in:
zyx.net
2022-08-02 15:51:24 +08:00
parent 6e06bf7c20
commit e4ef81b041
4 changed files with 9 additions and 9 deletions
@@ -210,9 +210,9 @@
},
tooltip: {
trigger:'axis',
axisPointer: { // 坐标轴指示器,坐标轴触发有效
type: 'line'// 默认为直线,可选为:'line' | 'shadow'
},
// axisPointer: { // 坐标轴指示器,坐标轴触发有效
// type: 'line'// 默认为直线,可选为:'line' | 'shadow'
// },
formatter: function (params) {
var html = params[0].name + "<br>";
for (var i = 0; i < params.length; i++) {
@@ -254,7 +254,7 @@
itemStyle: {
color: "#707486",
},
data: this.collectingdata
data: this.notStartdata
},
{
name: this.$t('Inthecollection'),
@@ -265,7 +265,7 @@
itemStyle: {
color: "#00B3BE",
},
data: this.notStartdata
data: this.collectingdata
},
{
name: this.$t('Submitted'),