xiaoyong931011
2023-03-20 04d7b9c15d4da263b64deaf9e4e136baca33e2b6
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) {