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
8c9bf457
authored
Feb 26, 2025
by
huchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:1.修复流程编号显示错误
2."流程-高级筛选-流程发起人"实际选择的并非发起人而是分类,与页面已有流程分类筛选条件重复,故移除 3.修复"流程-已办任务"defineOptions命名错误
parent
3154aa75
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 @
8c9bf457
...
...
@@ -75,7 +75,7 @@
<Icon
icon=
"ep:plus"
class=
"mr-5px"
/>
高级筛选
</el-button>
</
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
v-model="queryParams.category"
placeholder="请选择流程发起人"
...
...
@@ -89,7 +89,7 @@
:value="category.code"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"所属流程"
class=
"bold-label"
...
...
src/views/bpm/task/done/index.vue
View file @
8c9bf457
...
...
@@ -81,7 +81,7 @@
</el-button>
</
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
v-model="queryParams.category"
placeholder="请选择流程发起人"
...
...
@@ -95,7 +95,7 @@
:value="category.code"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
v-model=
"queryParams.createTime"
...
...
@@ -170,7 +170,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</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=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
...
...
@@ -193,7 +193,7 @@ import { dateFormatter, formatPast2 } from '@/utils/formatTime'
import
*
as
TaskApi
from
'@/api/bpm/task'
import
{
CategoryApi
,
CategoryVO
}
from
'@/api/bpm/category'
defineOptions
({
name
:
'Bpm
Todo
Task'
})
defineOptions
({
name
:
'Bpm
Done
Task'
})
const
{
push
}
=
useRouter
()
// 路由
...
...
src/views/bpm/task/manager/index.vue
View file @
8c9bf457
...
...
@@ -87,7 +87,7 @@
{{
formatPast2
(
scope
.
row
.
durationInMillis
)
}}
</
template
>
</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=
"操作"
fixed=
"right"
width=
"80"
>
<
template
#
default=
"scope"
>
...
...
src/views/bpm/task/todo/index.vue
View file @
8c9bf457
...
...
@@ -64,7 +64,7 @@
</el-button>
</
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
v-model="queryParams.category"
placeholder="请选择流程发起人"
...
...
@@ -78,7 +78,7 @@
:value="category.code"
/>
</el-select>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"发起时间"
class=
"bold-label"
label-position=
"top"
prop=
"createTime"
>
<el-date-picker
v-model=
"queryParams.createTime"
...
...
@@ -135,7 +135,7 @@
prop=
"createTime"
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=
"操作"
fixed=
"right"
width=
"80"
>
<
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