Browse Source

修改模块name

qinzhipeng_v 5 years ago
parent
commit
1ba59b3b83

+ 1 - 1
src/views/projectManage/taskList/taskIndex.vue

@@ -148,7 +148,7 @@
           <template slot-scope="scope">{{ scope.row.typeString }}</template>
         </el-table-column> -->
         <el-table-column label="模块" min-width="100" align="center" show-overflow-tooltip>
-          <template slot-scope="scope">{{ scope.row.clientTypeString }}</template>
+          <template slot-scope="scope">{{ scope.row.moduleInfoName }}</template>
         </el-table-column>
         <el-table-column label="是否免测" min-width="80" align="center">
           <template slot-scope="scope">{{ scope.row.noTestString }}</template>

+ 2 - 2
src/views/projectManage/taskList/taskViewDetails.vue

@@ -119,9 +119,9 @@
                 >{{ task_form.requireName }}</span>
               </el-form-item>
               <el-form-item
-                label="业务线/平台/模块:"
+                label="模块:"
                 label-width="150px"
-              >{{ task_form.bizIdString }} / {{ task_form.typeString }} / {{ task_form.clientTypeString }}</el-form-item>
+              >{{ task_form.moduleInfoName }}</el-form-item>
               <el-form-item label="是否免测:" label-width="150px">{{ task_form.noTestString }}</el-form-item>
               <el-form-item label="开发负责人:" label-width="150px">{{ task_form.rdObject === null? '' : task_form.rdObject.name }}</el-form-item>
               <el-form-item label="测试负责人:" label-width="150px">{{ task_form.qaObject === null? '' : task_form.qaObject.name }}</el-form-item>