File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 80
80
plain
81
81
@click =" handleExport"
82
82
:loading =" exportLoading"
83
- v-hasPermi =" ['infra:api-error -log:export']"
83
+ v-hasPermi =" ['infra:api-access -log:export']"
84
84
>
85
85
<Icon icon =" ep:download" class =" mr-5px" /> 导出
86
86
</el-button >
Original file line number Diff line number Diff line change 96
96
link
97
97
type =" danger"
98
98
@click =" handleDelete(scope.row.id)"
99
- v-hasPermi =" ['infra:config :delete']"
99
+ v-hasPermi =" ['infra:file :delete']"
100
100
>
101
101
删除
102
102
</el-button >
Original file line number Diff line number Diff line change 107
107
link
108
108
type =" danger"
109
109
@click =" handleDelete(scope.row.id)"
110
- v-hasPermi =" ['infra:config:delete']"
110
+ v-hasPermi =" ['infra:file- config:delete']"
111
111
>
112
112
删除
113
113
</el-button >
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:config :export']"
50
+ v-hasPermi =" ['infra: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:config :query']"
88
+ v-hasPermi =" ['infra:login-log :query']"
89
89
>
90
90
详情
91
91
</el-button >
Original file line number Diff line number Diff line change 10
10
type =" primary"
11
11
plain
12
12
@click =" openForm('create')"
13
- v-hasPermi =" ['system:mail-account :create']"
13
+ v-hasPermi =" ['system:mail-template :create']"
14
14
>
15
15
<Icon icon =" ep:plus" class =" mr-5px" /> 新增
16
16
</el-button >
Original file line number Diff line number Diff line change 80
80
plain
81
81
@click =" handleExport"
82
82
:loading =" exportLoading"
83
- v-hasPermi =" ['infra:config :export']"
83
+ v-hasPermi =" ['infra:operate-log :export']"
84
84
>
85
85
<Icon icon =" ep:download" class =" mr-5px" /> 导出
86
86
</el-button >
111
111
link
112
112
type =" primary"
113
113
@click =" openDetail(scope.row)"
114
- v-hasPermi =" ['infra:config :query']"
114
+ v-hasPermi =" ['infra:operate-log :query']"
115
115
>
116
116
详情
117
117
</el-button >
Original file line number Diff line number Diff line change 50
50
plain
51
51
@click =" handleExport"
52
52
:loading =" exportLoading"
53
- v-hasPermi =" ['infra :post:export']"
53
+ v-hasPermi =" ['system :post:export']"
54
54
>
55
55
<Icon icon =" ep:download" class =" mr-5px" /> 导出
56
56
</el-button >
Original file line number Diff line number Diff line change 119
119
<el-table-column align =" center" label =" 操作" >
120
120
<template #default =" scope " >
121
121
<el-button
122
- v-hasPermi =" ['infra:config :update']"
122
+ v-hasPermi =" ['infra:sensitive-word :update']"
123
123
link
124
124
type =" primary"
125
125
@click =" openForm('update', scope.row.id)"
126
126
>
127
127
编辑
128
128
</el-button >
129
129
<el-button
130
- v-hasPermi =" ['infra:config :delete']"
130
+ v-hasPermi =" ['infra:sensitive-word :delete']"
131
131
link
132
132
type =" danger"
133
133
@click =" handleDelete(scope.row.id)"
You can’t perform that action at this time.
0 commit comments