fix: 首页工作流卡片进度表未接入数据

This commit is contained in:
dhb52 2024-05-22 15:19:03 +08:00
parent b905629599
commit 2c87d46390

View File

@ -268,7 +268,7 @@ function getGradientColor(color: CardData['color']) {
type="line"
color="#728bf9"
rail-color="#ebebeb"
:percentage="12.58 ?? 0"
:percentage="props.modelValue?.workFlowTask.successRate ?? 0"
indicator-text-color="#fff"
/>
<DardRetryChart v-else-if="item.key === 'retryTask'" :model-value="props.modelValue?.retryTaskBarList" />