From 64195e9b6f29bc2989af5eced655557c0fe5e1ba Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Sat, 16 Sep 2023 09:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=8F=90=E7=A4=BA=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/order/order/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index a2ca82815..c9829a1f4 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -272,13 +272,13 @@ export default { color(e) { let arr = [ "", - "success", + "primary", "info", "warning", "danger", "warning", "success", - "success", + "warning", ]; return e ? arr[e] : arr[0]; },