|
@@ -129,13 +129,13 @@
|
|
|
<template slot-scope="scope">{{ scope.row.projectTypeStr }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="项目负责人" min-width="120" align="center" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">{{ scope.row.projectOwner }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.projectOwnerZh }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="产品负责人" min-width="120" align="center" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">{{ scope.row.pmOwner }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.pmOwnerZh }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="开发负责人" min-width="120" align="center" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">{{ scope.row.rdOwner }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.rdOwnerZh }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="需求" min-width="80" align="center">
|
|
|
<template slot-scope="scope">{{ scope.row.requirementCount }}</template>
|