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/hazardousMaterialsControl/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/pages/safeProduction/hazardousMaterialsControl/index.vue b/src/pages/safeProduction/hazardousMaterialsControl/index.vue
index 0cf3ba1..9bdad0c 100644
--- a/src/pages/safeProduction/hazardousMaterialsControl/index.vue
+++ b/src/pages/safeProduction/hazardousMaterialsControl/index.vue
@@ -94,7 +94,7 @@
@click="viewDetail(item)">
鏌ョ湅璇︽儏
</u-button> -->
- <u-button type="primary"
+ <!-- <u-button type="primary"
size="small"
class="action-btn"
:disabled="item.returnUserId"
@@ -106,7 +106,7 @@
class="action-btn"
@click="deleteVisit(item)">
鍒犻櫎
- </u-button>
+ </u-button> -->
</view>
</view>
</view>
@@ -116,12 +116,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>
@@ -218,7 +218,7 @@
const deleteVisit = item => {
uni.showModal({
title: "鍒犻櫎纭",
- content: `纭畾瑕佸垹闄よ鍗遍櫓婧愬悧锛焋,
+ content: `纭畾瑕佸垹闄よ璁板綍鍚楋紵`,
success: res => {
if (res.confirm) {
deleteClientVisit(item.id);
--
Gitblit v1.9.3