Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -5,9 +5,9 @@ |
5 | 5 | <Authority value="api:yt:schedule:post"> |
6 | 6 | <a-button type="primary" @click="handleCreateOrEdit(null)"> 新增 </a-button> |
7 | 7 | </Authority> |
8 | - <Authority value="api:yt:schedule:get"> | |
8 | + <!-- <Authority value="api:yt:schedule:get"> | |
9 | 9 | <a-button type="primary"> 导出 </a-button> |
10 | - </Authority> | |
10 | + </Authority> --> | |
11 | 11 | <Authority value="api:yt:schedule:delete"> |
12 | 12 | <Popconfirm |
13 | 13 | title="您确定要批量删除数据" | ... | ... |