diff --git a/src/views/pay/app/index.vue b/src/views/pay/app/index.vue index c949637b..7b8f1a96 100644 --- a/src/views/pay/app/index.vue +++ b/src/views/pay/app/index.vue @@ -51,7 +51,7 @@ type="primary" plain @click="openForm('create')" - v-hasPermi="['system:tenant:create']" + v-hasPermi="['pay:app:create']" > 新增 @@ -266,7 +266,7 @@ link type="primary" @click="openForm('update', scope.row.id)" - v-hasPermi="['system:tenant:update']" + v-hasPermi="['pay:app:update']" > 编辑 @@ -274,7 +274,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['system:tenant:delete']" + v-hasPermi="['pay:app:delete']" > 删除