Commit d6b0305d by 芋道源码 Committed by Gitee

!277 修复前端支付渠道配置权限

Merge pull request !277 from 小玩家/master
parents 8832eafa 533b4e50
...@@ -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="['system:tenant: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>
...@@ -266,7 +261,7 @@ ...@@ -266,7 +261,7 @@
link link
type="primary" type="primary"
@click="openForm('update', scope.row.id)" @click="openForm('update', scope.row.id)"
v-hasPermi="['system:tenant:update']" v-hasPermi="['pay:app:update']"
> >
编辑 编辑
</el-button> </el-button>
...@@ -274,7 +269,7 @@ ...@@ -274,7 +269,7 @@
link link
type="danger" type="danger"
@click="handleDelete(scope.row.id)" @click="handleDelete(scope.row.id)"
v-hasPermi="['system:tenant:delete']" v-hasPermi="['pay:app:delete']"
> >
删除 删除
</el-button> </el-button>
......
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