소스 검색

默认列表不展开

lrf 2 년 전
부모
커밋
1b0973995e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/parts/table-1.vue

+ 1 - 1
src/views/parts/table-1.vue

@@ -9,7 +9,7 @@
         :cell-style="{ textAlign: 'center' }"
         :header-cell-style="{ 'text-align': 'center' }"
         row-key="_id"
-        default-expand-all
+        :default-expand-all="false"
         v-loading="loading"
       >
         <el-table-column prop="name_zh" label="表名中文"> </el-table-column>