Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </Authority> |
18 | 18 | </template> |
19 | 19 | <template #config="{ record }"> |
20 | - <Authority value="api:yt:message:get:config"> | |
20 | + <Authority value="api:yt:template:get"> | |
21 | 21 | <a-button type="link" class="ml-2" @click="showData(record)"> 查看配置 </a-button> |
22 | 22 | </Authority> |
23 | 23 | </template> | ... | ... |