From 8448e97a49945eb50ff0480538a10ed8c7fd734b Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Fri, 24 Sep 2021 10:49:16 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=A7=E8=81=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/form/statistics/analysis.vue | 31 ++++++++++++++++++++------
1 file changed, 24 insertions(+), 7 deletions(-)
diff --git a/src/views/form/statistics/analysis.vue b/src/views/form/statistics/analysis.vue
index e8d164e..1100c23 100644
--- a/src/views/form/statistics/analysis.vue
+++ b/src/views/form/statistics/analysis.vue
@@ -61,12 +61,7 @@
-
+
+
+
{{ i }}
+
+
+
+
+
+ {{ computedPercent(n, item.detail.totalCount).toFixed(2) }}%
+
+
{{ n }}次
+
+
+
@@ -298,10 +311,12 @@ export default {
async handleOpen(item) {
if (item.type === 'SWITCH' || item.type === 'NUMBER_INPUT') return false
- this.dialogTitle = item.label
+
if (item.moduleType && item.moduleType === 'concat') {
+ this.dialogTitle = '联系人信息'
await this.getConcatList()
} else {
+ this.dialogTitle = item.label
this.dialogHeader.push(item)
await this.getInputList(item.formItemId, item.type)
}
@@ -363,6 +378,8 @@ export default {
.cell-type {
padding-left: 10px;
font-size: 14px;
+ color: #409EFF;
+ cursor: pointer;
}
.cell-wrapper {
width: 100%;