File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/views/infra/dataSourceConfig Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
<!-- 搜索工作栏 -->
4
4
<el-form :inline =" true" label-width =" 68px" >
5
5
<el-form-item >
6
- <el-button type =" primary" @click =" openModal('create')" v-hasPermi =" ['infra:config:create']" >
6
+ <el-button
7
+ type =" primary"
8
+ @click =" openModal('create')"
9
+ v-hasPermi =" ['infra:data-source-config:create']"
10
+ >
7
11
<Icon icon =" ep:plus" class =" mr-5px" /> 新增
8
12
</el-button >
9
13
</el-form-item >
28
32
link
29
33
type =" primary"
30
34
@click =" openModal('update', scope.row.id)"
31
- v-hasPermi =" ['infra:config:update']"
35
+ v-hasPermi =" ['infra:data-source- config:update']"
32
36
>
33
37
编辑
34
38
</el-button >
35
39
<el-button
36
40
link
37
41
type =" danger"
38
42
@click =" handleDelete(scope.row.id)"
39
- v-hasPermi =" ['infra:config:delete']"
43
+ v-hasPermi =" ['infra:data-source- config:delete']"
40
44
>
41
45
删除
42
46
</el-button >
You can’t perform that action at this time.
0 commit comments