|
@@ -50,9 +50,9 @@
|
|
<el-button type="primary" @click="showImportResult=false">确定</el-button>
|
|
<el-button type="primary" @click="showImportResult=false">确定</el-button>
|
|
</span>
|
|
</span>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
- <el-dialog title="导入研究中心数据" v-if="intoCenterDialog" :visible.sync="intoCenterDialog" customClass="customWidth" width="500px">
|
|
|
|
|
|
+ <el-dialog :title="`导入${user.timeType.customDegreeName}数据`" v-if="intoCenterDialog" :visible.sync="intoCenterDialog" customClass="customWidth" width="500px">
|
|
<p>1. 下载
|
|
<p>1. 下载
|
|
- <el-link type="primary" style="margin-left:5px;" :underline="false" href="./upload/研究中心导入模板.xlsx" download="研究中心导入模板.xlsx">研究中心导入模板.xlsx</el-link>
|
|
|
|
|
|
+ <el-link type="primary" style="margin-left:5px;" :underline="false" href="./upload/研究中心导入模板.xlsx" :download="`${user.timeType.customDegreeName}导入模板.xlsx`">{{user.timeType.customDegreeName}}导入模板.xlsx</el-link>
|
|
</p>
|
|
</p>
|
|
<!-- <p>2. 填写excel模板,请确保模板中的项目和人员已添加到系统中。</p> -->
|
|
<!-- <p>2. 填写excel模板,请确保模板中的项目和人员已添加到系统中。</p> -->
|
|
<p style="display: flex;justify-content: center;padding:1em 0">
|
|
<p style="display: flex;justify-content: center;padding:1em 0">
|