From c99ff63c2d4bfdacef8f47a05ebb6093558424bc Mon Sep 17 00:00:00 2001
From: pengm <674192343@qq.com>
Date: Wed, 29 Jul 2026 15:04:34 +0800
Subject: [PATCH] 1.处理设备管理 维修记录的定制化呈现
---
src/mes/common/commonModelComponent/index.js | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js
index bec0ebb..569ace7 100644
--- a/src/mes/common/commonModelComponent/index.js
+++ b/src/mes/common/commonModelComponent/index.js
@@ -1188,10 +1188,12 @@ const CommonModelComponent = props => {
"设备维修记录",
"设备点检记录",
"设备点检明细",
+ "设备润滑记录",
+ "设备润滑明细",
"设备资料"
].includes(configList[0].sTabName)
) {
- advancedStyle.width = "calc(100% - 300px)";
+ advancedStyle.width = "calc(100% - 10px)";
advancedStyle.height = ["设备维修记录", "设备点检明细"].includes(
configList[0].sTabName
)
@@ -1204,7 +1206,7 @@ const CommonModelComponent = props => {
};
return (
<>
-