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

close https://github.com/elunez/eladmin/issues/504
pull/545/head^2
zhengjie 2020-12-12 21:05:42 +08:00
parent 552417c161
commit eb3519036f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
</#if>
</#list>
</#if>
<el-table-column v-permission="['admin','${changeClassName}:edit','${changeClassName}:del']" label="操作" width="150px" align="center">
<el-table-column v-if="checkPer['admin','${changeClassName}:edit','${changeClassName}:del']" label="操作" width="150px" align="center">
<template slot-scope="scope">
<udOperation
:data="scope.row"