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