From d71b3bb014ab84446d1f20600b2b589d7f090e29 Mon Sep 17 00:00:00 2001 From: JS-LM <2497833386@QQ.com> Date: Sat, 3 Jun 2023 11:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=85=E7=94=B5=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/order/order/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jsowell-ui/src/views/order/order/index.vue b/jsowell-ui/src/views/order/order/index.vue index 42073d586..c0b550c77 100644 --- a/jsowell-ui/src/views/order/order/index.vue +++ b/jsowell-ui/src/views/order/order/index.vue @@ -160,7 +160,7 @@ class="link-type" >订单编号:{{item.orderCode}} - {{item.orderStatusDescribe}} + {{item.orderStatusDescribe}}
开始时间:{{item.chargeStartTime || '一'}}
@@ -272,6 +272,10 @@ export default { this.dataLoading(); }, methods: { + color(e){ + let arr = ['', 'success', 'info', 'warning', 'danger', 'warning', 'success', 'success'] + return e ? arr[e] : arr[0] + }, showOrHide () { if (this.buttonBoolean) { this.icon = 'el-icon-caret-bottom';