@@ -239,10 +239,11 @@ export default {
this.isDelete = false
}
for (const file of this.tableDataSelection) {
- if (file.status === '转档中' || file.status === '<span style=\"color: gray\">转档失败</span>') {
- this.isDownload = true
- } else {
+ if (file.status === '<span style="color: #0dd299">转档成功</span>') {
this.isDownload = false
+ return
+ } else {
+ this.isDownload = true
},