fix: 修改应用错误状态

This commit is contained in:
zhengkunwang223 2022-12-26 16:48:57 +08:00 committed by zhengkunwang223
parent cf934801c3
commit eaa0ff18e4

View file

@ -50,7 +50,7 @@
trigger="hover" trigger="hover"
:content="row.message" :content="row.message"
> >
<template #reference>{{ row.status }}</template> <template #reference><Status :key="row.status" :status="row.status"></Status></template>
</el-popover> </el-popover>
<div v-else> <div v-else>
<el-icon v-if="row.status === 'Installing'" class="is-loading"> <el-icon v-if="row.status === 'Installing'" class="is-loading">