|
@@ -40,6 +40,7 @@
|
|
|
:default-expand-all="isExpandAll"
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
>
|
|
|
+ <el-table-column type="index" label="编号" align="center" />
|
|
|
<el-table-column prop="label" label="分类名称" v-if="columns[0].visible" :show-overflow-tooltip="true" />
|
|
|
<el-table-column prop="level" label="级别" v-if="columns[1].visible" ></el-table-column>
|
|
|
<el-table-column prop="sort" label="排序" v-if="columns[2].visible" :show-overflow-tooltip="true"></el-table-column>
|