From 544857b91547960c98b1fae20e676b1bb2de1fa7 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 31 五月 2023 15:22:13 +0800
Subject: [PATCH] 修改主数据分类未查询所有节点
---
Source/UBCS-WEB/src/views/modeling/classifyTree.vue | 21 +++++++++++++++++++--
1 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/modeling/classifyTree.vue b/Source/UBCS-WEB/src/views/modeling/classifyTree.vue
index 9ddc215..d3596ee 100644
--- a/Source/UBCS-WEB/src/views/modeling/classifyTree.vue
+++ b/Source/UBCS-WEB/src/views/modeling/classifyTree.vue
@@ -15,10 +15,27 @@
crudTreeOption: {
index: true,
border: true,
+ height:180,
column: [
{
- label: "娴嬭瘯1",
- prop: "cash"
+ label: "妯℃澘缂栧彿",
+ prop: "id"
+ },
+ {
+ label:"妯℃澘鍚嶇О",
+ prop:"name"
+ },
+ {
+ label: "妯℃澘鎻忚堪",
+ prop:"description"
+ },
+ {
+ label:"鐗堟湰鍙�",
+ prop:"revisionSeq"
+ },
+ {
+ label:"鐘舵��",
+ prop:"lcStatusText"
}
]
},
--
Gitblit v1.10.0