fix: 合并问题修复
parent
a2424e13d5
commit
50fdab86b3
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue