Commit 3863a874 authored by “lixuyan”'s avatar “lixuyan”

修改工时分配

parent 928c169c
...@@ -39,9 +39,9 @@ ...@@ -39,9 +39,9 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="workHour" label="工时分配(min)"> <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