qinzhipeng_v před 5 roky
rodič
revize
0f52bad57c

+ 2 - 2
src/views/projectManage/components/demand.vue

@@ -14,7 +14,7 @@
     <div v-if="tableHeader === true" class="Layout_space_between" style="height: 40px;;border: 1px solid #EBEEF5;">
       <div class="Layout_flex_start" style="width: 90%">
         <el-checkbox v-model="checkAlls" style="padding: 17.5px; line-height: 20px; border-right: 1px solid #EBEEF5" @change="changeCheckout(checkAlls)" />
-        <div style="margin: 0 30px 0 10px" class="endCheck"> 已选择 {{ taskList.length }} 个</div>
+        <div style="margin: 0 30px 0 10px" class="endCheck"> 已选择 <span style="color:rgba(64,158,255,1) ">{{ taskList.length }}</span> 个</div>
         <div class="endCheck cursorPo" @click="clickAddScheduling(1)"><i class="el-icon-document" /> 添加排期</div>
       </div>
       <div class="endCheck cursorPo" @click="Deselect">取消选择</div>
@@ -43,7 +43,7 @@
             </div>
 
             <div class="templatCreator">
-              开发负责人{{ scope.row.rdObject.name !== null? scope.row.rdObject.name: '无' }} 测试负责人: {{ scope.row.qaObject.name !== null?scope.row.qaObject.name: '无' }}
+              开发负责人:{{ scope.row.rdObject.name !== null? scope.row.rdObject.name: '无' }} 测试负责人: {{ scope.row.qaObject.name !== null?scope.row.qaObject.name: '无' }}
             </div>
           </div>
           <el-input v-if="scope.row.vsInput" ref="taskName" v-model="taskName" type="textarea" rows="4" placeholder="请输入内容" maxlength="150" show-word-limit @blur="changeTaskName(scope.row)" />

+ 1 - 1
src/views/projectManage/components/scheduleList.vue

@@ -23,7 +23,7 @@
       <el-table-column prop="dayLength" label="时长" min-width="50" />
       <el-table-column prop="peopleList" label="参与人员" min-width="150" show-overflow-tooltip>
         <template slot-scope="scope">
-          <div v-for="(item, index) in scope.row.peopleObjectList" :key="index">{{ item.name }}</div>
+          <div v-for="(item, index) in scope.row.peopleObjectList" :key="index" class="Layout_flex_start">{{ item.name }}</div>
         </template>
       </el-table-column>
       <el-table-column label="操作" width="120">