|
|
@ -106,6 +106,9 @@ |
|
|
|
<deductAdd ref="divDeduct" v-show="viewState == 3" @doback="resetState" @reloadlist="getList"/> |
|
|
|
<!-- 导入 --> |
|
|
|
<el-dialog :visible.sync="dialogVisible" width="60%" :show-close="false"> |
|
|
|
<div> |
|
|
|
<el-button size="small" type="text" style="font-weight: bold" @click="downLoad">下载当月还款记录模板</el-button> |
|
|
|
</div> |
|
|
|
<el-card class="box-card"> |
|
|
|
<div> |
|
|
|
<el-upload |
|
|
@ -122,7 +125,6 @@ |
|
|
|
:data="uploadData" |
|
|
|
:headers="headers" |
|
|
|
> |
|
|
|
<el-button style="margin-left: 10px;" size="small" type="primary" @click="downLoad">下载模板</el-button> |
|
|
|
<el-button slot="trigger" size="small" type="primary">选取文件</el-button> |
|
|
|
<el-button style="margin-left: 10px;" size="small" type="success" @click="submitUpload">上传</el-button> |
|
|
|
</el-upload> |
|
|
|