Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
| 2 | <div style="background-color: #f0f2f5" class="dark:bg-dark-900"> | 2 | <div style="background-color: #f0f2f5" class="dark:bg-dark-900"> |
| 3 | <BasicTable @register="registerTable" class="dark:bg-dark-900"> | 3 | <BasicTable @register="registerTable" class="dark:bg-dark-900"> |
| 4 | <template #toolbar> | 4 | <template #toolbar> |
| 5 | - <Authority value="api:yt:smsLog:export"> | 5 | + <!-- <Authority value="api:yt:smsLog:export"> |
| 6 | <a-button type="primary" @click="handleCreate"> 导出 </a-button> | 6 | <a-button type="primary" @click="handleCreate"> 导出 </a-button> |
| 7 | - </Authority> | 7 | + </Authority> --> |
| 8 | <Authority value="api:yt:smsLog:delete"> | 8 | <Authority value="api:yt:smsLog:delete"> |
| 9 | <Popconfirm | 9 | <Popconfirm |
| 10 | title="您确定要批量删除数据" | 10 | title="您确定要批量删除数据" |
| @@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
| 2 | <div style="background-color: #f0f2f5" class="dark:bg-dark-900"> | 2 | <div style="background-color: #f0f2f5" class="dark:bg-dark-900"> |
| 3 | <BasicTable @register="registerTable" class="dark:bg-dark-900"> | 3 | <BasicTable @register="registerTable" class="dark:bg-dark-900"> |
| 4 | <template #toolbar> | 4 | <template #toolbar> |
| 5 | - <Authority value="api:yt:smsLog:export"> | 5 | + <!-- <Authority value="api:yt:smsLog:export"> |
| 6 | <a-button type="primary" @click="handleExport"> 导出 </a-button> | 6 | <a-button type="primary" @click="handleExport"> 导出 </a-button> |
| 7 | - </Authority> | 7 | + </Authority> --> |
| 8 | <Authority value="api:yt:smsLog:delete"> | 8 | <Authority value="api:yt:smsLog:delete"> |
| 9 | <Popconfirm | 9 | <Popconfirm |
| 10 | title="您确定要批量删除数据" | 10 | title="您确定要批量删除数据" |