From ce93f83a3f273821087cb86fca44042d7503fb42 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 9 Sep 2021 11:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E9=82=AE?= =?UTF-8?q?=E5=AF=84=E7=8A=B6=E6=80=81=E9=80=BB=E8=BE=91=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/StatusSlot.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/tools/StatusSlot.vue b/src/components/tools/StatusSlot.vue index 8637823..ef307fd 100644 --- a/src/components/tools/StatusSlot.vue +++ b/src/components/tools/StatusSlot.vue @@ -61,7 +61,12 @@ export default { }else if(this.statusNo === 1){ return finished }else if(this.statusNo == 2){ - return half + // 如果不是打包和需要发票 + if(this.statusType){ + return half + }else { + return finished + } } } }