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('该表单已有数据,无法编辑!')