diff --git a/src/views/projectFront/operationManage/liftingErectionWorks.vue b/src/views/projectFront/operationManage/liftingErectionWorks.vue
index 3ee48dc5..bf965150 100644
--- a/src/views/projectFront/operationManage/liftingErectionWorks.vue
+++ b/src/views/projectFront/operationManage/liftingErectionWorks.vue
@@ -49,10 +49,12 @@
{{ scope.row.applicantName }}
-
+
-
+
{{ scope.row.level ? workCategoryList[scope.row.level - 1].workCategoryName :
@@ -129,8 +131,14 @@
-
+
+
+
+
+
- {{ workDetail.operationEquipment }}
+ {{ workDetail.operationEquipmentName }}
-
+
@@ -51,9 +50,11 @@
-
-
-
+
+
+
@@ -63,7 +64,7 @@
{{ scope.row.status == 1 ? '未浇筑' : scope.row.status == 2 ? '已浇筑' : '' }}
-
+
@@ -121,8 +122,14 @@
:placeholder="$t('message.personnelPosition.please_enter')">
-
+
+
+
+
+
{{ workDetail.concreteNumber }}
-
+
- {{ workDetail.device }}
+ {{ workDetail.deviceName }}
{{ workDetail.projectGroupName }}
@@ -226,7 +233,7 @@
{{ workDetail.status == 2 ? "已浇筑" : workDetail.status == 1 ? "未浇筑" : '' }}
-
+