We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0089d59 commit d532891Copy full SHA for d532891
src/views/pay/app/index.vue
@@ -51,7 +51,7 @@
51
type="primary"
52
plain
53
@click="openForm('create')"
54
- v-hasPermi="['system:tenant:create']"
+ v-hasPermi="['pay:app:create']"
55
>
56
<Icon icon="ep:plus" class="mr-5px" /> 新增
57
</el-button>
@@ -266,15 +266,15 @@
266
link
267
268
@click="openForm('update', scope.row.id)"
269
- v-hasPermi="['system:tenant:update']"
+ v-hasPermi="['pay:app:update']"
270
271
编辑
272
273
<el-button
274
275
type="danger"
276
@click="handleDelete(scope.row.id)"
277
- v-hasPermi="['system:tenant:delete']"
+ v-hasPermi="['pay:app:delete']"
278
279
删除
280
0 commit comments