From ce241b10d4e31ca7f57be46e88ef4bb25ded9043 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 25 Sep 2021 19:13:20 +0800
Subject: [PATCH] 20210925
---
src/main/resources/templates/febs/views/modules/order/orderList.html | 5 +++--
1 files changed, 3 insertions(+), 2 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 16da162..09fb319 100644
--- a/src/main/resources/templates/febs/views/modules/order/orderList.html
+++ b/src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -63,7 +63,7 @@
text-overflow: ellipsis; /*省略号显示*/
}
.layui-table img{
- max-width:200px
+ max-width:100px
}
</style>
</div>
@@ -166,12 +166,13 @@
{field: 'memberPhone', title: '联系方式', minWidth: 120,align:'left'},
{field: 'amount', title: '订单金额', minWidth: 120,align:'left'},
{field: 'orderTime', title: '下单时间', minWidth: 120,align:'left'},
+ {field: 'payMethod', title: '支付方式', minWidth: 120,align:'left'},
{field: 'payTime', title: '支付时间', minWidth: 120,align:'left'},
{field: 'payOrderNo', title: '支付订单号', minWidth: 120,align:'left'},
{field: 'payImage', title: '支付凭证',
templet: function (d) {
return '<a lay-event="seePayImage"><img id="seePayImage'+d.id+'" src="'+d.payImage+'" alt=""></a>';
- }, minWidth: 200,align:'center'},
+ }, minWidth: 100,align:'center'},
{field: 'status', title: '状态',
templet: function (d) {
if (d.status === 1) {
--
Gitblit v1.9.1