mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat-wip(projects): 新增流程干预,组件命名统一
This commit is contained in:
3
src/typings/api/workflow.api.d.ts
vendored
3
src/typings/api/workflow.api.d.ts
vendored
@ -246,6 +246,9 @@ declare namespace Api {
|
||||
/** 是否显示 */
|
||||
show: boolean;
|
||||
}>;
|
||||
|
||||
type TaskOrHisTask = Task | HisTask;
|
||||
|
||||
/** 任务详情 */
|
||||
type Task = Common.CommonTenantRecord<{
|
||||
/** 任务ID */
|
||||
|
9
src/typings/components.d.ts
vendored
9
src/typings/components.d.ts
vendored
@ -24,7 +24,12 @@ declare module 'vue' {
|
||||
DictTag: typeof import('./../components/custom/dict-tag.vue')['default']
|
||||
ExceptionBase: typeof import('./../components/common/exception-base.vue')['default']
|
||||
FileUpload: typeof import('./../components/custom/file-upload.vue')['default']
|
||||
FlowCategorySelect: typeof import('./../components/custom/workflow/flow-category-select.vue')['default']
|
||||
FlowDrawer: typeof import('./../components/custom/workflow/flow-drawer.vue')['default']
|
||||
FlowInterveneModal: typeof import('./../components/custom/workflow/flow-intervene-modal.vue')['default']
|
||||
FlowPreview: typeof import('./../components/custom/workflow/flow-preview.vue')['default']
|
||||
FlowTaskApprovalModal: typeof import('./../components/custom/workflow/flow-task-approval-modal.vue')['default']
|
||||
FlowTaskPassModal: typeof import('../components/custom/workflow/flow-task-approval-modal.vue')['default']
|
||||
FormTip: typeof import('./../components/custom/form-tip.vue')['default']
|
||||
FullScreen: typeof import('./../components/common/full-screen.vue')['default']
|
||||
GroupTag: typeof import('./../components/custom/group-tag.vue')['default']
|
||||
@ -85,7 +90,7 @@ declare module 'vue' {
|
||||
NColorPicker: typeof import('naive-ui')['NColorPicker']
|
||||
NDataTable: typeof import('naive-ui')['NDataTable']
|
||||
NDatePicker: typeof import('naive-ui')['NDatePicker']
|
||||
NDescription: typeof import('naive-ui')['NDescription']
|
||||
NDescriptionItem: typeof import('naive-ui')['NDescriptionItem']
|
||||
NDescriptions: typeof import('naive-ui')['NDescriptions']
|
||||
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
|
||||
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
||||
@ -165,7 +170,5 @@ declare module 'vue' {
|
||||
TinymceEditor: typeof import('./../components/custom/tinymce-editor.vue')['default']
|
||||
UserSelect: typeof import('./../components/custom/user-select.vue')['default']
|
||||
WaveBg: typeof import('./../components/custom/wave-bg.vue')['default']
|
||||
WorkflowCategorySelect: typeof import('./../components/custom/workflow/workflow-category-select.vue')['default']
|
||||
WorkflowTaskApplyModal: typeof import('./../components/custom/workflow/workflow-task-apply-modal.vue')['default']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user