From d972ec93c21ee8cc62fd514bfd910192eeaf48d8 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 21 八月 2024 15:19:57 +0800 Subject: [PATCH] 提交 --- pages/tabBar/count/countDetail.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/tabBar/count/countDetail.vue b/pages/tabBar/count/countDetail.vue index ef721e2..14af158 100644 --- a/pages/tabBar/count/countDetail.vue +++ b/pages/tabBar/count/countDetail.vue @@ -8,7 +8,7 @@ <view style="display: flex; flex-direction: column;"> <view class="navBar"> <u-icon name="arrow-left" color="black" size="17" style="margin-left: 8px;" @click="goBack" /> - <view class="barText">我的操作</view> + <view class="barText">危化品操作记录</view> </view> </view> </view> -- Gitblit v1.9.2