From e365192a36d6d9432fbd00ea9d577a38f8679707 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 13 三月 2026 11:21:33 +0800
Subject: [PATCH] 2026.3.13

---
 src/views/inspection/scenenew/UserEdit.vue |   33 +++++++++++++++++----------------
 1 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/src/views/inspection/scenenew/UserEdit.vue b/src/views/inspection/scenenew/UserEdit.vue
index 1db19c5..9785e22 100644
--- a/src/views/inspection/scenenew/UserEdit.vue
+++ b/src/views/inspection/scenenew/UserEdit.vue
@@ -49,7 +49,7 @@
       </FormCol>
     </el-tab-pane>
 
-    <el-tab-pane label="鍗卞簾鎺掓薄" name="third">
+    <!-- <el-tab-pane label="鍗卞簾鎺掓薄" name="third">
       <FormCol>
         <div class="sub-title">鍗卞簾鎺掓薄娓呭崟</div>
         <CompHazardousWasteFile :form-info="formHazardousWasteFile" />
@@ -58,28 +58,26 @@
         <div class="sub-title">鍗卞簾鎺掓薄璁板綍</div>
         <CompHazardousWasteRecord :form-info="formHazardousWasteRecord" />
       </FormCol>
-    </el-tab-pane>
+    </el-tab-pane> -->
 
     <el-tab-pane label="琛屾斂澶勭綒" name="fourth">
-      <FormCol>
-        <div class="sub-title">琛屾斂澶勭綒琛�</div>
-        <!-- <CompPunishment :form-info="formProblem" /> -->
-      </FormCol>
+      <!-- <FormCol> -->
+      <CompPunishment />
+      <!-- </FormCol> -->
     </el-tab-pane>
 
     <el-tab-pane label="淇¤鎶曡瘔" name="fifth">
-      <FormCol>
-        <div class="sub-title">淇¤鎶曡瘔</div>
-        <!-- <CompLaint :form-info="formLaint" /> -->
-      </FormCol>
+      <!-- <FormCol> -->
+      <CompLaint />
+      <!-- </FormCol> -->
     </el-tab-pane>
 
-    <el-tab-pane label="宸℃煡闂琛�" name="sixth">
+    <!-- <el-tab-pane label="宸℃煡闂琛�" name="sixth">
       <FormCol>
         <div class="sub-title">宸℃煡闂琛�</div>
-        <!-- <CompProblem :form-info="formProblem" /> -->
+        <CompProblem :form-info="formProblem" />
       </FormCol>
-    </el-tab-pane>
+    </el-tab-pane> -->
   </el-tabs>
 
   <!-- <ComBaseInformation v-model="drawer"></ComBaseInformation> -->
@@ -93,6 +91,8 @@
 import CompDeviceInfo from './components/CompDeviceInfo.vue'
 import CompHazardousWasteFile from './components/CompHazardousWasteFile.vue'
 import CompHazardousWasteRecord from './components/CompHazardousWasteRecord.vue'
+import CompLaint from './components/CompLaint.vue'
+import CompPunishment from './components/CompPunishment.vue'
 
 export default {
   components: {
@@ -102,14 +102,15 @@
     CompSceneInfo,
     CompCompanyInfo,
     CompDeviceInfo,
-    CompHazardousWasteFile,
-    CompHazardousWasteRecord,
+    CompPunishment,
+    CompLaint,
+    // CompHazardousWasteFile,
+    // CompHazardousWasteRecord,
     // CompPanyInfo,
     // CompFumePurifyDevice,
     // CompHazardousWasteFile,
     // CompHazardousWasteRecord,
     // CompProblem,
-    // CompPunishment,
     // CompRestaurantBaseInfo,
     // CompVehicleBaseInfo,
     // CompUserInfos,

--
Gitblit v1.9.3