From 5bd0f38ff2ca4e11b5cfaa52ea1d26cabe3eacbe Mon Sep 17 00:00:00 2001
From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com>
Date: Fri, 9 Aug 2024 16:20:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/warehouseManage/machinery/coding/debug.vue | 7 ++++---
.../src/views/warehouseManage/machinery/coding/index.vue | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/debug.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/debug.vue
index 450377ec..590edc97 100644
--- a/sgzb-ui/src/views/warehouseManage/machinery/coding/debug.vue
+++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/debug.vue
@@ -209,9 +209,9 @@
- 未绑定
+ {{
+ row.iotNum === 0 ? '未绑定' : row.iotNum
+ }}
diff --git a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
index fbc4ca3b..5dcfa57b 100644
--- a/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
+++ b/sgzb-ui/src/views/warehouseManage/machinery/coding/index.vue
@@ -209,9 +209,9 @@
- 未绑定
+ {{
+ row.iotNum === 0 ? '未绑定' : row.iotNum
+ }}