From 396e87af4a15b3057b06aff294fcbfbc56379d9c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 13 Oct 2023 14:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E6=90=9C=E7=B4=A2=E6=A0=8F?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=94=B6=E8=B5=B7,=E5=A4=B1=E4=B8=9A?= =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/community.vue | 4 ++-- .../residentManagement/unemployment/addForm.vue | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index fd49ce1ec..8f521c20c 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -233,12 +233,12 @@ 重置 - {{ boxHeight ? "展开" : "收起" - }} + }} --> diff --git a/src/views/modules/base/residentManagement/unemployment/addForm.vue b/src/views/modules/base/residentManagement/unemployment/addForm.vue index 56edf57a0..d7e8c98d0 100644 --- a/src/views/modules/base/residentManagement/unemployment/addForm.vue +++ b/src/views/modules/base/residentManagement/unemployment/addForm.vue @@ -292,17 +292,17 @@
是否领取失业金: {{ - formData.unemploymentMoney - ? formData.unemploymentMoney == 1 - ? "是" - : formData.unemploymentMoney == 0 - ? "否" + formData.unempCompensationFlag != null + ? formData.unempCompensationFlag == 0 + ? "否" + : formData.unempCompensationFlag == 1 + ? "是" : "--" : "--" }}
- + @@ -420,7 +420,7 @@ export default { unemploymentNum: "", unemploymentReason: "", employmentNum: "", - unemploymentMoney: null, + unempCompensationFlag: null, employmentHardFlag: null, employmentWish: "", specialSkill: "",