File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 47
47
<el-form-item >
48
48
<el-button @click =" handleQuery" > <Icon icon =" ep:search" class =" mr-5px" />搜索 </el-button >
49
49
<el-button @click =" resetQuery" > <Icon icon =" ep:refresh" class =" mr-5px" />重置 </el-button >
50
- <el-button
51
- type =" primary"
52
- plain
53
- @click =" openForm('create')"
54
- v-hasPermi =" ['system:tenant:create']"
55
- >
50
+ <el-button type =" primary" plain @click =" openForm('create')" v-hasPermi =" ['pay:app:create']" >
56
51
<Icon icon =" ep:plus" class =" mr-5px" /> 新增
57
52
</el-button >
58
53
</el-form-item >
266
261
link
267
262
type =" primary"
268
263
@click =" openForm('update', scope.row.id)"
269
- v-hasPermi =" ['system:tenant :update']"
264
+ v-hasPermi =" ['pay:app :update']"
270
265
>
271
266
编辑
272
267
</el-button >
273
268
<el-button
274
269
link
275
270
type =" danger"
276
271
@click =" handleDelete(scope.row.id)"
277
- v-hasPermi =" ['system:tenant :delete']"
272
+ v-hasPermi =" ['pay:app :delete']"
278
273
>
279
274
删除
280
275
</el-button >
You can’t perform that action at this time.
0 commit comments