|
@@ -15,7 +15,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="完成率">
|
|
<el-table-column label="完成率">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{scope.row.completionRate}}%
|
|
|
|
|
|
+ {{Number(scope.row.completionRate).toFixed(2)}}%
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|