From d286ea98663537e2ff4bd477da5b4e040ee5fbdb Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 09 三月 2026 17:46:03 +0800
Subject: [PATCH] 附件上传路径和查看路径修改
---
src/pages/safeProduction/dangerInvestigation/index.vue | 29 +++++++++++++++++------------
1 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/src/pages/safeProduction/dangerInvestigation/index.vue b/src/pages/safeProduction/dangerInvestigation/index.vue
index 9ec1a5a..397684d 100644
--- a/src/pages/safeProduction/dangerInvestigation/index.vue
+++ b/src/pages/safeProduction/dangerInvestigation/index.vue
@@ -112,19 +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="primary"
- size="small"
- class="action-btn"
- @click="editVisit(item)">
- 缂栬緫
</u-button>
- <u-button type="warning"
+ <!-- <u-button type="warning"
size="small"
class="action-btn"
:disabled="item.isRectify"
@@ -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"
@@ -149,7 +151,7 @@
class="action-btn"
@click="deleteVisit(item)">
鍒犻櫎
- </u-button>
+ </u-button> -->
</view>
</view>
</view>
@@ -159,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>
@@ -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;
--
Gitblit v1.9.3