From b9260c7807d064f2b77ef9e92005a8c3257ec2e1 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期四, 15 五月 2025 15:27:07 +0800 Subject: [PATCH] 代码提交 --- 项目代码/可视化大屏/client/src/views/Index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue" index d74fa24..b4c48e9 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue" @@ -61,7 +61,7 @@ align-items: center; margin-top: 6%; padding-bottom: 10%; - height: 70%; + height: 60%; box-sizing: border-box; border-radius: 2rem; background-color: rgba(39, 136, 214, 0.5); @@ -85,7 +85,6 @@ height: 5rem; font-size: 6rem; font-weight: bold; - display: flex; align-items: center; padding-left: 2rem; @@ -170,7 +169,7 @@ empty-text="鏆傛棤鏁版嵁" :data="tableData" style="width: 100%" - height="750" + height="400" :header-cell-style="{ height: '1.61rem', color: '#fff', @@ -278,6 +277,7 @@ pageSize: pageQuery.value.rows, searchKeyword: queryForm.value.inputcontent, status: queryForm.value.selectType, + account: "admin", }).then((res) => { tableData.value = res.data.items; pageTotal.value = res.data.totalCount; @@ -293,11 +293,11 @@ initData(); //鑾峰彇褰撳墠鏃堕棿 const date = new Date(); - await UpstreamInspectionRoad(); timer.value = setInterval(() => { currentTime.value = formatTime(date, "yyyy-MM-dd hh:mm:ss"); date.setSeconds(date.getSeconds() + 1); }, 1000); + // await UpstreamInspectionRoad(); }); onUnmounted(() => { clearInterval(timer.value); -- Gitblit v1.9.3