From 6e1cb1b850f3536eb91b3247f2b5e6aadf6805c9 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 03 二月 2026 16:52:43 +0800
Subject: [PATCH] 样式修改

---
 src/pages/safeProduction/hazardousMaterialsControl/index.vue  |    2 +-
 src/pages.json                                                |    9 +--------
 src/pages/safeProduction/dangerInvestigation/index.vue        |   19 ++++++++++++-------
 src/pages/safeProduction/hazardousMaterialsControl/detail.vue |    3 +--
 4 files changed, 15 insertions(+), 18 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index a2a1a59..c3210ff 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -772,14 +772,7 @@
         "navigationBarTitleText": "鍗遍櫓鐗╂枡璇︽儏",
         "navigationStyle": "custom"
       }
-    },
-    {
-      "path": "pages/safeProduction/hazardousMaterialsControl/view",
-      "style": {
-        "navigationBarTitleText": "鍗遍櫓鐗╂枡璇︽儏",
-        "navigationStyle": "custom"
-      }
-    },
+    }
   ],
   "subPackages": [
     {
diff --git a/src/pages/safeProduction/dangerInvestigation/index.vue b/src/pages/safeProduction/dangerInvestigation/index.vue
index 9ec1a5a..95c643f 100644
--- a/src/pages/safeProduction/dangerInvestigation/index.vue
+++ b/src/pages/safeProduction/dangerInvestigation/index.vue
@@ -118,12 +118,6 @@
                       @click="viewDetail(item)">
               鏌ョ湅璇︽儏
             </u-button> -->
-            <u-button type="primary"
-                      size="small"
-                      class="action-btn"
-                      @click="editVisit(item)">
-              缂栬緫
-            </u-button>
             <u-button type="warning"
                       size="small"
                       class="action-btn"
@@ -137,6 +131,14 @@
                       :disabled="!item.rectifyActualTime"
                       @click="acceptanceVisit(item)">
               楠屾敹
+            </u-button>
+          </view>
+          <view class="action-buttons">
+            <u-button type="primary"
+                      size="small"
+                      class="action-btn"
+                      @click="editVisit(item)">
+              缂栬緫
             </u-button>
             <u-button type="info"
                       size="small"
@@ -380,6 +382,9 @@
   .action-buttons {
     gap: 4px;
   }
+  .action-buttons {
+    padding: 0 0 10rpx 0;
+  }
 
   // 瓒呮湡鏈暣鏀圭殑闅愭偅鏍峰紡
   .overdue {
@@ -393,7 +398,7 @@
   }
 
   .overdue .item-header::after {
-    content: "瓒呮湡鏈暣鏀�";
+    content: "瓒呮湡";
     position: absolute;
     top: 32rpx;
     right: 20rpx;
diff --git a/src/pages/safeProduction/hazardousMaterialsControl/detail.vue b/src/pages/safeProduction/hazardousMaterialsControl/detail.vue
index 2177e1c..50e5a92 100644
--- a/src/pages/safeProduction/hazardousMaterialsControl/detail.vue
+++ b/src/pages/safeProduction/hazardousMaterialsControl/detail.vue
@@ -111,8 +111,7 @@
                      border-bottom>
           <u-textarea v-model="form.returnRemark"
                       placeholder="璇疯緭鍏ュ綊杩樻儏鍐佃鏄�"
-                      :maxlength="200"
-                      count
+                      :rows="4"
                       :autoHeight="true" />
         </u-form-item>
       </u-cell-group>
diff --git a/src/pages/safeProduction/hazardousMaterialsControl/index.vue b/src/pages/safeProduction/hazardousMaterialsControl/index.vue
index 0cf3ba1..25fd403 100644
--- a/src/pages/safeProduction/hazardousMaterialsControl/index.vue
+++ b/src/pages/safeProduction/hazardousMaterialsControl/index.vue
@@ -218,7 +218,7 @@
   const deleteVisit = item => {
     uni.showModal({
       title: "鍒犻櫎纭",
-      content: `纭畾瑕佸垹闄よ鍗遍櫓婧愬悧锛焋,
+      content: `纭畾瑕佸垹闄よ璁板綍鍚楋紵`,
       success: res => {
         if (res.confirm) {
           deleteClientVisit(item.id);

--
Gitblit v1.9.3