From 984ce203b19e037e6bbb8f4794bd65fb2245211c Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 31 Dec 2021 17:02:19 +0800 Subject: [PATCH] BUG 25154 --- src/sass/AppAskForm/components/List.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/sass/AppAskForm/components/List.vue b/src/sass/AppAskForm/components/List.vue index b4423808..fb15b230 100644 --- a/src/sass/AppAskForm/components/List.vue +++ b/src/sass/AppAskForm/components/List.vue @@ -11,8 +11,8 @@

{{ item.title }}

- - + + {{ item.createTime.substr(0, item.createTime.length - 3) }} {{ $dict.getLabel('questionnaireType', item.type) }}
@@ -124,13 +124,13 @@ export default { }, showPopup(item) { - // if (item.status === '2') { - // this.$confirm('表单已停止发布,请在后台管理系统中查看调查结果', '', { - // showCancel: false - // }) - // - // return false - // } + if (item.status === '2') { + this.$confirm('表单已停止发布,请在后台管理系统中查看调查结果', '', { + showCancel: false + }) + + return false + } this.info = item this.id = item.id