From d883326eb5e213d2b1ad6f2076502f34be47258e Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 10 Feb 2026 15:49:29 +0800
Subject: [PATCH] feat:更新反无平台-设备建档-报废提示
---
applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue b/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
index 9244051..9f6e7de 100644
--- a/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
+++ b/applications/drone-command/src/views/basicManage/deviceStock/DeviceScrapDiaLog.vue
@@ -13,7 +13,7 @@
<el-input class="command-input" v-model="formData.disposeWay" maxlength="200" type="textarea" placeholder="请输入" clearable />
</el-form-item>
</el-col>
- <div v-if="checkAreaBind" class="warning-text"> 注:该设备已绑定区域,报废设备该区域无法正常使用,是否报废?</div>
+ <div v-if="checkAreaBind" class="warning-text"> 注:该设备已绑定{{checkAreaBind}}区域,报废设备该区域无法正常使用,是否报废?</div>
</el-row>
</el-form>
<template #footer>
@@ -108,7 +108,7 @@
formData.value.deviceId = row.id
getCheckAreaBind()
}
-const checkAreaBind = ref(false)
+const checkAreaBind = ref('')
function getCheckAreaBind() {
fivDevicelcheckAreaBindApi({
deviceId: formData.value.deviceId
--
Gitblit v1.9.3