소스 검색

fix: eslint

(cherry picked from commit 249e0d21a3a96cec9e437544b27b1d60664cd12f)
xingyu 1 년 전
부모
커밋
18251290f9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      src/assets/map/json/china.json
  2. 2 2
      src/views/infra/codegen/components/Preview.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/assets/map/json/china.json


+ 2 - 2
src/views/infra/codegen/components/Preview.vue

@@ -5,11 +5,11 @@
         <el-scrollbar height="calc(100vh - 88px - 40px - 50px)">
           <el-tree
             ref="treeRef"
-            node-key="id"
             :data="preview.fileTree"
             :expand-on-click-node="false"
-            highlight-current
             default-expand-all
+            highlight-current
+            node-key="id"
             @node-click="handleNodeClick"
           />
         </el-scrollbar>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.