From 87cfb93a26033e421291001d85bddbe7d61b3fe1 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 26 Sep 2021 15:56:52 +0800
Subject: [PATCH] 20210926

---
 src/main/resources/templates/febs/views/modules/order/orderList.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/order/orderList.html b/src/main/resources/templates/febs/views/modules/order/orderList.html
index 9e76b4a..c7d2e94 100644
--- a/src/main/resources/templates/febs/views/modules/order/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -172,14 +172,14 @@
                 id: 'orderTable',
                 url: ctx + 'admin/order/orderList',
                 cols: [[
-                        {field: 'orderNo', title: '订单编号', minWidth: 120,align:'left'},
+                        {field: 'orderNo', title: '订单编号', minWidth: 200,align:'left'},
                         {field: 'memberName', title: '购买人', minWidth: 120,align:'left'},
                         {field: 'memberPhone', title: '联系方式', minWidth: 120,align:'left'},
                         {field: 'amount', title: '订单金额', minWidth: 120,align:'left'},
-                        {field: 'orderTime', title: '下单时间', minWidth: 120,align:'left'},
+                        {field: 'orderTime', title: '下单时间', minWidth: 200,align:'left'},
                         {field: 'payMethod', title: '支付方式', minWidth: 120,align:'left'},
-                        {field: 'payTime', title: '支付时间', minWidth: 120,align:'left'},
-                        {field: 'payOrderNo', title: '支付订单号', minWidth: 120,align:'left'},
+                        {field: 'payTime', title: '支付时间', minWidth: 200,align:'left'},
+                        {field: 'payOrderNo', title: '支付订单号', minWidth: 200,align:'left'},
                         {field: 'payImage', title: '支付凭证',
                             templet: function (d) {
                                 return '<a lay-event="seePayImage"><img id="seePayImage'+d.id+'" src="'+d.payImage+'" alt=""></a>';

--
Gitblit v1.9.1