Authored by LUOXC

Merge branch 'hotfix-20200304' into test6.9.22

@@ -234,12 +234,12 @@ function getTradeBillsList(){ @@ -234,12 +234,12 @@ function getTradeBillsList(){
234 },{ 234 },{
235 title: "打款金额", 235 title: "打款金额",
236 field: "amount", 236 field: "amount",
237 - width: 20, 237 + width: 10,
238 align: "center" 238 align: "center"
239 },{ 239 },{
240 title: "金额类型", 240 title: "金额类型",
241 field: "moneyTypeDesc", 241 field: "moneyTypeDesc",
242 - width: 15, 242 + width: 10,
243 align: "center" 243 align: "center"
244 },{ 244 },{
245 title: "用户uid", 245 title: "用户uid",
@@ -249,7 +249,7 @@ function getTradeBillsList(){ @@ -249,7 +249,7 @@ function getTradeBillsList(){
249 } ,{ 249 } ,{
250 title: "打款时间", 250 title: "打款时间",
251 field: "createTimeStr", 251 field: "createTimeStr",
252 - width: 20, 252 + width: 18,
253 align: "center" 253 align: "center"
254 },{ 254 },{
255 title: "操作员", 255 title: "操作员",
@@ -259,7 +259,7 @@ function getTradeBillsList(){ @@ -259,7 +259,7 @@ function getTradeBillsList(){
259 },{ 259 },{
260 title: "操作时间", 260 title: "操作时间",
261 field: "operatorTimeStr", 261 field: "operatorTimeStr",
262 - width: 20, 262 + width: 18,
263 align: "center" 263 align: "center"
264 },{ 264 },{
265 title: "订单状态", 265 title: "订单状态",