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