diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
index 95b55e9f..d6a98205 100644
--- a/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
+++ b/CoreCms.Net.Web.Admin/wwwroot/views/order/orders/index.html
@@ -295,7 +295,7 @@
}
}
},
- { field: 'orderAmount', title: '订单总额', width: 100, align: 'center', templet: '#orderAmount', totalRow: true },
+ { field: 'orderAmount', title: '订单总额', width: 80, align: 'center', templet: '#orderAmount', totalRow: true },
{
field: 'item', title: '货品', align: 'center', width: 330, templet: "#orderItems"
},
@@ -421,10 +421,8 @@
return '' + data.afterSaleStatus + '';
}
},
-
-
{
- field: 'shipMobile', title: '地址', align: 'left', templet: "#orderShip"
+ field: 'shipMobile', title: '地址', width: 350, align: 'left', templet: "#orderShip"
},
//{
// field: 'userNickName',
@@ -1354,8 +1352,8 @@