7.25
parent
84c04b641c
commit
41c86e20ee
1
App.vue
1
App.vue
|
@ -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;
|
||||||
|
|
22
pages.json
22
pages.json
|
@ -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
Loading…
Reference in New Issue