Explorar el Código

节点类型修改

duy hace 3 meses
padre
commit
d0c923a3a7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/data-fill/division.vue

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

@@ -97,8 +97,8 @@
                         :is-index="false"
                         is-new
                     >
-                        <template #type="{ row }">
-                            {{ getRowType(row.type) }}
+                        <template #nodeType="{ row }">
+                            {{ getRowType(row.nodeType) }}
                         </template>
                         <template #majorDataType="{ row }">
                             {{ getRowMajorType(row.majorDataType) }}