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
e726c1dc
authored
Jan 25, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】Bpm:数据报表
parent
107b1d37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/views/bpm/processInstance/report/index.vue
+2
-1
No files found.
src/views/bpm/processInstance/report/index.vue
View file @
e726c1dc
...
...
@@ -106,7 +106,7 @@
>
<!-- TODO 可以根据formField的type进行展示方式的控制,现在全部以字符串 -->
<
template
#
default=
"scope"
>
{{
scope
.
row
.
variables
.
find
(
variable
=>
variable
.
key
===
item
.
field
)?.
value
}}
{{
scope
.
row
.
variables
.
find
(
(
variable
)
=>
variable
.
key
===
item
.
field
)?.
value
}}
</
template
>
</el-table-column>
</el-table>
...
...
@@ -157,6 +157,7 @@ const getList = async () => {
const
data
=
await
ProcessInstanceApi
.
getProcessInstanceReportPage
(
queryParams
)
list
.
value
=
data
.
pageResult
.
list
total
.
value
=
data
.
pageResult
.
total
// TODO @lesan:不确定,能不能通过 processDefinitionId 获取流程定义哈,从而拿到 formFields;
formFieldsList
.
value
=
data
.
formFields
}
finally
{
loading
.
value
=
false
...
...
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