From 60e314a94c0d3bea34c8fae19b9f81db9170176d Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 19 十月 2023 16:33:19 +0800 Subject: [PATCH] 分类xmlbug更改 --- Source/UBCS-WEB/src/components/Master/MasterTree.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Master/MasterTree.vue b/Source/UBCS-WEB/src/components/Master/MasterTree.vue index 735ac38..a620696 100644 --- a/Source/UBCS-WEB/src/components/Master/MasterTree.vue +++ b/Source/UBCS-WEB/src/components/Master/MasterTree.vue @@ -149,7 +149,7 @@ List.forEach(item => { let columnItem = { label: item.title, - prop: item.field, + prop: item.queryField, // type: this.columnType[item.type], sortable: item.sort, width: item.minWidth -- Gitblit v1.9.3