chore: 流程详情

This commit is contained in:
dap
2024-12-18 09:38:57 +08:00
parent 3de8104e44
commit 129059b7a5
3 changed files with 19 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ const taskInfo = ref<TaskInfo>();
const [BasicModal, modalApi] = useVbenModal({
title: '流程信息',
class: 'w-[1000px]',
footer: false,
onOpenChange: async (isOpen) => {
if (!isOpen) {
return null;