From ddab693f389b648157c8b48c7fcbdefc92561dd2 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 05 七月 2024 19:55:22 +0800 Subject: [PATCH] 老PCS替换代码优化,工业大屏优化,PDA功能优化 --- 代码管理/大屏/src/views/centerRight1.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight1.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight1.vue" index 5cbf1d9..db503c9 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight1.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight1.vue" @@ -44,7 +44,7 @@ this.GetLocationData(); setInterval(() => { this.GetLocationData() - },100000) + },18000) }, GetLocationData(){ var _this=this; @@ -60,7 +60,7 @@ this.config = { header: ['搴撳尯','搴撴帓', '鍥惧彿', '鐐夊彿'], data: GetAGVTaskData, - rowNum: 10, //琛ㄦ牸琛屾暟 + rowNum: 12, //琛ㄦ牸琛屾暟 headerHeight: 35, headerBGC: '#0f1325', //琛ㄥご oddRowBGC: '#0f1325', //濂囨暟琛� -- Gitblit v1.9.3