From f78ddf18dc83583fe4d313f544d2ba0229918fed Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 15 Mar 2022 15:36:19 +0800 Subject: [PATCH] BUG 28232 28235 --- src/apps/AppSpecialPeople/add.vue | 50 +++++++------------------------ src/components/AiAreaPicker.vue | 6 ++-- src/components/AiMore.vue | 32 ++++++++++++++++++++ 3 files changed, 46 insertions(+), 42 deletions(-) create mode 100644 src/components/AiMore.vue diff --git a/src/apps/AppSpecialPeople/add.vue b/src/apps/AppSpecialPeople/add.vue index 4225be2a..034adec3 100644 --- a/src/apps/AppSpecialPeople/add.vue +++ b/src/apps/AppSpecialPeople/add.vue @@ -4,8 +4,7 @@
*类型
- {{ appName }} - +
@@ -62,11 +61,7 @@
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
- {{ - $dict.getLabel(item.dict, formData[item.fieldDbName]) || '请选择' - }} - +
@@ -112,12 +107,11 @@
-
+
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }} -
+
- + all :value="formData[item.fieldDbName]" :valueLevel="item.areaPattern" isForm/>
@@ -132,18 +126,14 @@ formData[item.fieldDbName].length }}人 - +
{{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }} -
- {{ - formData[item.fieldDbName] || '请选择' - }} - +
+
@@ -151,8 +141,7 @@ {{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
- +
@@ -161,8 +150,7 @@ {{ item.mustFill == 1 ? '*' : '' }}{{ item.fieldName }}
- +
@@ -187,7 +175,7 @@ export default { data() { return { appId: '', - appName: '请选择', + appName: '', showType: false, typeList: [], formDataList: [], @@ -596,22 +584,6 @@ export default { height: 160px !important; } - .area { - padding: 16px 54px 16px 0; - - .label { - display: inline-block; - line-height: 78px !important; - } - - .u-icon { - vertical-align: super; - position: absolute; - top: 42px; - right: 16px; - } - } - .area-icon { vertical-align: super; position: absolute; diff --git a/src/components/AiAreaPicker.vue b/src/components/AiAreaPicker.vue index 25a0867d..3164a77b 100644 --- a/src/components/AiAreaPicker.vue +++ b/src/components/AiAreaPicker.vue @@ -4,7 +4,7 @@
- +
@@ -49,12 +49,12 @@ + +