加入长任务支持

This commit is contained in:
marvzhang
2020-02-19 13:17:01 +08:00
parent e4c012cf2f
commit 010f3ec1fa
9 changed files with 130 additions and 25 deletions

View File

@@ -51,8 +51,9 @@ export default {
return 'el-icon-video-pause'
} else if (this.status === 'abnormal') {
return 'el-icon-question'
} else {
return 'el-icon-question'
}
return ''
}
}
}