feat(workbench): keep progress detail return context
This commit is contained in:
@@ -75,6 +75,7 @@ test('workbench summary builds real user notifications and progress from request
|
||||
summary.progressItems[0].steps.map((step) => step.label),
|
||||
['创建单据', '待提交', '直属领导审批', '财务审批']
|
||||
)
|
||||
assert.equal(summary.progressItems[0].expenseTypeLabel, '差旅交通')
|
||||
assert.equal(summary.notifications.length, 1)
|
||||
assert.equal(summary.unreadNotificationCount, 1)
|
||||
assert.equal(summary.expenseStatsDetail.distributionRows[0].label, '差旅交通')
|
||||
|
||||
Reference in New Issue
Block a user