27105
This commit is contained in:
@@ -265,6 +265,10 @@
|
||||
line-height: 40px;
|
||||
|
||||
h2 {
|
||||
max-width: 300px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-right: 20px;
|
||||
font-size: 30px;
|
||||
color: #333;
|
||||
|
||||
@@ -130,13 +130,8 @@ export default {
|
||||
},
|
||||
|
||||
showPopup(item) {
|
||||
if (item.status === '2') {
|
||||
this.$confirm('该调查已结束,谢谢您的参与!', '', {
|
||||
showCancel: false
|
||||
})
|
||||
|
||||
return false
|
||||
}
|
||||
this.info = item
|
||||
this.id = item.id
|
||||
|
||||
this.info = item
|
||||
this.id = item.id
|
||||
|
||||
Reference in New Issue
Block a user