登录日志新增解锁账户功能

This commit is contained in:
RuoYi
2022-08-08 09:24:33 +08:00
parent f8e6431684
commit 6b236930fd
3 changed files with 39 additions and 8 deletions

View File

@ -73,7 +73,7 @@
icon="Delete"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['system:operlog:remove']"
v-hasPermi="['monitor:operlog:remove']"
>删除</el-button>
</el-col>
<el-col :span="1.5">
@ -82,7 +82,7 @@
plain
icon="Delete"
@click="handleClean"
v-hasPermi="['system:operlog:remove']"
v-hasPermi="['monitor:operlog:remove']"
>清空</el-button>
</el-col>
<el-col :span="1.5">
@ -91,7 +91,7 @@
plain
icon="Download"
@click="handleExport"
v-hasPermi="['system:operlog:export']"
v-hasPermi="['monitor:operlog:export']"
>导出</el-button>
</el-col>
<right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar>
@ -125,7 +125,7 @@
type="text"
icon="View"
@click="handleView(scope.row, scope.index)"
v-hasPermi="['system:operlog:query']"
v-hasPermi="['monitor:operlog:query']"
>详细</el-button>
</template>
</el-table-column>