fix: 智聪健康,吃奶量统计权限设置。
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user