Commit 20511a13 authored by wangxl's avatar wangxl

Merge branches 'master' and 'master' of http://gitlab.yiboshi.com/XuJun/yn-science-front

parents 16aad66b e09d5430
...@@ -7,18 +7,21 @@ ...@@ -7,18 +7,21 @@
</div> </div>
</a-col> </a-col>
</a-row> </a-row>
<!-- <a-row type="flex"> <a-row type="flex">
<a-col :span="24" class="bg-gray"> <a-col :span="24" class="bg-gray">
<div class="special-middle" style="font-weight: bold;"> <div class="special-middle">
1.科研诚信承诺书(必须提供)<span class="required"></span><br /> <a href="/downloadFile/202412130901.docx" download="单位承诺书模版.docx" style="margin-right: 20px;">
2.承诺书(必须提供)<span class="required"></span><br /> <a-icon type="download"></a-icon>&nbsp;<span style="color:green;text-decoration:underline;">单位承诺书模版</span>
3.医学研究伦理审查证明<br /> </a>
4.多家单位联合申报的必须提供牵头单位与所有参与单位签署的联合申报协议(协议中应包含项目名称、课题设置、专项经费分配、知识产权归属、项目经费筹集与使等内容,协议经单位盖章、项目及所有课题负责人签字有效)<br /> <a href="/downloadFile/202412130902.docx" download="个人承诺书模版.docx" style="margin-right: 20px;">
5.相关查新报告、前期科研成果、专利等佐证材料(选择提供)<br /> <a-icon type="download"></a-icon>&nbsp;<span style="color:green;text-decoration:underline;">个人承诺书模版</span>
6.与项目相关的其它证明材料或文件等(选择提供)<br /> </a>
</div> <a href="/downloadFile/202412130903.docx" download="项目资金预算编制说明.docx" style="margin-right: 20px;">
<a-icon type="download"></a-icon>&nbsp;<span style="color:green;text-decoration:underline;">项目资金预算编制说明</span>
</a>
</div>
</a-col> </a-col>
</a-row> --> </a-row>
<a-row type="flex" class="row_center"> <a-row type="flex" class="row_center">
<a-col :span="2"> <a-col :span="2">
<div class="special-middle"> <div class="special-middle">
...@@ -47,11 +50,11 @@ ...@@ -47,11 +50,11 @@
</a-col> </a-col>
</a-row> </a-row>
<a-row v-for="(item, index) in fileList" :key="'fileList' + index" type="flex"> <a-row v-for="(item, index) in fileList" :key="'fileList' + index" type="flex">
<a-col :span="2" style="text-align: center;"> <a-col :span="2" style="text-align: center; margin-top: 8px;">
{{ index + 1 }} {{ index + 1 }}
</a-col> </a-col>
<a-col :span="6"> <a-col :span="6">
<div class="special-middle" v-if="index <= 9">{{ item.fileExplain }}</div> <div class="special-middle" v-if="index <= 10">{{ item.fileExplain }}</div>
<a-form-model-item v-else :prop="'fileList.' + index + '.fileExplain'" :rules="{required: item.isRequired, message: '*',trigger: 'blur',}"> <a-form-model-item v-else :prop="'fileList.' + index + '.fileExplain'" :rules="{required: item.isRequired, message: '*',trigger: 'blur',}">
<a-input v-model="item.fileExplain" :maxLength="100" style="width: 100%" :disabled="item.required" /> <a-input v-model="item.fileExplain" :maxLength="100" style="width: 100%" :disabled="item.required" />
</a-form-model-item> </a-form-model-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment