feat: 增加智慧库房,完善项目盈亏

This commit is contained in:
砂糖
2025-08-20 16:07:18 +08:00
parent f5ab69a431
commit 26ee6430c0
40 changed files with 14771 additions and 485 deletions

View File

@@ -389,7 +389,23 @@
"navigationBarTitleText" : "项目盈亏",
"navigationStyle": "default"
}
}
},
{
"path" : "pages/workbench/attendance/attendance",
"style" :
{
"navigationBarTitleText" : "人员考勤",
"navigationStyle": "default"
}
},
{
"path" : "pages/workbench/smartWM/smartWM",
"style" :
{
"navigationBarTitleText" : "智慧库房",
"navigationStyle": "default"
}
}
],
"tabBar": {
"color": "#8E9AB0",
@@ -404,12 +420,12 @@
"selectedIconPath": "static/images/tabbar_conversation_active.png",
"text": "消息"
},
{
"pagePath": "pages/contact/index/index",
"iconPath": "./static/images/tabbar_contacts.png",
"selectedIconPath": "static/images/tabbar_contacts_active.png",
"text": "通讯录"
},
// {
// "pagePath": "pages/contact/index/index",
// "iconPath": "./static/images/tabbar_contacts.png",
// "selectedIconPath": "static/images/tabbar_contacts_active.png",
// "text": "通讯录"
// },
{
"pagePath": "pages/workbench/index/index",
"iconPath": "/static/images/tabbar_workbench.png",
@@ -434,7 +450,8 @@
"easycom": {
"autoscan": true,
"custom": {
"^oa-(.*)": "components/oa/oa-$1/index.vue"
"^oa-(.*)": "components/oa/oa-$1/index.vue",
"^fad-(.*)": "components/fad-ui/fad-$1/index.vue"
}
}
}