Commit d5328918 by 1163996518@qq.com

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

parent 0089d59d
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
type="primary" type="primary"
plain plain
@click="openForm('create')" @click="openForm('create')"
v-hasPermi="['system:tenant:create']" v-hasPermi="['pay:app:create']"
> >
<Icon icon="ep:plus" class="mr-5px" /> 新增 <Icon icon="ep:plus" class="mr-5px" /> 新增
</el-button> </el-button>
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,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 +274,7 @@ ...@@ -274,7 +274,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