Merge remote-tracking branch 'yudao/dev' into dev

This commit is contained in:
jason
2025-11-26 22:50:12 +08:00
493 changed files with 7592 additions and 4304 deletions

View File

@@ -138,7 +138,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
<template
v-if="
row.status === BpmProcessInstanceStatus.RUNNING &&
row.tasks!.length > 0
row.tasks?.length! > 0
"
>
<!-- 单人审批 -->