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
d6e89db0
authored
Oct 19, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能修改】工作流:调整 cc 抄送表的字段
parent
1f34aa8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
src/views/bpm/task/copy/index.vue
+10
-3
No files found.
src/views/bpm/task/copy/index.vue
View file @
d6e89db0
...
@@ -45,7 +45,12 @@
...
@@ -45,7 +45,12 @@
<ContentWrap>
<ContentWrap>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
align=
"center"
label=
"流程名"
prop=
"processInstanceName"
min-width=
"180"
/>
<el-table-column
align=
"center"
label=
"流程名"
prop=
"processInstanceName"
min-width=
"180"
/>
<el-table-column
align=
"center"
label=
"流程发起人"
prop=
"startUserName"
min-width=
"100"
/>
<el-table-column
align=
"center"
label=
"流程发起人"
prop=
"startUser.nickname"
min-width=
"100"
/>
<el-table-column
<el-table-column
:formatter=
"dateFormatter"
:formatter=
"dateFormatter"
align=
"center"
align=
"center"
...
@@ -53,8 +58,10 @@
...
@@ -53,8 +58,10 @@
prop=
"processInstanceStartTime"
prop=
"processInstanceStartTime"
width=
"180"
width=
"180"
/>
/>
<el-table-column
align=
"center"
label=
"抄送任务"
prop=
"taskName"
min-width=
"180"
/>
<el-table-column
align=
"center"
label=
"抄送节点"
prop=
"activityName"
min-width=
"180"
/>
<el-table-column
align=
"center"
label=
"抄送人"
prop=
"creatorName"
min-width=
"100"
/>
<el-table-column
align=
"center"
label=
"抄送人"
min-width=
"100"
>
<template
#
default=
"scope"
>
{{
scope
.
row
.
createUser
?.
nickname
||
'系统'
}}
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"抄送意见"
prop=
"reason"
width=
"150"
/>
<el-table-column
align=
"center"
label=
"抄送意见"
prop=
"reason"
width=
"150"
/>
<el-table-column
<el-table-column
align=
"center"
align=
"center"
...
...
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