Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 17, 2020
1 parent e0bcda2 commit be47a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<el-table-column prop="path" label="组件路径" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="type" label="类型" width="80" align="center">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.type === '0'">左菜单</el-tag>
<el-tag type="success" v-if="scope.row.type === '0'">菜单</el-tag>
<el-tag type="info" v-if="scope.row.type === '1'">按钮</el-tag>
</template>
</el-table-column>
Expand Down

0 comments on commit be47a42

Please sign in to comment.