Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
607c2b6c
authored
Mar 27, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BPM:完善文档说明
parent
77971f9c
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
37 additions
and
6 deletions
+37
-6
src/views/bpm/category/index.vue
+2
-0
src/views/bpm/form/index.vue
+1
-1
src/views/bpm/model/index.vue
+7
-1
src/views/bpm/oa/leave/index.vue
+1
-1
src/views/bpm/processExpression/index.vue
+2
-0
src/views/bpm/processInstance/create/index.vue
+2
-0
src/views/bpm/processInstance/index.vue
+1
-1
src/views/bpm/processListener/index.vue
+2
-0
src/views/bpm/task/copy/index.vue
+5
-0
src/views/bpm/task/done/index.vue
+7
-1
src/views/bpm/task/todo/index.vue
+7
-1
No files found.
src/views/bpm/category/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"工作流手册"
url=
"https://doc.iocoder.cn/bpm/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
<el-form
...
...
src/views/bpm/form/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"
工作流手册"
url=
"https://doc.iocoder.cn/bp
m/"
/>
<doc-alert
title=
"
审批接入(流程表单)"
url=
"https://doc.iocoder.cn/bpm/use-bpm-for
m/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
src/views/bpm/model/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"工作流手册"
url=
"https://doc.iocoder.cn/bpm/"
/>
<doc-alert
title=
"流程设计器(BPMN)"
url=
"https://doc.iocoder.cn/bpm/model-designer-dingding/"
/>
<doc-alert
title=
"流程设计器(钉钉、飞书)"
url=
"https://doc.iocoder.cn/bpm/model-designer-bpmn/"
/>
<doc-alert
title=
"选择审批人、发起人自选"
url=
"https://doc.iocoder.cn/bpm/assignee/"
/>
<doc-alert
title=
"会签、或签、依次审批"
url=
"https://doc.iocoder.cn/bpm/multi-instance/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
src/views/bpm/oa/leave/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"
工作流手册"
url=
"https://doc.iocoder.cn/bp
m/"
/>
<doc-alert
title=
"
审批接入(业务表单)"
url=
"https://doc.iocoder.cn/bpm/use-business-for
m/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
src/views/bpm/processExpression/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"流程表达式"
url=
"https://doc.iocoder.cn/bpm/expression/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
<el-form
...
...
src/views/bpm/processInstance/create/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"流程发起、取消、重新发起"
url=
"https://doc.iocoder.cn/bpm/process-instance/"
/>
<!-- 第一步,通过流程定义的列表,选择对应的流程 -->
<!-- 第一步,通过流程定义的列表,选择对应的流程 -->
<ContentWrap
v-if=
"!selectProcessDefinition"
v-loading=
"loading"
>
<ContentWrap
v-if=
"!selectProcessDefinition"
v-loading=
"loading"
>
<el-tabs
tab-position=
"left"
v-model=
"categoryActive"
>
<el-tabs
tab-position=
"left"
v-model=
"categoryActive"
>
...
...
src/views/bpm/processInstance/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"
工作流手册"
url=
"https://doc.iocoder.cn/bpm
/"
/>
<doc-alert
title=
"
流程发起、取消、重新发起"
url=
"https://doc.iocoder.cn/bpm/process-instance
/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
src/views/bpm/processListener/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"执行监听器、任务监听器"
url=
"https://doc.iocoder.cn/bpm/listener/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
<el-form
...
...
src/views/bpm/task/copy/index.vue
View file @
607c2b6c
<!-- 工作流 - 抄送我的流程 -->
<!-- 工作流 - 抄送我的流程 -->
<
template
>
<
template
>
<doc-alert
title=
"审批转办、委派、抄送"
url=
"https://doc.iocoder.cn/bpm/task-delegation-and-cc/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
<el-form
ref=
"queryFormRef"
:inline=
"true"
class=
"-mb-15px"
label-width=
"68px"
>
<el-form
ref=
"queryFormRef"
:inline=
"true"
class=
"-mb-15px"
label-width=
"68px"
>
...
...
src/views/bpm/task/done/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"工作流手册"
url=
"https://doc.iocoder.cn/bpm/"
/>
<doc-alert
title=
"审批通过、不通过、驳回"
url=
"https://doc.iocoder.cn/bpm/task-todo-done/"
/>
<doc-alert
title=
"审批加签、减签"
url=
"https://doc.iocoder.cn/bpm/sign/"
/>
<doc-alert
title=
"审批转办、委派、抄送"
url=
"https://doc.iocoder.cn/bpm/task-delegation-and-cc/"
/>
<doc-alert
title=
"审批加签、减签"
url=
"https://doc.iocoder.cn/bpm/sign/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
src/views/bpm/task/todo/index.vue
View file @
607c2b6c
<
template
>
<
template
>
<doc-alert
title=
"工作流手册"
url=
"https://doc.iocoder.cn/bpm/"
/>
<doc-alert
title=
"审批通过、不通过、驳回"
url=
"https://doc.iocoder.cn/bpm/task-todo-done/"
/>
<doc-alert
title=
"审批加签、减签"
url=
"https://doc.iocoder.cn/bpm/sign/"
/>
<doc-alert
title=
"审批转办、委派、抄送"
url=
"https://doc.iocoder.cn/bpm/task-delegation-and-cc/"
/>
<doc-alert
title=
"审批加签、减签"
url=
"https://doc.iocoder.cn/bpm/sign/"
/>
<ContentWrap>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- 搜索工作栏 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment