From 8948d3e30d31fe7645c66e50d280c256dd3c4b5c Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 20 Mar 2023 12:44:02 +0800
Subject: [PATCH] 后台修改
---
src/main/resources/templates/febs/views/modules/order/orderList.html | 4 ++--
1 files changed, 2 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 bb91673..fb20f48 100644
--- a/src/main/resources/templates/febs/views/modules/order/orderList.html
+++ b/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) {
--
Gitblit v1.9.1