Commit 8ba6ff075f26fce113056dddacc0476d8246a141

Authored by fengwotao
1 parent afc3933a

fix:DEFECT-1403 超级管理员定时任务导出功能按钮无效

@@ -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="您确定要批量删除数据"