|
@@ -184,7 +184,7 @@ export default {
|
|
if(ConvertType===3){
|
|
if(ConvertType===3){
|
|
if(!this.checkEdbData(this.tableData[index].DataList)){
|
|
if(!this.checkEdbData(this.tableData[index].DataList)){
|
|
this.updateData[index].IsConvert = false
|
|
this.updateData[index].IsConvert = false
|
|
- return this.$message.warning("指标数据含有负数,无法进行对数运算")
|
|
|
|
|
|
+ return this.$message.warning("指标数据含有负数或0,无法进行对数运算")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//柱形图单独设置
|
|
//柱形图单独设置
|