From fa403c58d2bea76a7131ea9dbb1d60247ea9ca77 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 09:43:25 +0800
Subject: [PATCH] 生产计划和生产订单模块开发(仅查看)
---
src/pages/safeProduction/dangerInvestigation/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/pages/safeProduction/dangerInvestigation/index.vue b/src/pages/safeProduction/dangerInvestigation/index.vue
index 95c643f..397684d 100644
--- a/src/pages/safeProduction/dangerInvestigation/index.vue
+++ b/src/pages/safeProduction/dangerInvestigation/index.vue
@@ -112,13 +112,13 @@
</view>
<!-- 鎸夐挳鍖哄煙 -->
<view class="action-buttons">
- <!-- <u-button type="info"
+ <u-button type="info"
size="small"
class="action-btn"
@click="viewDetail(item)">
鏌ョ湅璇︽儏
- </u-button> -->
- <u-button type="warning"
+ </u-button>
+ <!-- <u-button type="warning"
size="small"
class="action-btn"
:disabled="item.isRectify"
@@ -131,10 +131,10 @@
:disabled="!item.rectifyActualTime"
@click="acceptanceVisit(item)">
楠屾敹
- </u-button>
+ </u-button> -->
</view>
<view class="action-buttons">
- <u-button type="primary"
+ <!-- <u-button type="primary"
size="small"
class="action-btn"
@click="editVisit(item)">
@@ -151,7 +151,7 @@
class="action-btn"
@click="deleteVisit(item)">
鍒犻櫎
- </u-button>
+ </u-button> -->
</view>
</view>
</view>
@@ -161,12 +161,12 @@
<text>鏆傛棤鎷滆璁板綍</text>
</view>
<!-- 娴姩鏂板鎸夐挳 -->
- <view class="fab-button"
+ <!-- <view class="fab-button"
@click="addVisit">
<up-icon name="plus"
size="24"
color="#ffffff"></up-icon>
- </view>
+ </view> -->
</view>
</template>
--
Gitblit v1.9.3