Authored by LUOXC

Merge branch 'hotfix-20200304' into test6.9.22

... ... @@ -234,12 +234,12 @@ function getTradeBillsList(){
},{
title: "打款金额",
field: "amount",
width: 20,
width: 10,
align: "center"
},{
title: "金额类型",
field: "moneyTypeDesc",
width: 15,
width: 10,
align: "center"
},{
title: "用户uid",
... ... @@ -249,7 +249,7 @@ function getTradeBillsList(){
} ,{
title: "打款时间",
field: "createTimeStr",
width: 20,
width: 18,
align: "center"
},{
title: "操作员",
... ... @@ -259,7 +259,7 @@ function getTradeBillsList(){
},{
title: "操作时间",
field: "operatorTimeStr",
width: 20,
width: 18,
align: "center"
},{
title: "订单状态",
... ...