Browse Source

1. 优化

MONSTER-ygh 10 months ago
parent
commit
0e55779b41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/tourism/commodityManagement/commodityClass.vue

+ 1 - 0
src/views/tourism/commodityManagement/commodityClass.vue

@@ -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>