提交代码

dev
胡锐 11 months ago
parent ff8c72397a
commit 80b98bdd3a
  1. 4
      src/app/pipes/device/device-type.pipe.ts

@ -9,6 +9,10 @@ export class DeviceTypePipe implements PipeTransform {
switch (statusNum) { switch (statusNum) {
case 1: case 1:
return '4G收款音响'; return '4G收款音响';
case 2:
return '码牌';
case 3:
return '小票打印机';
default: default:
return '未知'; return '未知';
} }

Loading…
Cancel
Save