|
|
@ -21,7 +21,7 @@ |
|
|
|
操作说明 |
|
|
|
</h4> |
|
|
|
<p>1、可以到居民信息中查看本次导入的数据。</p> |
|
|
|
<p>2、导入失效的数据,您可以下载失败文件修改后,重新创建任务导入。</p> |
|
|
|
<p>2、您可以下载导入失败的数据,按错误提示更正后新建任务再次导入。</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<h3 class="title-small">数据导入明细</h3> |
|
|
@ -41,19 +41,18 @@ |
|
|
|
@click="handelClickLook('fail')" |
|
|
|
>查看</el-button |
|
|
|
> |
|
|
|
<!-- --> |
|
|
|
<i class="el-icon-download" style="margin-left: 16px;"></i> |
|
|
|
<a |
|
|
|
v-if="resultDescFile" |
|
|
|
:href="resultDescFile" |
|
|
|
target="_blank" |
|
|
|
style="color: #ff4d4f; cursor: pointer" |
|
|
|
>下载结果说明</a |
|
|
|
>下载导入失败数据</a |
|
|
|
> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-dialog |
|
|
|
title="列表" |
|
|
|
title="导入结果明细" |
|
|
|
:visible.sync="showTable" |
|
|
|
width="50%" |
|
|
|
v-if="showTable" |
|
|
|