From 1d2741f852f072e36bc7c5d0f25bd2d6f8c8f041 Mon Sep 17 00:00:00 2001 From: "1215525055@qq.com" <1215525055@qq.com> Date: Thu, 29 May 2025 16:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=9B=B4=E6=96=B0,=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=86=E6=B2=9F=E9=80=9A=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/apporder/list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 == '') {