支付渠道配置--修复权限

(cherry picked from commit 533b4e5006)
This commit is contained in:
1163996518@qq.com 2023-10-17 21:27:13 +08:00 committed by shizhong
parent 6721122bc2
commit 0e0456d4f8

View File

@ -47,12 +47,7 @@
<el-form-item>
<el-button @click="handleQuery"> <Icon icon="ep:search" class="mr-5px" />搜索 </el-button>
<el-button @click="resetQuery"> <Icon icon="ep:refresh" class="mr-5px" />重置 </el-button>
<el-button
type="primary"
plain
@click="openForm('create')"
v-hasPermi="['pay:app:create']"
>
<el-button type="primary" plain @click="openForm('create')" v-hasPermi="['pay:app:create']">
<Icon icon="ep:plus" class="mr-5px" /> 新增
</el-button>
</el-form-item>