27105
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user