Skip to content

Commit

Permalink
[代码优化](v2.6):update
Browse files Browse the repository at this point in the history
  • Loading branch information
elunez committed Dec 12, 2020
1 parent 76b600e commit 112c7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</#if>
</#list>
</#if>
<el-table-column v-if="checkPer['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 112c7b3

Please sign in to comment.