File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 122122 <ContentWrap >
123123 <el-table v-loading =" loading" :data =" list" >
124124 <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" >
126126 <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" >
129129 <el-text type =" info" > {{ item.key }} : {{ item.value }} </el-text >
130130 </div >
131131 </div >
Original file line number Diff line number Diff line change 105105 <ContentWrap >
106106 <el-table v-loading =" loading" :data =" list" >
107107 <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" >
109109 <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" >
112112 <el-text type =" info" > {{ item.key }} : {{ item.value }} </el-text >
113113 </div >
114114 </div >
You can’t perform that action at this time.
0 commit comments