|
@@ -77,9 +77,9 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
<div class="side">
|
|
<div class="side">
|
|
- <el-form-item label="备案信息" prop="RecordInformation">
|
|
|
|
- <el-input type="text" v-model="formData.RecordInformation" placeholder="请输入备案信息" />
|
|
|
|
- <ConfigAnnotation picHintText="" picName="RecordInformation" @showImage="previewImage"/>
|
|
|
|
|
|
+ <el-form-item label="备案信息" prop="ICPLicense">
|
|
|
|
+ <el-input type="text" v-model="formData.ICPLicense" placeholder="文本中输入≥2个空格表示文本分段,小屏时换行展示" />
|
|
|
|
+ <ConfigAnnotation picHintText="" picName="ICPLicense" @showImage="previewImage"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -378,7 +378,7 @@ export default {
|
|
|
|
|
|
IsReportApprove:false,//是否开启研报审批
|
|
IsReportApprove:false,//是否开启研报审批
|
|
ReportApproveType:'eta',//研报审批选项
|
|
ReportApproveType:'eta',//研报审批选项
|
|
- RecordInformation:'', //备案信息
|
|
|
|
|
|
+ ICPLicense:'', //备案信息
|
|
},//表单预设值
|
|
},//表单预设值
|
|
rules: {
|
|
rules: {
|
|
Disclaimer:[{ required: true, message: '请输入免责声明', trigger: 'blur' }],
|
|
Disclaimer:[{ required: true, message: '请输入免责声明', trigger: 'blur' }],
|
|
@@ -459,7 +459,7 @@ export default {
|
|
'pptBgPic':[require('@/assets/img/eta_base_config/ppt_bgpic.jpg')],
|
|
'pptBgPic':[require('@/assets/img/eta_base_config/ppt_bgpic.jpg')],
|
|
'pptBackPic':[require('@/assets/img/eta_base_config/ppt_back.jpg')],
|
|
'pptBackPic':[require('@/assets/img/eta_base_config/ppt_back.jpg')],
|
|
'emailContentTemplate':[require('@/assets/img/eta_base_config/email_content_template.png')],
|
|
'emailContentTemplate':[require('@/assets/img/eta_base_config/email_content_template.png')],
|
|
- 'RecordInformation':[require('@/assets/img/eta_base_config/record_information.jpg')]
|
|
|
|
|
|
+ 'ICPLicense':[require('@/assets/img/eta_base_config/record_information.jpg')]
|
|
},
|
|
},
|
|
/* loading */
|
|
/* loading */
|
|
configLoading:null,
|
|
configLoading:null,
|