feat: [bpm][antd] 用户和部门选择组件位置优化

This commit is contained in:
jason
2025-12-04 22:35:40 +08:00
parent d7d883a54c
commit 75a2b331b7
6 changed files with 4 additions and 5 deletions

View File

@@ -25,8 +25,9 @@ import {
Tooltip,
} from 'ant-design-vue';
import { DeptSelectModal, UserSelectModal } from '#/components/select-modal';
import { ImageUpload } from '#/components/upload';
import { DeptSelectModal } from '#/views/system/dept/components';
import { UserSelectModal } from '#/views/system/user/components';
const props = defineProps({
categoryList: {