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%;