|
|
@@ -98,7 +98,7 @@
|
|
|
</el-row>
|
|
|
<span v-if="handlingProjects == null || handlingProjects.length == 0"> 暂无项目 </span>
|
|
|
<project-item v-if="handlingProjects != null || handlingProjects.length > 0"
|
|
|
- v-for="(item,index4) in handlingProjects" :key="index4" :projectItem="item"/>
|
|
|
+ v-for="(item,index4) in handlingProjects" :key="item.id" :projectItem="item"/>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane name="acceptableProject">
|
|
|
<span slot="label">
|