fanzhen1226
This commit is contained in:
@@ -198,7 +198,10 @@ export default {
|
||||
index === ind ? (this.fontComput += '#' + item.text + '#') : ''
|
||||
})
|
||||
} else {
|
||||
alert('请选择指标!')
|
||||
// alert('请选择指标!')
|
||||
this.$alert('请选择指标!', '温馨提示', {
|
||||
confirmButtonText: '确定',
|
||||
})
|
||||
}
|
||||
|
||||
},
|
||||
@@ -494,7 +497,10 @@ export default {
|
||||
|
||||
}
|
||||
} else {
|
||||
alert('您输入的表达式正确,请重新输入!')
|
||||
// alert('您输入的表达式正确,请重新输入!')
|
||||
this.$alert('您输入的表达式正确,请重新输入!', '温馨提示', {
|
||||
confirmButtonText: '确定',
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user