|
@@ -363,7 +363,7 @@
|
|
|
<el-table-column prop="groupName" label="分组名称" min-width="100"></el-table-column>
|
|
|
<el-table-column prop="workingTime" label="工时(h)" min-width="50" align="right" header-align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span style="margin-right:20px">{{scope.row.leftworkingTime ? scope.row.leftworkingTime.toFixed(1) + '(h)' : ''}}</span>
|
|
|
+ <span style="margin-right:20px">{{scope.row.workingTime ? scope.row.workingTime.toFixed(1) + '(h)' : ''}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
@@ -377,7 +377,7 @@
|
|
|
<el-table-column prop="groupName" label="分组名称" min-width="100"></el-table-column>
|
|
|
<el-table-column prop="workingTime" label="工时(h)" min-width="50" align="right" header-align="center">
|
|
|
<template slot-scope="scope">
|
|
|
- <span style="margin-right:20px">{{scope.row.rightworkingTime ? scope.row.rightworkingTime.toFixed(1) + '(h)' : ''}}</span>
|
|
|
+ <span style="margin-right:20px">{{scope.row.workingTime ? scope.row.workingTime.toFixed(1) + '(h)' : ''}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|