@@ -703,4 +716,19 @@
color: #666;
}
+ .one-label .van-cell:first-child {
+ padding-bottom: 0;
+ }
+
+ .one-label .no-label {
+ margin-top: -1px;
+ padding-top: 0;
+ padding-bottom: 0;
+ }
+
+ .one-label .no-label:last-child {
+ padding-bottom: 0.27rem;
+ border-bottom: 1px solid #f6f7f8;
+ }
+
diff --git a/src/views/administrative/appointmentEdit.vue b/src/views/administrative/appointmentEdit.vue
index 0c2cc85..ccb5ba6 100644
--- a/src/views/administrative/appointmentEdit.vue
+++ b/src/views/administrative/appointmentEdit.vue
@@ -96,7 +96,25 @@
readonly
label="执法人员"
/>
+
+
-
+ />-->
@@ -563,11 +581,19 @@
}
}
- const cancelUser = (index) =>{
+ /*const cancelUser = (index) =>{
data.lawCer.splice(index, 1);
}
const addLawCer = () =>{
data.lawCer.push({ text:"", id:"", show:"", num:"" });
+ }*/
+ const cancelUser = (index) => {
+ data.lawCer.splice(index, 1);
+ }
+ const addLawCer = (index) => {
+ data.lawCer.push({text: "", id: ""});
+ showUserAdd.value = false;
+ showNextUserAdd.value = true;
}
const getLinkageByValueAndParentId = (value, parentId) => {
@@ -709,6 +735,12 @@
box-shadow: 0 0 0.27rem #e5e5e5;
}
+ .add-box {
+ position: relative;
+ margin-top: -1px;
+ border-bottom: 1px solid #f6f7f8;
+ }
+
.addbtn {
margin: 3%;
padding: 0 0.35rem;
diff --git a/src/views/enforce/enterpriseBaseInfo.vue b/src/views/enforce/enterpriseBaseInfo.vue
index 14b6dc4..37f844a 100644
--- a/src/views/enforce/enterpriseBaseInfo.vue
+++ b/src/views/enforce/enterpriseBaseInfo.vue
@@ -15,9 +15,9 @@
label="企业名称"
readonly
/>
-
-->
-->
@@ -102,7 +101,7 @@
v-model="item.text"
readonly
label="检查依据"
- placeholder="检查依据"
+ placeholder="请选择"
@click-input="showPopupqz(index)"
rows="1"
autosize
@@ -118,7 +117,6 @@
v-model="submitData.enforce"
label="未扫码原因"
readonly
- placeholder="请选择"
/>
@@ -1082,6 +1080,8 @@
.add-box {
position: relative;
+ margin-top: -1px;
+ border-bottom: 1px solid #f6f7f8;
}
.addbtn {
@@ -1131,7 +1131,8 @@
text-align: center;
}
- /deep/ .van-cell-group .van-cell:nth-child(2) .van-field__label {
+ /deep/ .mult-line .van-field__label {
+ padding-right: 0.5rem;
line-height: 1.25;
}
@@ -1141,4 +1142,8 @@
font-weight: 600;
}
+ /deep/ .van-field .van-field__control {
+ color: #666;
+ }
+
diff --git a/src/views/enforceHome.vue b/src/views/enforceHome.vue
index f7abacc..38c9020 100644
--- a/src/views/enforceHome.vue
+++ b/src/views/enforceHome.vue
@@ -18,7 +18,7 @@
- - 最近一星期暂无年度行政检查计划公布
+ - 近一星期暂无通知消息
diff --git a/src/views/enterprise/complaintEvaluate.vue b/src/views/enterprise/complaintEvaluate.vue
index 40ee4ea..f3e14f6 100644
--- a/src/views/enterprise/complaintEvaluate.vue
+++ b/src/views/enterprise/complaintEvaluate.vue
@@ -10,7 +10,7 @@
{{data.dataObj.orgText}}
-
您对我们的服务满意吗?
+
您对我们的执法检查满意吗?
@@ -76,7 +76,7 @@
-
+
{{data.dataObj.writingEvaluation}}
diff --git a/src/views/enterprise/complaintList.vue b/src/views/enterprise/complaintList.vue
index 44f794b..f2e0bd0 100644
--- a/src/views/enterprise/complaintList.vue
+++ b/src/views/enterprise/complaintList.vue
@@ -39,10 +39,10 @@
-
+
-->
diff --git a/src/views/enterprise/enterpriseEvaluate/evaluate.vue b/src/views/enterprise/enterpriseEvaluate/evaluate.vue
index 4ad530f..468c19e 100644
--- a/src/views/enterprise/enterpriseEvaluate/evaluate.vue
+++ b/src/views/enterprise/enterpriseEvaluate/evaluate.vue
@@ -4,7 +4,7 @@
-
您对我们的服务满意吗?
+
您对我们的执法检查满意吗?
@@ -78,7 +78,7 @@
-
+
-
-
+ 企业信息
-
-
+ 执法信息
+
+
+
+
+
+
+
+
+
+
-
+
@@ -562,6 +586,11 @@ const reciveData2 = (item) =>{
color: #666;
}
+/deep/ .mult-line .van-field__label {
+ padding-right: 0.5rem;
+ line-height: 1.25;
+}
+
.complaint-cont {
margin: -1px 3% 2%;
padding: 0 0.15rem 0.5rem;
@@ -571,4 +600,20 @@ const reciveData2 = (item) =>{
line-height: 1.5;
font-size: 0.37rem;
}
+
+.one-label .van-cell:first-child {
+ padding-bottom: 0;
+}
+
+.one-label .no-label {
+ margin-top: -1px;
+ padding-top: 0;
+ padding-bottom: 0;
+}
+
+.one-label .no-label:last-child {
+ padding-bottom: 0.27rem;
+ border-bottom: 1px solid #f6f7f8;
+}
+
diff --git a/src/views/enterprise/registrationEdit.vue b/src/views/enterprise/registrationEdit.vue
index d529e28..6f2a61c 100644
--- a/src/views/enterprise/registrationEdit.vue
+++ b/src/views/enterprise/registrationEdit.vue
@@ -18,7 +18,7 @@
:rules="[{ required: true, message: '必填项' }]"
placeholder="企业名称"
/>
-
-
-
+
-->
+