This commit is contained in:
yanran200730
2022-02-10 15:53:04 +08:00
parent 45cb528eb8
commit 670c8fcb49
2 changed files with 6 additions and 7 deletions

View File

@@ -265,6 +265,10 @@
line-height: 40px; line-height: 40px;
h2 { h2 {
max-width: 300px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 20px; margin-right: 20px;
font-size: 30px; font-size: 30px;
color: #333; color: #333;

View File

@@ -130,13 +130,8 @@ export default {
}, },
showPopup(item) { showPopup(item) {
if (item.status === '2') { this.info = item
this.$confirm('该调查已结束,谢谢您的参与!', '', { this.id = item.id
showCancel: false
})
return false
}
this.info = item this.info = item
this.id = item.id this.id = item.id