Skip to content

Commit d6b0305

Browse files
YunaiVgitee-org
authored andcommitted
!277 修复前端支付渠道配置权限
Merge pull request !277 from 小玩家/master
2 parents 8832eaf + 533b4e5 commit d6b0305

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/views/pay/app/index.vue

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@
4747
<el-form-item>
4848
<el-button @click="handleQuery"> <Icon icon="ep:search" class="mr-5px" />搜索 </el-button>
4949
<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']">
5651
<Icon icon="ep:plus" class="mr-5px" /> 新增
5752
</el-button>
5853
</el-form-item>
@@ -266,15 +261,15 @@
266261
link
267262
type="primary"
268263
@click="openForm('update', scope.row.id)"
269-
v-hasPermi="['system:tenant:update']"
264+
v-hasPermi="['pay:app:update']"
270265
>
271266
编辑
272267
</el-button>
273268
<el-button
274269
link
275270
type="danger"
276271
@click="handleDelete(scope.row.id)"
277-
v-hasPermi="['system:tenant:delete']"
272+
v-hasPermi="['pay:app:delete']"
278273
>
279274
删除
280275
</el-button>

0 commit comments

Comments
 (0)