This commit is contained in:
liushuai
2018-12-25 20:05:49 +08:00
parent 5fd49aa262
commit 6f173e5723
3 changed files with 5 additions and 4 deletions

View File

@@ -73,7 +73,7 @@
<el-progress
:text-inside="true"
:stroke-width="18"
:percentage="parseFloat((100*scope.row.合同物料到货总数/scope.row.合同物料采购总数).toFixed(2))"
:percentage="(parseInt(10000*(scope.row.合同物料到货总数)/scope.row.合同物料采购总数)) / 100"
status="success"/>
</template>
</el-table-column>