"...src/main/git@ustchcs.com:gujinli1118/eladmin.git" did not exist on "adde56babe0dcb4c27557ba9d43967f9869f6b29"
Commit 112c7b3e authored by zhengjie's avatar zhengjie
Browse files

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

parent 76b600ee
...@@ -91,7 +91,7 @@ ...@@ -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"
......
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