mirror of https://github.com/elunez/eladmin
parent
552417c161
commit
eb3519036f
|
@ -97,7 +97,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
</#list>
|
</#list>
|
||||||
</#if>
|
</#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">
|
<template slot-scope="scope">
|
||||||
<udOperation
|
<udOperation
|
||||||
:data="scope.row"
|
:data="scope.row"
|
||||||
|
|
Loading…
Reference in New Issue