fanzhen1226

This commit is contained in:
fanzhen123
2019-12-26 21:36:33 +08:00
parent ddfe0028d6
commit 3218f04277
19 changed files with 339 additions and 84 deletions

View File

@@ -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: '确定',
})
}
}
},