Pre Merge pull request !741 from Too子牙/master

pull/741/MERGE
Too子牙 2025-03-18 01:08:13 +00:00 committed by Gitee
commit f26b21f432
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@
plain plain
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
v-hasPermi="['infra:login-log:export']" v-hasPermi="['system:login-log:export']"
> >
<Icon icon="ep:download" class="mr-5px" /> 导出 <Icon icon="ep:download" class="mr-5px" /> 导出
</el-button> </el-button>
@ -85,7 +85,7 @@
link link
type="primary" type="primary"
@click="openDetail(scope.row)" @click="openDetail(scope.row)"
v-hasPermi="['infra:login-log:query']" v-hasPermi="['system:login-log:query']"
> >
详情 详情
</el-button> </el-button>

View File

@ -81,7 +81,7 @@
plain plain
@click="handleExport" @click="handleExport"
:loading="exportLoading" :loading="exportLoading"
v-hasPermi="['infra:operate-log:export']" v-hasPermi="['system:operate-log:export']"
> >
<Icon icon="ep:download" class="mr-5px" /> 导出 <Icon icon="ep:download" class="mr-5px" /> 导出
</el-button> </el-button>
@ -112,7 +112,7 @@
link link
type="primary" type="primary"
@click="openDetail(scope.row)" @click="openDetail(scope.row)"
v-hasPermi="['infra:operate-log:query']" v-hasPermi="['system:operate-log:query']"
> >
详情 详情
</el-button> </el-button>