Browse Source

节点类型修改

duy 3 tháng trước cách đây
mục cha
commit
d0c923a3a7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) }}