Commit de4847e0 authored by youjie's avatar youjie

no message

parent 550e9de5
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
style="width: 100%" style="width: 100%"
row-class-name="font-size-12" row-class-name="font-size-12"
:default-sort = "{prop: 'null', order: 'null'}" :default-sort = "{prop: 'null', order: 'null'}"
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','OrderProfit','DueInMoney']"> :sort-by="['Money','Income','PreferTipAmount','PlatformTax','Refund','CostMoney','OrderProfit','DueInMoney']">
<el-table-column <el-table-column
width="200" width="200"
prop="CreateTimeStr" prop="CreateTimeStr"
...@@ -96,6 +96,8 @@ ...@@ -96,6 +96,8 @@
label="实收" label="实收"
show-overflow-tooltip> show-overflow-tooltip>
</el-table-column> </el-table-column>
<el-table-column sortable prop="PreferTipAmount" label="人头小费" min-width="101">
</el-table-column>
<el-table-column <el-table-column
sortable sortable
prop="PlatformTax" prop="PlatformTax"
......
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