feat(报餐): 新增报餐功能模块并更新版本号至1.3.27
- 添加报餐页面及相关API接口 - 实现报餐统计功能,包括有效/无效报餐人数计算 - 新增自定义时间选择器组件 - 更新应用版本号至1.3.27 - 调整角色权限控制,新增食堂角色权限配置
This commit is contained in:
@@ -88,6 +88,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "钢卷查询"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/meal/meal",
|
||||
"style": {
|
||||
"navigationBarTitleText": "报餐情况"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// "path": "pages/register",
|
||||
@@ -180,6 +186,12 @@
|
||||
"selectedIconPath": "/static/images/tabbar/search_.png",
|
||||
"iconPath": "/static/images/tabbar/search.png"
|
||||
},
|
||||
{
|
||||
"text": "报餐",
|
||||
"pagePath": "pages/meal/meal",
|
||||
"selectedIconPath": "/static/images/tabbar/meal_.png",
|
||||
"iconPath": "/static/images/tabbar/meal.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/index",
|
||||
|
||||
Reference in New Issue
Block a user