feat(projects): 新增用户选择器组件,添加流程干预按钮

This commit is contained in:
AN
2025-06-24 23:46:15 +08:00
parent 81449ea77a
commit b8c771cd1d
4 changed files with 339 additions and 5 deletions

View File

@ -169,6 +169,7 @@ declare module 'vue' {
ThemeSchemaSwitch: typeof import('./../components/common/theme-schema-switch.vue')['default']
TinymceEditor: typeof import('./../components/custom/tinymce-editor.vue')['default']
UserSelect: typeof import('./../components/custom/user-select.vue')['default']
UserSelectModal: typeof import('./../components/custom/user-select-modal.vue')['default']
WaveBg: typeof import('./../components/custom/wave-bg.vue')['default']
}
}