mirror of https://github.com/elunez/eladmin
[代码优化](v2.6):update
parent
76b600eecc
commit
112c7b3e4d
|
@ -91,7 +91,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#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">
|
<template slot-scope="scope">
|
||||||
<udOperation
|
<udOperation
|
||||||
:data="scope.row"
|
:data="scope.row"
|
||||||
|
|
Loading…
Reference in New Issue