From 1e3c0174a08201f626059f240cadcc80438f555b Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期五, 10 一月 2025 08:43:08 +0800
Subject: [PATCH] 一线二线状态显示
---
UI-Project/src/views/hollow/hollowequipmenttwo.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
index ddf61c3..71df887 100644
--- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -593,7 +593,7 @@
const currentPageKeyValue = currentPageKey.value;
const currentPageData = allPageData[currentPageKeyValue];
if (data.freeTwoReqvestEntity != null) {
- freetwo.value = data.freetwo[0] == true ? 'green' : '#911005';
+ freetwo.value = data.freeTwoReqvestEntity[0] == true ? 'green' : '#911005';
}
// if (currentPageData && Array.isArray(currentPageData) && currentPageData.length > 0) {
// tableDataa.value = currentPageData[0];
--
Gitblit v1.8.0