Commit f82ca9f8 authored by liudong1993's avatar liudong1993

1

parent f1f69cb0
......@@ -38,7 +38,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -48,6 +48,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......@@ -93,7 +98,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -103,6 +108,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......@@ -150,7 +160,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -160,6 +170,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......@@ -205,7 +220,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -215,6 +230,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......@@ -262,7 +282,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -272,6 +292,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......@@ -317,7 +342,7 @@
{{scope.row.CostFee.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="预估金额" align="center">
<el-table-column prop="" label="初始预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFee.toFixed(2)}}
</template>
......@@ -327,6 +352,11 @@
{{scope.row.MaoLiRate}}%
</template>
</el-table-column>
<el-table-column prop="" label="最新预估" align="center">
<template slot-scope="scope">
{{scope.row.ExpectedFeeNew.toFixed(2)}}
</template>
</el-table-column>
<el-table-column prop="" label="Top" align="center" width="45">
<template slot-scope="scope">
{{scope.row.Sort}}
......
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