From 3131ebdafc3a24e66de593b316a4688dafb55577 Mon Sep 17 00:00:00 2001
From: zhujiyan <17812234322@163.com>
Date: Mon, 30 Sep 2024 13:47:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=A1=A5=E6=8B=9B=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../supplementaryRecruitment/currentDevice.vue | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/govern/device/control/supplementaryRecruitment/currentDevice.vue b/src/views/govern/device/control/supplementaryRecruitment/currentDevice.vue
index 027e195..6be6b0c 100644
--- a/src/views/govern/device/control/supplementaryRecruitment/currentDevice.vue
+++ b/src/views/govern/device/control/supplementaryRecruitment/currentDevice.vue
@@ -19,7 +19,7 @@
-
+
@@ -68,12 +68,14 @@ import {
RefreshLeft,
ScaleToOriginal,
ZoomIn,
+ Setting,
Cpu,
View,
Download,
ZoomOut,
FolderOpened
} from '@element-plus/icons-vue'
+const checkList: any = ref([])
// const props = defineProps(['lineId'])
const { push, currentRoute, go } = useRouter() // 路由
const loading = ref(false)
@@ -84,9 +86,10 @@ const getMakeUpDataList = (row: any) => {
route.value = row
loading.value = true
getMakeUpData(row.id).then(res => {
- console.log(res, '????????????')
res.data.map((item: any) => {
- item.name = item.prjDataPath.replace('/bd0/cmn/', item.prjName + '-')
+ item.name = item.prjName
+ ? item.prjDataPath.replace('/bd0/cmn/', item.prjName + '-')
+ : item.prjDataPath.replace('/bd0/cmn/', '')
item.startTime = item.startTime ? item.startTime : '/'
item.endTime = item.endTime ? item.endTime : '/'
})
@@ -166,7 +169,7 @@ defineExpose({ getMakeUpDataList })
height: 60px;
display: flex;
align-items: center;
- .el-form-item{
+ .el-form-item {
display: flex;
align-items: center;
margin-bottom: 0;