From 8b0d749cfbec8bf0afe71a8956bfeeed6f27cdfc Mon Sep 17 00:00:00 2001
From: chengsc <11752@DESKTOP-DS49RCP>
Date: 星期四, 16 一月 2025 15:32:30 +0800
Subject: [PATCH] Merge branch 'csc'

---
 Web/src/views/device/deviceInfo/data.ts |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Web/src/views/device/deviceInfo/data.ts b/Web/src/views/device/deviceInfo/data.ts
index b6a88d9..436a8d6 100644
--- a/Web/src/views/device/deviceInfo/data.ts
+++ b/Web/src/views/device/deviceInfo/data.ts
@@ -1,8 +1,8 @@
 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: 2, Code: '10', LineCode: '01', EndLocat: '', IsShow: 0, IsUse: 0, BoxHeight: 0 },
 	{ Id: 3, Code: '003', LineCode: '', EndLocat: '', IsShow: 1, IsUse: 0, BoxHeight: 10 },
 	{ Id: 4, Code: '004', LineCode: '', EndLocat: '', IsShow: 1, IsUse: 0, BoxHeight: 10 },
 	{ Id: 5, Code: '005', LineCode: '', EndLocat: '', IsShow: 1, IsUse: 0, BoxHeight: 10 },
@@ -55,7 +55,7 @@
 ]);
 
 //涓�灞傝緭閫佺嚎鏁版嵁
-const cellsDataOne = [
+const cellsDataOne = ref([
 	{ Id: 1, Code: '147', IsShow: 0, IsUse: 0 },
 	{ Id: 2, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 3, Code: '145', IsShow: 0, IsUse: 0 },
@@ -668,9 +668,9 @@
 	{ Id: 610, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 611, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 612, Code: '', IsShow: 1, IsUse: 0 },
-];
+]);
 //浜屽眰杈撻�佺嚎鏁版嵁
-const cellsDataTwo = [
+const cellsDataTwo = ref([
 	{ Id: 1, Code: '', IsShow: 0, IsUse: 2 },
 	{ Id: 2, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 3, Code: '', IsShow: 0, IsUse: 2 },
@@ -1283,9 +1283,9 @@
 	{ Id: 610, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 611, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 612, Code: '', IsShow: 1, IsUse: 0 },
-];
+]);
 //涓夊眰杈撻�佺嚎鏁版嵁
-const cellsDataThree = [
+const cellsDataThree = ref([
 	{ Id: 1, Code: '', IsShow: 0, IsUse: 2 },
 	{ Id: 2, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 3, Code: '', IsShow: 0, IsUse: 2 },
@@ -1796,6 +1796,6 @@
 	{ Id: 508, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 509, Code: '', IsShow: 1, IsUse: 0 },
 	{ Id: 510, Code: '', IsShow: 1, IsUse: 0 },
-];
+]);
 
 export { cellsDataLine, cellsDataOne, cellsDataTwo, cellsDataThree };

--
Gitblit v1.8.0