Commit efa9c1c4 authored by wangxl's avatar wangxl

333

parent ea8621ca
......@@ -3,7 +3,7 @@
<a-row>
<a-col :span="24">
<div class="tb-title">
<span>项目组主要成员 <strong style="color: red;">(注:不包含项目申请人)</strong>
<span>项目组主要成员 <strong style="color: red;">(注:不包含项目申请人,附件格式.doc, .docx, .pdf)</strong>
<a :href="'/downloadFile/memberInfo.xlsx'" download="memberInfo.xlsx" style="margin-left: 12px;">
<a-icon type="download"></a-icon>&nbsp;<span style="color:green;text-decoration:underline;">项目组成员模板下载</span>
</a>
......@@ -174,7 +174,7 @@
</a-col>
<a-col :span="4">
<div class="special-middle">
<file-load :file.sync="dataList[index]" :index="index" :name="'members'" :format="['doc', 'docx']"/>
<file-load :file.sync="dataList[index]" :index="index" :name="'members'" :format="['doc', 'docx', 'pdf']" />
</div>
</a-col>
<a-col :span="3">
......
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