Explorar o código

工程划分修改

duy hai 3 meses
pai
achega
2e61fe87d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/data-fill/division.vue

+ 1 - 1
src/views/data-fill/division.vue

@@ -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([])