登录权限

This commit is contained in:
wangxiaoxian 2026-03-09 00:55:28 +08:00
parent a51e8e8d66
commit 3b75720790
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
</template>
</el-table-column>
<el-table-column prop="createTime" label="创建时间" min-width="150"></el-table-column>
<el-table-column label="操作" min-width="200" fixed="right">
<el-table-column label="操作" min-width="220" fixed="right">
<template slot-scope="scope">
<el-button type="primary" size="mini" @click="handleEdit(scope.row)" v-if="hasPermission('rental:edit')">编辑</el-button>
<el-button type="success" size="mini" @click="handleRenew(scope.row)" v-if="hasPermission('rental:add')">续租</el-button>