Commit 9f0f0f8e authored by youjie's avatar youjie

我的订单预期利润

parent e32b731e
......@@ -10,7 +10,7 @@
style="width: 100%"
row-class-name="font-size-12"
:default-sort = "{prop: 'null', order: 'null'}"
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','DueInMoney']">
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','OrderProfit','DueInMoney']">
<el-table-column
width="200"
prop="CreateTimeStr"
......@@ -123,6 +123,8 @@
<span :class="{'red':scope.row.DueInMoney>0}">{{scope.row.DueInMoney}}</span>
</template>
</el-table-column>
<el-table-column sortable prop="OrderProfit" label="预期利润" min-width="100">
</el-table-column>
<el-table-column
sortable
prop="DiscountsMoney"
......
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