Commit 31da84d83bbc56f1842e4879167eadc11bb5a323

Authored by fengwotao
1 parent f8df3dfc

fix: 修改消息配置表格里的查看配置权限标识和详情一样

... ... @@ -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>
... ...