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
Unverified
Commit
7993c32f
authored
Mar 01, 2025
by
芋道源码
Committed by
Gitee
Mar 01, 2025
Browse files
Options
Browse Files
Download
Plain Diff
!716 修复流程模块相关问题
Merge pull request !716 from huchao/master
parents
3154aa75
8c9bf457
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
src/views/bpm/processInstance/index.vue
+2
-2
src/views/bpm/task/done/index.vue
+4
-4
src/views/bpm/task/manager/index.vue
+1
-1
src/views/bpm/task/todo/index.vue
+3
-3
No files found.
src/views/bpm/processInstance/index.vue
View file @
7993c32f
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
高级筛选
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
高级筛选
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
<el-form-item
label=
"所属流程"
label=
"所属流程"
class=
"bold-label"
class=
"bold-label"
...
...
src/views/bpm/task/done/index.vue
View file @
7993c32f
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
<el-date-picker
v-model=
"queryParams.createTime"
v-model=
"queryParams.createTime"
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
@@ -193,7 +193,7 @@ import { dateFormatter, formatPast2 } from '@/utils/formatTime'
...
@@ -193,7 +193,7 @@ import { dateFormatter, formatPast2 } from '@/utils/formatTime'
import
*
as
TaskApi
from
'@/api/bpm/task'
import
*
as
TaskApi
from
'@/api/bpm/task'
import
{
CategoryApi
,
CategoryVO
}
from
'@/api/bpm/category'
import
{
CategoryApi
,
CategoryVO
}
from
'@/api/bpm/category'
defineOptions
({
name
:
'Bpm
Todo
Task'
})
defineOptions
({
name
:
'Bpm
Done
Task'
})
const
{
push
}
=
useRouter
()
// 路由
const
{
push
}
=
useRouter
()
// 路由
...
...
src/views/bpm/task/manager/index.vue
View file @
7993c32f
...
@@ -87,7 +87,7 @@
...
@@ -87,7 +87,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
...
src/views/bpm/task/todo/index.vue
View file @
7993c32f
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
</el-button>
</el-button>
</
template
>
</
template
>
<el-form-item
label=
"流程发起人"
class=
"bold-label"
label-position=
"top"
prop=
"category"
>
<
!-- <
el-form-item label="流程发起人" class="bold-label" label-position="top" prop="category">
<el-select
<el-select
v-model="queryParams.category"
v-model="queryParams.category"
placeholder="请选择流程发起人"
placeholder="请选择流程发起人"
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
:value="category.code"
:value="category.code"
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
<el-date-picker
v-model=
"queryParams.createTime"
v-model=
"queryParams.createTime"
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
prop=
"createTime"
prop=
"createTime"
width=
"180"
width=
"180"
/>
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
i
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"流程编号"
prop=
"
processInstanceI
d"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"任务编号"
prop=
"id"
:show-overflow-tooltip=
"true"
/>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<el-table-column
align=
"center"
label=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
...
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