From 888c01efbf2afe3fe26873464e8211942c0d05c6 Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Sun, 12 May 2024 23:38:04 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../projectdemand/demandcollection/detail.vue | 34 ++-----------------
1 file changed, 2 insertions(+), 32 deletions(-)
diff --git a/src/views/projectdemand/demandcollection/detail.vue b/src/views/projectdemand/demandcollection/detail.vue
index d0ea26e..e83bf85 100644
--- a/src/views/projectdemand/demandcollection/detail.vue
+++ b/src/views/projectdemand/demandcollection/detail.vue
@@ -11,7 +11,7 @@
- {{ getDataSourceOptionItem(formData.companyIds) }}
+ {{ formData.companyIds }}
@@ -154,6 +154,7 @@ const init = async () => {
getInfo(route.query.id).then(res => {
let data = res.data
formData.value = data.formData;
+ data.formData.companyIds= getDataSourceOptionItem(data.formData.companyIds)
processInstanceData.value = data
processStore.setDesign(data)
processStore.runningList.value = data.runningList;
@@ -177,15 +178,10 @@ a {
}
.detail-block {
- display: flex;
- justify-content: space-between;
overflow: hidden;
- //overflow-y: auto;
padding-right: 10px;
.left-info {
- flex: 0.6;
-
.info {
display: flex;
flex-wrap: wrap;
@@ -205,36 +201,10 @@ a {
}
.approval-record {
- flex: 0.4;
padding-bottom: 30px;
-
.process {
- //padding-top: 20px;
position: relative;
- //max-height: calc(100vh - 96px);
- //height: calc(100vh - 250px);
- //height: auto;
- //overflow: auto;
-
- //&::-webkit-scrollbar {
- // width: 6px;
- // height: 6px;
- //}
- //
- //// 滚动条轨道
- //&::-webkit-scrollbar-track {
- // background: rgb(239, 239, 239);
- // border-radius: 2px;
- //}
- //
- //// 小滑块
- //&::-webkit-scrollbar-thumb {
- // background: rgba(80, 81, 82, 0.29);
- // border-radius: 10px;
- //}
}
-
-
}
}