|
@@ -35,7 +35,7 @@
|
|
|
link
|
|
|
type="primary"
|
|
|
@click="openForm('update', scope.row.id)"
|
|
|
- v-hasPermi="['point:sign-in-config:update']"
|
|
|
+ v-hasPermi="'menduner:signin-config'"
|
|
|
>
|
|
|
编辑
|
|
|
</el-button>
|
|
@@ -43,7 +43,7 @@
|
|
|
link
|
|
|
type="danger"
|
|
|
@click="handleDelete(scope.row.id)"
|
|
|
- v-hasPermi="['point:sign-in-config:delete']"
|
|
|
+ v-hasPermi="'menduner:signin-config'"
|
|
|
>
|
|
|
删除
|
|
|
</el-button>
|