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>