fix: 首页工作流卡片进度表未接入数据
This commit is contained in:
parent
b905629599
commit
2c87d46390
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user