qinzhipeng_v 5 жил өмнө
parent
commit
99efc4f314

+ 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" class="Layout_flex_start">{{ item.name }}</div>
+          <span v-for="(item, index) in scope.row.peopleObjectList" :key="index" class="Layout_flex_start">{{ item.name }}</span>
         </template>
       </el-table-column>
       <el-table-column label="操作" width="120">