src/main/resources/templates/febs/views/modules/order/orderList.html
@@ -286,9 +286,9 @@ {field: 'status', title: '状态', templet: function (d) { if (d.status === 1) { return '<span style="color:red;">待支付</span>' return '<span style="color:blue;">待支付</span>' } else if (d.status === 2) { return '<span style="color:green;">待发货</span>' return '<span style="color:red;">待发货</span>' }else if (d.status === 3) { return '<span style="color:green;">待收货</span>' }else if (d.status === 4) {