Commit 95e15366 authored by youjie's avatar youjie

no message

parent 952edfca
......@@ -9,7 +9,8 @@
tooltip-effect="dark"
style="width: 100%"
row-class-name="font-size-12"
:default-sort = "{prop: 'date', order: 'descending'}">
:default-sort = "{prop: 'Money', order: 'null'}"
:sort-by="['Money','Income','PlatformTax','Refund','CostMoney','DueInMoney']">
<el-table-column
width="200"
prop="CreateTimeStr"
......@@ -102,6 +103,7 @@
</el-table-column>
<el-table-column
sortable
prop="DueInMoney"
label="待收"
show-overflow-tooltip>
<template slot-scope="scope">
......
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