Browse Source

分类管理临时放开新增二级分类

dev
jiangyy 4 years ago
parent
commit
d4846482f2
  1. 4
      epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

4
epmet-oper-web/src/views/modules/customer/customize/CategoryList.vue

@ -49,10 +49,10 @@
<el-button type="text"
size="small"
@click="deleteCategory(scope.row)">删除</el-button>
<!-- <el-button v-if="(scope.row.children )"
<el-button v-if="(scope.row.children )"
type="text"
size="small"
@click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button> -->
@click="showAddLevel2(scope.row)">{{ "新增二级分类"}}</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save