xiaoyong931011
2023-03-20 8948d3e30d31fe7645c66e50d280c256dd3c4b5c
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) {