Commit d543857e authored by jingnan's avatar jingnan 👀

临时工时分配数据转换为小时

parent 72c4cb3c
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="workHour" label="工时分配(h)"> <el-table-column prop="workHour" label="工时分配(h)">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.workHour }} <span>{{ (scope.row.workHour / 60).toFixed(3)}}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment