Commit 83541c6f authored by youjie's avatar youjie

no message

parent e2538127
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</el-table-column> </el-table-column>
<el-table-column label="小计" min-width="70" style="background:#EAEAEA"> <el-table-column label="小计" min-width="70" style="background:#EAEAEA">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.Money.toFixed(2)}} {{scope.row.HotelMoeny.toFixed(2)}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="付款方式" min-width="80" style="background:#EAEAEA"> <el-table-column label="付款方式" min-width="80" style="background:#EAEAEA">
...@@ -183,6 +183,11 @@ ...@@ -183,6 +183,11 @@
{{scope.row.CustomerPayType==1?'到店自付':'出发前付款'}} {{scope.row.CustomerPayType==1?'到店自付':'出发前付款'}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="手配費" min-width="80" style="background:#EAEAEA">
<template slot-scope="scope">
{{item.HandFittingFee?item.HandFittingFee:'-'}}
</template>
</el-table-column>
</el-table> </el-table>
</div> </div>
<el-table :data="item.list" style="width:100%" border> <el-table :data="item.list" style="width:100%" border>
......
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