From 6f4e11892cdf38beb70d3f85b2195fbcf712040f Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Wed, 28 Aug 2024 00:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterprise/registrationDetail.vue | 49 ++++++++++++++------- src/views/enterprise/registrationEdit.vue | 25 ++++++++++- 2 files changed, 56 insertions(+), 18 deletions(-) diff --git a/src/views/enterprise/registrationDetail.vue b/src/views/enterprise/registrationDetail.vue index 36abe58..439acac 100644 --- a/src/views/enterprise/registrationDetail.vue +++ b/src/views/enterprise/registrationDetail.vue @@ -55,7 +55,7 @@ label="检查类别" readonly /> - - +
+ + +
+ --> -
- - -
+ { font-size: 0.37rem; } +.fold-div { + position: relative; + display: flex; + margin: -1px 0.3rem 0; + padding: 0.05rem 0; + border-bottom: 1px solid #f6f7f8; + color: #323233; + font-size: 0.37rem; +} + +.fold-div label { + width: 2.6rem; + padding: 0.27rem 0px 0.27rem 0.15rem; +} + +.fold-div .van-text-ellipsis { + padding: 0.24rem 0; + width: calc(100% - 2.7rem); + color: #666; +} + .one-label .van-cell:first-child { padding-bottom: 0; } diff --git a/src/views/enterprise/registrationEdit.vue b/src/views/enterprise/registrationEdit.vue index 6f2a61c..b256284 100644 --- a/src/views/enterprise/registrationEdit.vue +++ b/src/views/enterprise/registrationEdit.vue @@ -167,7 +167,25 @@ - +
+ + +
+ + + @@ -676,6 +694,9 @@ data.lawCliekFlag = flag; data.popupVisibleqz = true; } + const cancelEnforcement = (index) => { + data.lawList.splice(index, 1); + } const addField = () =>{ data.lawList.push({ text:"", id:"", "show":"" }); }