From 5fe01d3360d573e408c1ab1e53df881e8b227816 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Mon, 30 Mar 2026 03:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8B=89=E6=A0=B7=E5=BC=8F=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/news/subpages/deviceLog/log.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/news/subpages/deviceLog/log.vue b/pages/news/subpages/deviceLog/log.vue index b11e432..534b13b 100644 --- a/pages/news/subpages/deviceLog/log.vue +++ b/pages/news/subpages/deviceLog/log.vue @@ -66,7 +66,7 @@ - + @@ -98,7 +98,8 @@ export default { }, status: 'more', loading: false, - agriName: null + agriName: null, + isShowEmpty: false, } }, mounted() { @@ -194,7 +195,8 @@ export default { // }).finally(() => { // if (this.logList && this.logList.length>0) { // this.tabList = this.logList.filter(item => item.roll_film === `jm${this.current+1}`); - // } + // } else { + // this.isShowEmpty = true; // this.loading = false; // } setTimeout(() => {