qinzhipeng_v 5 anni fa
parent
commit
f00ccf0adb

+ 3 - 3
src/views/projectManage/projectList/projectIndex.vue

@@ -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>

+ 4 - 4
src/views/projectManage/projectList/projectViewDetails.vue

@@ -113,19 +113,19 @@
               </el-row>
               <el-row>
                 <el-col :span="6">项目负责人:</el-col>
-                <el-col :span="18">{{ form_query.projectOwner }}</el-col>
+                <el-col :span="18">{{ form_query.projectOwnerZh }}</el-col>
               </el-row>
               <el-row>
                 <el-col :span="6">产品负责人:</el-col>
-                <el-col :span="18">{{ form_query.pmOwner }}</el-col>
+                <el-col :span="18">{{ form_query.pmOwnerZh }}</el-col>
               </el-row>
               <el-row>
                 <el-col :span="6">开发负责人:</el-col>
-                <el-col :span="18">{{ form_query.rdOwner }}</el-col>
+                <el-col :span="18">{{ form_query.rdOwnerZh }}</el-col>
               </el-row>
               <el-row>
                 <el-col :span="6">测试负责人:</el-col>
-                <el-col :span="18">{{ form_query.testOwner }}</el-col>
+                <el-col :span="18">{{ form_query.testOwnerZh }}</el-col>
               </el-row>
               <el-row>
                 <el-col :span="5">项目描述:</el-col>