|
@@ -195,13 +195,13 @@
|
|
|
<!-- <span class="colorText" >{{scope.row.departmentCascade}}</span> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column v-for="(item, index) in planDataWithStationHead" :key="index" :label="item" align="center" min-width="150">
|
|
|
+ <el-table-column v-for="(item, index) in planDataWithStationHead" :key="index" :label="item" align="center" min-width="250">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-for="(items, indexs) in scope.row.deptList" :key="indexs" >
|
|
|
<div v-if="items.startDate == item">
|
|
|
- 计划数:{{items.planNum}} {{items.planHour}}分钟 {{items.planCost}}元
|
|
|
- 实际数:{{items.nowNum}} {{items.nowHour}}分钟 {{items.nowCost}}元
|
|
|
- 进度:{{items.progress}}
|
|
|
+ <div>计划数:{{items.planNum}} {{items.planHour}}分钟 {{items.planCost}}元 </div>
|
|
|
+ <div>实际数:{{items.nowNum}} {{items.nowHour}}分钟 {{items.nowCost}}元</div>
|
|
|
+ <div>进度:{{items.progress}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|