From cec54751ec38c7dc253017cd6519fd50be5c1bcc Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 6 Jan 2023 15:44:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=AE=BE=E5=A4=87=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=8B=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppBroadcast/selectEquipment.vue | 29 +++++++++++------------ 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/apps/AppBroadcast/selectEquipment.vue b/src/apps/AppBroadcast/selectEquipment.vue index 3993ae34..040663c8 100644 --- a/src/apps/AppBroadcast/selectEquipment.vue +++ b/src/apps/AppBroadcast/selectEquipment.vue @@ -6,10 +6,11 @@ {{ areaName }} 请选择 - + - +
@@ -19,8 +20,8 @@
-

{{item.name}}

- {{item.areaName}} +

{{ item.name }}

+ {{ item.areaName }}
{{ $dict.getLabel('dlbDevStatus', item.devStatus) }}
@@ -33,10 +34,10 @@