Skip to content

Commit d532891

Browse files
committed
支付渠道配置--修复权限
1 parent 0089d59 commit d532891

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/views/pay/app/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
type="primary"
5252
plain
5353
@click="openForm('create')"
54-
v-hasPermi="['system:tenant:create']"
54+
v-hasPermi="['pay:app:create']"
5555
>
5656
<Icon icon="ep:plus" class="mr-5px" /> 新增
5757
</el-button>
@@ -266,15 +266,15 @@
266266
link
267267
type="primary"
268268
@click="openForm('update', scope.row.id)"
269-
v-hasPermi="['system:tenant:update']"
269+
v-hasPermi="['pay:app:update']"
270270
>
271271
编辑
272272
</el-button>
273273
<el-button
274274
link
275275
type="danger"
276276
@click="handleDelete(scope.row.id)"
277-
v-hasPermi="['system:tenant:delete']"
277+
v-hasPermi="['pay:app:delete']"
278278
>
279279
删除
280280
</el-button>

0 commit comments

Comments
 (0)