dev2
wangchen 2023-07-25 17:17:59 +08:00
parent 84c04b641c
commit 41c86e20ee
5 changed files with 23 additions and 8 deletions

View File

@ -16,6 +16,7 @@
@import "/style/css/layout.css"; @import "/style/css/layout.css";
@import "style/css/main.css"; @import "style/css/main.css";
@import "style/css/flex-main.css"; @import "style/css/flex-main.css";
@import "/wxcomponents/vant/dist/common/index.css";
/deep/.uni-select { /deep/.uni-select {
background-color: #fff; background-color: #fff;

View File

@ -60,18 +60,28 @@
{ {
"path": "pages/shipWork/peopleAdd", "path": "pages/shipWork/peopleAdd",
"style": { "style": {
"navigationBarTitleText": "杂项作业(人员信息)" "navigationBarTitleText": "杂项作业(人员信息)",
"usingComponents": {
"van-button": "/wxcomponents/vant/dist/button/index"
}
} }
}, },
{ {
"path": "pages/shipWork/shiftAdd", "path": "pages/shipWork/shiftAdd",
"style": { "style": {
"navigationBarTitleText": "杂项作业(工班信息)" "navigationBarTitleText": "杂项作业(工班信息)",
"usingComponents": {
"van-icon": "/wxcomponents/vant/dist/icon/index",
"van-button": "/wxcomponents/vant/dist/button/index"
}
} }
}, { }, {
"path": "pages/shipWork/shiftDetails", "path": "pages/shipWork/shiftDetails",
"style": { "style": {
"navigationBarTitleText": "杂项作业(工班信息)" "navigationBarTitleText": "杂项作业(工班信息)",
"usingComponents": {
"van-button": "/wxcomponents/vant/dist/button/index"
}
} }
}, { }, {
"path": "pages/shipWork/untieCord", "path": "pages/shipWork/untieCord",
@ -189,7 +199,11 @@
{ {
"path": "pages/monitor/edit", "path": "pages/monitor/edit",
"style": { "style": {
"navigationBarTitleText": "编辑货物质量" "navigationBarTitleText": "编辑货物质量",
"usingComponents": {
"van-icon": "/wxcomponents/vant/dist/icon/index",
"van-button": "/wxcomponents/vant/dist/button/index"
}
} }
}, },
{ {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long