Skip to content

Commit

Permalink
[代码优化](v2.6):bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Dec 12, 2020
1 parent 552417c commit eb35190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit eb35190

Please sign in to comment.