Commit 81fdb477 authored by liudong1993's avatar liudong1993

1

parent b1513daf
......@@ -294,7 +294,7 @@
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
......
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