From 80d6657a3be7023a8aa3cd5304c8f4f5ec47d7b8 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 28 Jan 2022 08:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppAskForm/Statistical.vue | 210 ++++++++++++++++++++++++ src/sass/AppAskForm/components/List.vue | 13 +- 2 files changed, 222 insertions(+), 1 deletion(-) create mode 100644 src/sass/AppAskForm/Statistical.vue diff --git a/src/sass/AppAskForm/Statistical.vue b/src/sass/AppAskForm/Statistical.vue new file mode 100644 index 00000000..c30900d6 --- /dev/null +++ b/src/sass/AppAskForm/Statistical.vue @@ -0,0 +1,210 @@ + + + + + \ No newline at end of file diff --git a/src/sass/AppAskForm/components/List.vue b/src/sass/AppAskForm/components/List.vue index fb15b230..44bf042a 100644 --- a/src/sass/AppAskForm/components/List.vue +++ b/src/sass/AppAskForm/components/List.vue @@ -76,6 +76,12 @@

删除

+
+
+ +
+

调查结果

+
@@ -125,7 +131,7 @@ export default { showPopup(item) { if (item.status === '2') { - this.$confirm('表单已停止发布,请在后台管理系统中查看调查结果', '', { + this.$confirm('该调查已结束,谢谢您的参与!', '', { showCancel: false }) @@ -208,6 +214,11 @@ export default { this.linkTo(`./FormSetting?id=${this.info.id}&type=edit`) this.isShow = false }, + + toResult () { + this.linkTo(`./Statistical?id=${this.info.id}`) + }, + toEdit() { if (this.info.dataCount !== 0) { return this.$u.toast('该表单已有数据,无法编辑!')