From f477c293ddcbd8d0517e74da02b56b6ed1aa0786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 13 Oct 2023 13:43:30 +0800 Subject: [PATCH] =?UTF-8?q?OutgoingData=E9=87=8D=E6=96=B0=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E5=88=A4=E6=96=AD=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/InterFace.Dash/src/views/menuList/OutgoingData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/InterFace.Dash/src/views/menuList/OutgoingData.vue b/PC/InterFace.Dash/src/views/menuList/OutgoingData.vue index 57af79d..4918eae 100644 --- a/PC/InterFace.Dash/src/views/menuList/OutgoingData.vue +++ b/PC/InterFace.Dash/src/views/menuList/OutgoingData.vue @@ -80,7 +80,7 @@ export default { name:'isRepush', hide:true }] - if(data.status == '-1'){ + if(data.status == '-1' || data.status == '-2'){ _btn[0].hide = false } return _btn