From a765da90e5ee63e04d2d8460a5ad1ebd0e8eb4db Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 15 七月 2024 21:43:59 +0800 Subject: [PATCH] 工单处理 --- 代码管理/大屏/src/views/centerRight4.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/centerRight4.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" index 4fafef7..071f71f 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" @@ -46,7 +46,7 @@ this.GetLocationData(); setInterval(() => { this.GetLocationData() - },100) + },36000) }, GetLocationData(){ var _this=this; @@ -68,7 +68,7 @@ oddRowBGC: '#0f1325', //濂囨暟琛� evenRowBGC: '#171c33', //鍋舵暟琛� index: true, - columnWidth: [50,130,100,60,960], + columnWidth: [50,130,100,60,460], align: ['center'], } }).catch((x)=>{ -- Gitblit v1.9.3