feat:【bpm】流程发起界面,优化分类跳转

This commit is contained in:
YunaiV
2025-12-24 22:18:14 +08:00
parent e3bb55e8af
commit 625c6258dd
2 changed files with 130 additions and 107 deletions

View File

@@ -6,6 +6,7 @@ export interface ProcessDefinition {
key: string
name: string
description?: string
icon?: string
category: string
formType?: number
formId?: number