|
@@ -15,7 +15,7 @@
|
|
|
<el-table-column prop="title" label="标题内容" min-width="300" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column label="项目">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.project[0].localName }}
|
|
|
+ {{ scope.row.project && scope.row.project.length && scope.row.project[0].localName || '' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="模块" width="200">
|