File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 45
45
<ContentWrap >
46
46
<el-table v-loading =" loading" :data =" list" >
47
47
<el-table-column align =" center" label =" 流程名" prop =" processInstanceName" min-width =" 180" />
48
- <el-table-column align =" center" label =" 流程发起人" prop =" startUserName" min-width =" 100" />
48
+ <el-table-column
49
+ align =" center"
50
+ label =" 流程发起人"
51
+ prop =" startUser.nickname"
52
+ min-width =" 100"
53
+ />
49
54
<el-table-column
50
55
:formatter =" dateFormatter"
51
56
align =" center"
52
57
label =" 流程发起时间"
53
58
prop =" processInstanceStartTime"
54
59
width =" 180"
55
60
/>
56
- <el-table-column align =" center" label =" 抄送任务" prop =" taskName" min-width =" 180" />
57
- <el-table-column align =" center" label =" 抄送人" prop =" creatorName" min-width =" 100" />
61
+ <el-table-column align =" center" label =" 抄送节点" prop =" activityName" min-width =" 180" />
62
+ <el-table-column align =" center" label =" 抄送人" min-width =" 100" >
63
+ <template #default =" scope " > {{ scope.row.createUser?.nickname || '系统' }} </template >
64
+ </el-table-column >
58
65
<el-table-column align =" center" label =" 抄送意见" prop =" reason" width =" 150" />
59
66
<el-table-column
60
67
align =" center"
You can’t perform that action at this time.
0 commit comments