Commit eb351903 authored by zhengjie's avatar zhengjie
Browse files

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

close https://github.com/elunez/eladmin/issues/504
parent 552417c1
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment