|
@@ -11,7 +11,7 @@
|
|
|
<div class="operation-group">
|
|
|
<el-button type="primary" link icon="EditPen" @click="openDrawer('编辑', row)"> 编辑 </el-button>
|
|
|
<el-button v-if="row.isLock !== '1'" type="primary" link icon="Delete" @click="deleteRow(row)"> 删除 </el-button>
|
|
|
- <div class="group">
|
|
|
+ <div class="group" v-if="row.isLock !== '1'">
|
|
|
<el-dropdown trigger="click">
|
|
|
<el-button type="primary" link icon="DArrowRight"> 授权 </el-button>
|
|
|
<template #dropdown>
|