From 9dc7715ad307ed604ad4f9077e1655d3ef8be395 Mon Sep 17 00:00:00 2001 From: zhaoqifeng Date: Tue, 1 Nov 2022 15:46:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=85=9A=E5=91=98=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 20 +++++++ .../communityParty/members/crateForm.vue | 59 +++++++++++++++---- .../communityParty/members/detailForm.vue | 16 ++++- .../modules/communityParty/members/index.vue | 16 ++++- 4 files changed, 99 insertions(+), 12 deletions(-) diff --git a/src/App.vue b/src/App.vue index 7acbfab9d..c0bb9fb65 100644 --- a/src/App.vue +++ b/src/App.vue @@ -194,4 +194,24 @@ export default { flex-direction: column; justify-content: center; } + +::-webkit-scrollbar { + // display: none; + width: 8px; + height: 8px; + background-color: #EBEEF5; +} +::-webkit-scrollbar-thumb { + box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); + -webkit-box-shadow: inset 0 0 6px rgba(243, 236, 236, 0.3); + background-color: #ccc; + border-radius: 8px; +} +::-webkit-scrollbar-track { + box-shadow: inset 0 0 6px rgba(0,0,0, .2); + /*滚动条的轨道*/ + border-radius: 8px; + background: rgba(255, 255, 255, 1); +} + diff --git a/src/views/modules/communityParty/members/crateForm.vue b/src/views/modules/communityParty/members/crateForm.vue index 2ea133d1b..60c3c04de 100644 --- a/src/views/modules/communityParty/members/crateForm.vue +++ b/src/views/modules/communityParty/members/crateForm.vue @@ -146,16 +146,52 @@ clearable> - - - +
+ + + + + + + +
+
+ + + + + + + + + +
-
+
+ 入党时所在党支部: + {{ info.rdsszzb?info.rdsszzb:'--'}} +
+
+ 组织关系转入社区时间: + {{ info.zzgxzrsqsj?info.zzgxzrsqsj:'--' }} +
+
+ +
+
+ 是否请长假: + {{ info.isQcj==='1'?'是':'否'}} +
备注: {{ info.remark? info.remark:'--' }} diff --git a/src/views/modules/communityParty/members/index.vue b/src/views/modules/communityParty/members/index.vue index f5a710ed3..80255c7f2 100644 --- a/src/views/modules/communityParty/members/index.vue +++ b/src/views/modules/communityParty/members/index.vue @@ -114,6 +114,7 @@
+
+ + + + + + @@ -138,8 +151,8 @@ start-placeholder="开始时间" end-placeholder="结束时间"> - +
Date: Wed, 2 Nov 2022 09:15:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=85=9A=E5=91=98=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/editResi.vue | 4 ++-- src/views/components/resiForm.vue | 4 ++-- src/views/modules/communityParty/members/crateForm.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index a25951546..0e14e714b 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -265,7 +265,7 @@