This commit is contained in:
chenjianan
2019-03-06 13:33:36 +08:00
parent 4fea89117e
commit 461211f5d2
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@
<el-progress
:text-inside="true"
:stroke-width="18"
:percentage="100*(Number(scope.row.已付金额))/scope.row.合同总额"
:percentage="(100*(Number(scope.row.已付金额))/scope.row.合同总额).toFixed(2)"
status="success"/>
</template>
</el-table-column>

View File

@@ -18,7 +18,7 @@
</el-card>
<el-card>
<el-table v-loading="" :data="tableData1" show-summary stripe border style="width: 100%;max-height: 500px;" height="500px" size="mini">
<el-table v-loading="" :data="tableData1" show-summary stripe border style="width: 100%;max-height: 600px;" height="600px" size="mini">
<el-table-column label="序号" align="center" width="80" type="index"/>
<el-table-column label="项目名称" align="center" min-width="100">
<template slot-scope="scope">