|
@@ -1343,7 +1343,7 @@ const wbsElTreeClick = ({ node, data, keys }) => {
|
|
|
const tableBasicColumn = ref([
|
|
|
{ key: 'title', name: '节点名称' },
|
|
|
{ key: 'partitionCode', name: '划分编号' },
|
|
|
- { key: 'type', name: '节点类型' },
|
|
|
+ { key: 'nodeType', name: '节点类型' },
|
|
|
{ key: 'majorDataType', name: '资料类型' },
|
|
|
])
|
|
|
const tableBasicData = ref([])
|