fix: 智聪健康,吃奶量统计权限设置。

This commit is contained in:
tianyongbao
2025-02-05 17:56:54 +08:00
parent d64a099506
commit 5f97ea63a5

View File

@@ -55,7 +55,7 @@ import auth from "@/plugins/auth"; // 建议使用auth进行鉴权操作
])
const babycareGridList=ref([
{ path: '/pages/health/milkPowderRecord/list', text: '吃奶记录', icon: 'map-pin-ellipse', permission: 'health:milkPowderRecord:list' },
{ path: '/pages/health/statistic/milkPowderStatistic/index', text: '吃奶量统计', icon: 'spinner-cycle', permission: 'health:temperatureRecord:list' }
{ path: '/pages/health/statistic/milkPowderStatistic/index', text: '吃奶量统计', icon: 'spinner-cycle', permission: 'health:milkPowderStatistic:list' }
])
function navigateTo(path) {