Commit 90200eae authored by youjie's avatar youjie

no message

parent 5038e0d3
......@@ -35,12 +35,6 @@
<span>{{ scope.row.OrderId }}</span>
</p>
<p>{{ scope.row.CreateTimeStr }}</p>
<p v-if="scope.row.PlatformMoney">
<span>在途金额:</span>
<span style="color: red;">
{{ scope.row.PlatformMoney }}
</span>
</p>
<p style="font-size: 13px;" v-if="scope.row.SaleRemarks">
<span>销售备注:</span>
<span style="color: red;">{{ scope.row.SaleRemarks? scope.row.SaleRemarks:'无' }}</span>
......@@ -112,6 +106,11 @@
</div>
</template>
</el-table-column>
<el-table-column label="在途金额" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.PlatformMoney }}
</template>
</el-table-column>
<el-table-column
sortable
prop="Money"
......
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