Browse Source

需求主页pm展示错误修复

qinzhipeng_v 5 years ago
parent
commit
0c140b3c46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/projectManage/requirement/list/index.vue

+ 2 - 2
src/views/projectManage/requirement/list/index.vue

@@ -108,9 +108,9 @@
             {{ scope.row.belongingProjectName }}
           </template>
         </el-table-column>
-        <el-table-column prop="pm" label="PM" min-width="100" show-overflow-tooltip align="center">
+        <el-table-column label="PM" min-width="100" show-overflow-tooltip align="center">
           <template v-slot="scope">
-            {{ scope.row.pm[0]?scope.row.pm[0].name:'无' }}
+            {{ scope.row.pm.name }}
           </template>
         </el-table-column>
         <el-table-column prop="taskCount" min-width="100" label="任务总数" show-overflow-tooltip align="center" />