Commit 533b4e50 by 1163996518@qq.com

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

parent d5328918
...@@ -47,12 +47,7 @@ ...@@ -47,12 +47,7 @@
<el-form-item> <el-form-item>
<el-button @click="handleQuery"> <Icon icon="ep:search" class="mr-5px" />搜索 </el-button> <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 @click="resetQuery"> <Icon icon="ep:refresh" class="mr-5px" />重置 </el-button>
<el-button <el-button type="primary" plain @click="openForm('create')" v-hasPermi="['pay:app:create']">
type="primary"
plain
@click="openForm('create')"
v-hasPermi="['pay:app:create']"
>
<Icon icon="ep:plus" class="mr-5px" /> 新增 <Icon icon="ep:plus" class="mr-5px" /> 新增
</el-button> </el-button>
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment