Skip to content

Commit

Permalink
🔥 移除数据权限示例的接口权限控制
Browse files Browse the repository at this point in the history
  • Loading branch information
Hccake committed Dec 6, 2021
1 parent 5440c4b commit 93097e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/sample/document/DocumentPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<!-- 操作按钮区域 -->
<template #toolbar-action>
<a-button
v-has="'sample:document:add'"
type="primary"
icon="plus"
@click="handleAdd()"
Expand All @@ -42,7 +41,6 @@
<!--数据表格区域-->
<template #action-slot="text, record">
<a-popconfirm
v-has="'sample:document:del'"
title="确认要删除吗?"
@confirm="() => handleDel(record)"
>
Expand Down

0 comments on commit 93097e7

Please sign in to comment.