From 670c8fcb49c9a95deb0e35a742f3347b983b040d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 10 Feb 2022 15:53:04 +0800 Subject: [PATCH] 27105 --- src/saas/AppAskForm/Statistical.vue | 4 ++++ src/saas/AppAskForm/components/List.vue | 9 ++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/saas/AppAskForm/Statistical.vue b/src/saas/AppAskForm/Statistical.vue index d6a3e739..fd7fe0d3 100644 --- a/src/saas/AppAskForm/Statistical.vue +++ b/src/saas/AppAskForm/Statistical.vue @@ -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; diff --git a/src/saas/AppAskForm/components/List.vue b/src/saas/AppAskForm/components/List.vue index 79470c8f..189e7f57 100644 --- a/src/saas/AppAskForm/components/List.vue +++ b/src/saas/AppAskForm/components/List.vue @@ -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