Commit 0ab14f0a authored by youjie's avatar youjie

no message

parent 16cd9ed1
......@@ -66,9 +66,9 @@
<!-- <td>{{ item.TravelAgency_SignAddress }}</td> -->
<td>{{ item.Money?item.Money:'' }}~{{ item.MaxMoney?item.MaxMoney:'' }}</td>
<td>{{ item.Ratio?item.Ratio:'-' }}</td>
<td>{{ item.Ratio?item.Ratio+'‰':'-' }}</td>
<td>{{ item.TradeMoney?item.TradeMoney:'-' }}</td>
<td>{{ item.TotalClosePrice?item.TotalClosePrice:'-' }}</td>
<td>{{ item.TotalClosePrice?item.TotalClosePrice.toFixed(2):'-' }}</td>
<td>
<el-popover width="500" trigger="click">
<el-table
......
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