From f01d0f39b21d8e70acd2618262c6d7f8e42f50b5 Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Tue, 8 Mar 2022 11:57:19 +0800 Subject: [PATCH] 28014 --- src/mods/AppIntegralApply/detail.vue | 7 ++++++- src/mods/AppMyPlan/progressDetail.vue | 6 +----- src/mods/AppServiceOnlineNew/form.vue | 6 ++++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index e5aee5e..beffef8 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -8,6 +8,11 @@
{{ detail.residentName }}
+
+
联系电话
+
{{ detail.residentPhone }}
+
+
申请时间
@@ -23,7 +28,7 @@
-
申请描述
+
事件描述
{{ detail.description }}
diff --git a/src/mods/AppMyPlan/progressDetail.vue b/src/mods/AppMyPlan/progressDetail.vue index a451e90..031aeff 100644 --- a/src/mods/AppMyPlan/progressDetail.vue +++ b/src/mods/AppMyPlan/progressDetail.vue @@ -111,15 +111,11 @@ {{ item.title2Desc }}
-
+
审批意见: {{ item.opinion }}
-
- {{ item.opinion }} -
-
{{ candidateField.fieldName }} {{ candidateField.dictionaryCode ? $dict.getLabel(candidateField.dictionaryCode, candidateField.fieldValue) || '-' : candidateField.fieldValue || '-' }} diff --git a/src/mods/AppServiceOnlineNew/form.vue b/src/mods/AppServiceOnlineNew/form.vue index 40cc3e1..1cd516c 100644 --- a/src/mods/AppServiceOnlineNew/form.vue +++ b/src/mods/AppServiceOnlineNew/form.vue @@ -402,12 +402,14 @@ export default { }, onPickerChange(e) { + console.log(e) const index = e.target.dataset.index const i = e.target.dataset.i const dict = e.target.dataset.dict - const value = e.detail.value + // const value = e.detail.value // const key = this.$dict.getLabel(dict, value) - const key = this.$dict.getDict(dict)[value].dictName + const value = this.$dict.getDict(dict)[0].dictValue + const key = this.$dict.getDict(dict)[0].dictName this.$set(this.tableForm[index][i], 'fieldValue', value) this.$set(this.tableForm[index][i], 'fieldDictName', key)