Skip to content

Commit 93097e7

Browse files
committed
🔥 移除数据权限示例的接口权限控制
1 parent 5440c4b commit 93097e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/sample/document/DocumentPage.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<!-- 操作按钮区域 -->
3232
<template #toolbar-action>
3333
<a-button
34-
v-has="'sample:document:add'"
3534
type="primary"
3635
icon="plus"
3736
@click="handleAdd()"
@@ -42,7 +41,6 @@
4241
<!--数据表格区域-->
4342
<template #action-slot="text, record">
4443
<a-popconfirm
45-
v-has="'sample:document:del'"
4644
title="确认要删除吗?"
4745
@confirm="() => handleDel(record)"
4846
>

0 commit comments

Comments
 (0)