Commit 8ba6ff075f26fce113056dddacc0476d8246a141

Authored by fengwotao
1 parent afc3933a

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

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