Explorar el Código

工程划分修改

duy hace 3 meses
padre
commit
2e61fe87d8
Se han modificado 1 ficheros con 1 adiciones y 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([])