Commit 23874f29941addee2f95af8724de4560dbf5c178

Authored by fengwotao
1 parent 275cef63

feat: 消息配置 新增查看配置信息权限控制

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