|
@@ -36,7 +36,7 @@
|
|
|
<a-button type="primary" icon="import"
|
|
<a-button type="primary" icon="import"
|
|
|
@click="downloadTemplat">下载导入模版
|
|
@click="downloadTemplat">下载导入模版
|
|
|
</a-button>
|
|
</a-button>
|
|
|
- <a-button type="primary" icon="import"
|
|
|
|
|
|
|
+ <a-button type="primary" icon="import" v-has="'taskImport:excelError'"
|
|
|
@click="handleExportXls('失败数据')">下载失败数据
|
|
@click="handleExportXls('失败数据')">下载失败数据
|
|
|
</a-button>
|
|
</a-button>
|
|
|
</div>
|
|
</div>
|