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":"" });
}