diff --git a/src/main/resources/templates/apporder/list.html b/src/main/resources/templates/apporder/list.html index 7283a9b..7879627 100644 --- a/src/main/resources/templates/apporder/list.html +++ b/src/main/resources/templates/apporder/list.html @@ -106,7 +106,7 @@ return rowData; } }, - {field: 'userUsername', width: 200, title: '用户账号', align:'center', + {field: 'userUsername', width: 130, title: '用户账号', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -115,7 +115,7 @@ return rowData; } }, - {field: 'appName', width: 250, title: '软件名称', align:'center', + {field: 'appName', width: 250, title: '软件全称', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -124,7 +124,7 @@ return rowData; } }, - {field: 'appOrderPayMoney', width: 150, title: '支付金额', align:'center', + {field: 'appOrderPayMoney', width: 130, title: '支付金额', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {