feat(sj_1.0.0): 修复工作流看板显示错误问题

This commit is contained in:
opensnail 2024-05-07 10:22:51 +08:00
parent 8b15a96ab4
commit 790e4a71be

View File

@ -154,7 +154,7 @@ const cardData = computed<CardData[]>(() => [
key: 'workflow',
title: $t('page.home.workflow'),
tip: $t('page.home.workflowTip'),
value: 7,
value: props.modelValue?.workFlowTask.totalNum,
unit: '',
color: {
start: '#ec6f6f',