Commit 9ec761e617fc4decaee8f72fc374125ef430c3e3

Authored by fengtao
1 parent ba9d0af5

perf: 优化批量清除权限标识,字符串未去除左边空格

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -19,7 +19,7 @@
19 19 </Button>
20 20 </template>
21 21 <template #toolbar>
22   - <Authority value=" api:yt:alarm:batch:clear">
  22 + <Authority value="api:yt:alarm:batch:clear">
23 23 <Button @click="handleBatchClear" type="primary" :disabled="getCanBatchClear">
24 24 <span>批量清除</span>
25 25 </Button>
... ...