fix: 合并问题修复
parent
a2424e13d5
commit
50fdab86b3
|
@ -1074,7 +1074,7 @@ onMounted(() => {
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="currentNode.type === NodeType.USER_TASK_NODE">
|
<div v-if="currentNode.type === BpmNodeTypeEnum.USER_TASK_NODE">
|
||||||
<Divider content-position="left">是否需要签名</Divider>
|
<Divider content-position="left">是否需要签名</Divider>
|
||||||
<FormItem name="signEnable">
|
<FormItem name="signEnable">
|
||||||
<Switch
|
<Switch
|
||||||
|
|
|
@ -391,7 +391,7 @@ defineExpose({ validate });
|
||||||
</div>
|
</div>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="流程管理员" name="managerUserIds" class="mb-5">
|
<Form.Item label="流程管理员" name="managerUserIds" class="mb-5">
|
||||||
<div class="flex flex-wrap gap-2">
|
<div class="flex flex-wrap gap-1">
|
||||||
<div
|
<div
|
||||||
v-for="user in selectedManagerUsers"
|
v-for="user in selectedManagerUsers"
|
||||||
:key="user.id"
|
:key="user.id"
|
||||||
|
|
|
@ -170,7 +170,9 @@ async function handleCategorySortSubmit() {
|
||||||
<Dropdown class="ml-2" placement="bottomRight" arrow>
|
<Dropdown class="ml-2" placement="bottomRight" arrow>
|
||||||
<Button>
|
<Button>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
<div class="flex items-center justify-center">
|
||||||
<IconifyIcon icon="lucide:settings" />
|
<IconifyIcon icon="lucide:settings" />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Button>
|
</Button>
|
||||||
<template #overlay>
|
<template #overlay>
|
||||||
|
|
Loading…
Reference in New Issue