From 4bb4db55aa9da281efaf2bfb5dbf42868b3e1725 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 28 Sep 2025 19:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue index 45972f2..040292e 100644 --- a/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue +++ b/src/pages/materialsStation/toolsLease/toolsLeaseAdd.vue @@ -388,7 +388,7 @@ const getTeamList = async () => { } else { uni.showToast({ icon: 'none', - title: '班组未入场', + title: '暂无班组入场信息', }) } } catch (error) {