diff --git a/project/hlj/app/AppScoringTemplate/components/Add.vue b/project/hlj/app/AppScoringTemplate/components/Add.vue
index 379e61e7..4ea226d9 100644
--- a/project/hlj/app/AppScoringTemplate/components/Add.vue
+++ b/project/hlj/app/AppScoringTemplate/components/Add.vue
@@ -42,7 +42,7 @@
{{ form.title }}
-
@@ -175,7 +175,6 @@
显示说明
@@ -547,12 +546,11 @@
...res.data,
headPicture: res.data.headPicture ? [{
url: res.data.headPicture
- }] : []
+ }] : [],
+ isShowheadPicture: !!res.data.headPicture,
+ isShowTableExplain: !!res.data.tableExplain
}
- this.form.isShowheadPicture = !!res.data.headPicture
- this.form.isShowTableExplain = !!res.data.tableExplain
-
this.targetList = res.data.fields.map(item => {
return JSON.parse(item.fieldInfo)
})
@@ -689,8 +687,8 @@
}
.left-item__item--formname {
- margin: 16px 0 32px;
- padding: 0 12px;
+ margin: 16px 0 0;
+ padding: 0 12px 32px;
color: #333333;
font-size: 15px;
font-weight: normal;
@@ -700,7 +698,6 @@
.left-item__item--text {
line-height: 20px;
- // margin-bottom: 48px;
padding: 0 12px 20px;
text-align: justify;
color: #666;