【修改】修改bug

This commit is contained in:
zhoulingpo
2023-04-28 11:41:17 +08:00
parent 6499712caf
commit 83acaf9dc9
8 changed files with 64 additions and 21 deletions
@@ -126,8 +126,8 @@ export default {
})
if (name.length > 0) {
this.$alert(`报告${name.toString()}已经存在`, '提示', {
confirmButtonText: '确定'
confirmButtonText: '确定',
customClass: 'reportName'
})
}
// 找出已经存在的数据 用弹窗提示
@@ -309,5 +309,6 @@ export default {
.tag-btns {
padding-right: 15px;
}
}
</style>