[代码优化](v2.6):bug fix

link https://github.com/elunez/eladmin/issues/504
This commit is contained in:
zhengjie
2020-12-12 22:49:57 +08:00
parent fe24067a5a
commit 78176daf69
12 changed files with 13 additions and 16 deletions

View File

@@ -134,7 +134,7 @@
</template>
</el-table-column>
<el-table-column prop="createTime" label="创建日期" width="135px" />
<el-table-column v-if="checkPer['admin','menu:edit','menu:del']" label="操作" width="130px" align="center" fixed="right">
<el-table-column v-if="checkPer(['admin','menu:edit','menu:del'])" label="操作" width="130px" align="center" fixed="right">
<template slot-scope="scope">
<udOperation
:data="scope.row"