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