Commit 5e011978 by lp784568205

1

parent 7cee7374
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
@revokeLK="revokeLK" @revokeLK="revokeLK"
ref="rightContent" ref="rightContent"
> >
<template #listOperation="scope"> <!-- <template #listOperation="scope">
<span class="hbyps" @click="add(scope.scope)"> <span class="hbyps" @click="add(scope.scope)">
<i class="el-icon-plus"></i>新增</span <i class="el-icon-plus"></i>新增</span
> >
</template> </template> -->
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="edit(scope.scope)">修改</span> <span class="hbyp" @click="edit(scope.scope)">修改</span>
<span class="hbyp" @click="dele(scope.scope)">删除</span> <span class="hbyp" @click="dele(scope.scope)">删除</span>
......
Markdown is supported
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