@@ -47,7 +47,11 @@
size="mini"
type="primary"
plain
- v-if="scope.row.status === 'FINISH'"
+ v-if="
+ scope.row.status === 'FINISH' &&
+ (scope.row.hasResultFile === '1' ||
+ scope.row.importFileName !== null)
+ "
@click="
download({
id: scope.row.id,