fix: 合并问题修复

pull/135/head
jason 2025-06-09 17:01:35 +08:00
parent a2424e13d5
commit 50fdab86b3
3 changed files with 5 additions and 3 deletions

View File

@ -1074,7 +1074,7 @@ onMounted(() => {
</FormItem>
</div>
<div v-if="currentNode.type === NodeType.USER_TASK_NODE">
<div v-if="currentNode.type === BpmNodeTypeEnum.USER_TASK_NODE">
<Divider content-position="left">是否需要签名</Divider>
<FormItem name="signEnable">
<Switch

View File

@ -391,7 +391,7 @@ defineExpose({ validate });
</div>
</Form.Item>
<Form.Item label="流程管理员" name="managerUserIds" class="mb-5">
<div class="flex flex-wrap gap-2">
<div class="flex flex-wrap gap-1">
<div
v-for="user in selectedManagerUsers"
:key="user.id"

View File

@ -170,7 +170,9 @@ async function handleCategorySortSubmit() {
<Dropdown class="ml-2" placement="bottomRight" arrow>
<Button>
<template #icon>
<div class="flex items-center justify-center">
<IconifyIcon icon="lucide:settings" />
</div>
</template>
</Button>
<template #overlay>