diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index c949637b..3531633f 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -47,12 +47,7 @@ 搜索 重置 - + 新增 @@ -266,7 +261,7 @@ link type="primary" @click="openForm('update', scope.row.id)" - v-hasPermi="['system:tenant:update']" + v-hasPermi="['pay:app:update']" > 编辑 @@ -274,7 +269,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['system:tenant:delete']" + v-hasPermi="['pay:app:delete']" > 删除