File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
plain
48
48
@click =" handleExport"
49
49
:loading =" exportLoading"
50
- v-hasPermi =" ['infra :login-log:export']"
50
+ v-hasPermi =" ['system :login-log:export']"
51
51
>
52
52
<Icon icon =" ep:download" class =" mr-5px" /> 导出
53
53
</el-button >
85
85
link
86
86
type =" primary"
87
87
@click =" openDetail(scope.row)"
88
- v-hasPermi =" ['infra :login-log:query']"
88
+ v-hasPermi =" ['system :login-log:query']"
89
89
>
90
90
详情
91
91
</el-button >
Original file line number Diff line number Diff line change 81
81
plain
82
82
@click =" handleExport"
83
83
:loading =" exportLoading"
84
- v-hasPermi =" ['infra :operate-log:export']"
84
+ v-hasPermi =" ['system :operate-log:export']"
85
85
>
86
86
<Icon icon =" ep:download" class =" mr-5px" /> 导出
87
87
</el-button >
112
112
link
113
113
type =" primary"
114
114
@click =" openDetail(scope.row)"
115
- v-hasPermi =" ['infra :operate-log:query']"
115
+ v-hasPermi =" ['system :operate-log:query']"
116
116
>
117
117
详情
118
118
</el-button >
You can’t perform that action at this time.
0 commit comments