From 80b98bdd3a2f5192335044e81d09177e8e29a125 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Thu, 14 Dec 2023 11:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pipes/device/device-type.pipe.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/pipes/device/device-type.pipe.ts b/src/app/pipes/device/device-type.pipe.ts index 49f7c79..cbed2ee 100644 --- a/src/app/pipes/device/device-type.pipe.ts +++ b/src/app/pipes/device/device-type.pipe.ts @@ -9,6 +9,10 @@ export class DeviceTypePipe implements PipeTransform { switch (statusNum) { case 1: return '4G收款音响'; + case 2: + return '码牌'; + case 3: + return '小票打印机'; default: return '未知'; }