Commit cec43606 authored by 高宇's avatar 高宇

1.检查申请 删除详情的代码

parent 5d38592e
...@@ -317,12 +317,14 @@ ...@@ -317,12 +317,14 @@
/> />
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item>
<el-button class="downloadTemplateDivButton" type="primary" :loading="downloadTemplateLoading" size="small" @click="downloadTemplate">下载模板</el-button>
</el-form-item>
</el-form> </el-form>
<div class="importOne"> <div class="importOne">
<div> <div>
<!-- 下载模型按钮 --> <!-- 下载模型按钮 -->
<div class="downloadTemplateDiv"> <div class="downloadTemplateDiv">
<el-button class="downloadTemplateDivButton" type="primary" :loading="downloadTemplateLoading" size="small" @click="downloadTemplate">下载模板</el-button>
</div> </div>
<div v-if="typeFrom.type === '1'" class="uploadCont"> <div v-if="typeFrom.type === '1'" class="uploadCont">
<el-upload <el-upload
......
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