From 59765cab961847dfd101e69ae6d8d1d501a5284c Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期二, 04 六月 2024 11:10:28 +0800
Subject: [PATCH] 1、ice配置文件上传
---
Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue | 76 +------------------------------------
1 files changed, 3 insertions(+), 73 deletions(-)
diff --git a/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue b/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
index 13e0693..2e4dc1f 100644
--- a/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
+++ b/Source/ProjectWeb/src/components/dynamic-components/dynamic-TreeTable.vue
@@ -115,80 +115,10 @@
prop: 'comment'
}
],
- rowKey: 'id',
- rowParentKey: 'parentId',
-
+ rowKey: this.componentVO.treeTableDefineVO.treeCurrentField || 'oid',
+ rowParentKey: this.componentVO.treeTableDefineVO.treeParentField || 'parentOid',
},
- TreeData: [
- {
- id: 10,
- event: '浜嬩欢1',
- timeLine: 50,
- comment: '鏃�'
- },
- {
- id: 1,
- event: '浜嬩欢1',
- timeLine: 100,
- comment: '鏃�',
- children: [
- {
- parentId: 1,
- id: 2,
- event: '浜嬩欢2',
- timeLine: 10,
- comment: '鏃�'
- },
- {
- parentId: 1,
- id: 3,
- event: '浜嬩欢3',
- timeLine: 90,
- comment: '鏃�',
- children: [
- {
- parentId: 3,
- id: 4,
- event: '浜嬩欢4',
- timeLine: 5,
- comment: '鏃�'
- },
- {
- parentId: 3,
- id: 5,
- event: '浜嬩欢5',
- timeLine: 10,
- comment: '鏃�'
- }
- ]
- }
- ]
- },
- {
- id: 10,
- event: '浜嬩欢3',
- timeLine: 50,
- comment: '鏃�'
- },
- {
- id: 10,
- event: '浜嬩欢4',
- timeLine: 50,
- comment: '鏃�'
- },
- {
- id: 10,
- event: '浜嬩欢5',
- timeLine: 50,
- comment: '鏃�'
- },
- {
- id: 10,
- event: '浜嬩欢6',
- timeLine: 50,
- comment: '鏃�'
- },
- ],
+ TreeData: [],
TreeSelectList: [],
// 琛ㄥ崟鏁版嵁
formList: [
--
Gitblit v1.9.3