File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 122
122
<ContentWrap >
123
123
<el-table v-loading =" loading" :data =" list" >
124
124
<el-table-column align =" center" label =" 流程" prop =" processInstance.name" width =" 180" />
125
- <el-table-column label =" 摘要" prop =" summary" min-width =" 180" >
125
+ <el-table-column label =" 摘要" prop =" processInstance. summary" min-width =" 180" >
126
126
<template #default =" scope " >
127
- <div class =" flex flex-col" v-if =" scope.row.summary && scope.row.summary.length > 0" >
128
- <div v-for =" (item, index) in scope.row.summary" :key =" index" >
127
+ <div class =" flex flex-col" v-if =" scope.row.processInstance. summary && scope.row.processInstance .summary.length > 0" >
128
+ <div v-for =" (item, index) in scope.row.processInstance. summary" :key =" index" >
129
129
<el-text type =" info" > {{ item.key }} : {{ item.value }} </el-text >
130
130
</div >
131
131
</div >
Original file line number Diff line number Diff line change 105
105
<ContentWrap >
106
106
<el-table v-loading =" loading" :data =" list" >
107
107
<el-table-column align =" center" label =" 流程" prop =" processInstance.name" width =" 180" />
108
- <el-table-column label =" 摘要" prop =" summary" min-width =" 180" >
108
+ <el-table-column label =" 摘要" prop =" processInstance. summary" min-width =" 180" >
109
109
<template #default =" scope " >
110
- <div class =" flex flex-col" v-if =" scope.row.summary && scope.row.summary.length > 0" >
111
- <div v-for =" (item, index) in scope.row.summary" :key =" index" >
110
+ <div class =" flex flex-col" v-if =" scope.row.processInstance. summary && scope.row.processInstance .summary.length > 0" >
111
+ <div v-for =" (item, index) in scope.row.processInstance. summary" :key =" index" >
112
112
<el-text type =" info" > {{ item.key }} : {{ item.value }} </el-text >
113
113
</div >
114
114
</div >
You can’t perform that action at this time.
0 commit comments