From 0b56fe0aa8ed38fd2d4370fe8a1e6d8d59f9cd08 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期三, 18 九月 2024 09:24:15 +0800 Subject: [PATCH] 优化堆垛机交互 --- Web/src/views/device/deviceInfo/data.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Web/src/views/device/deviceInfo/data.ts b/Web/src/views/device/deviceInfo/data.ts index b6a88d9..b7dc8cc 100644 --- a/Web/src/views/device/deviceInfo/data.ts +++ b/Web/src/views/device/deviceInfo/data.ts @@ -1,6 +1,6 @@ import { ref } from 'vue'; //鍫嗗灈鏈烘暟鎹� -const cellsDataLine = ref([ +const cellsDataLine = ref<any>([ { Id: 1, Code: '001', LineCode: '', EndLocat: '', IsShow: 1, IsUse: 0, BoxHeight: 10 }, { Id: 2, Code: '10', LineCode: '01', EndLocat: '01010101', IsShow: 0, IsUse: 0, BoxHeight: 0 }, { Id: 3, Code: '003', LineCode: '', EndLocat: '', IsShow: 1, IsUse: 0, BoxHeight: 10 }, -- Gitblit v1.8.0