7.25
parent
84c04b641c
commit
41c86e20ee
1
App.vue
1
App.vue
|
@ -16,6 +16,7 @@
|
|||
@import "/style/css/layout.css";
|
||||
@import "style/css/main.css";
|
||||
@import "style/css/flex-main.css";
|
||||
@import "/wxcomponents/vant/dist/common/index.css";
|
||||
|
||||
/deep/.uni-select {
|
||||
background-color: #fff;
|
||||
|
|
24
pages.json
24
pages.json
|
@ -19,7 +19,7 @@
|
|||
"usingComponents": {
|
||||
"van-progress": "/wxcomponents/vant/dist/progress/index"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/instructDetails",
|
||||
|
@ -60,18 +60,28 @@
|
|||
{
|
||||
"path": "pages/shipWork/peopleAdd",
|
||||
"style": {
|
||||
"navigationBarTitleText": "杂项作业(人员信息)"
|
||||
"navigationBarTitleText": "杂项作业(人员信息)",
|
||||
"usingComponents": {
|
||||
"van-button": "/wxcomponents/vant/dist/button/index"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/shipWork/shiftAdd",
|
||||
"style": {
|
||||
"navigationBarTitleText": "杂项作业(工班信息)"
|
||||
"navigationBarTitleText": "杂项作业(工班信息)",
|
||||
"usingComponents": {
|
||||
"van-icon": "/wxcomponents/vant/dist/icon/index",
|
||||
"van-button": "/wxcomponents/vant/dist/button/index"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path": "pages/shipWork/shiftDetails",
|
||||
"style": {
|
||||
"navigationBarTitleText": "杂项作业(工班信息)"
|
||||
"navigationBarTitleText": "杂项作业(工班信息)",
|
||||
"usingComponents": {
|
||||
"van-button": "/wxcomponents/vant/dist/button/index"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"path": "pages/shipWork/untieCord",
|
||||
|
@ -189,7 +199,11 @@
|
|||
{
|
||||
"path": "pages/monitor/edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "编辑货物质量"
|
||||
"navigationBarTitleText": "编辑货物质量",
|
||||
"usingComponents": {
|
||||
"van-icon": "/wxcomponents/vant/dist/icon/index",
|
||||
"van-button": "/wxcomponents/vant/dist/button/index"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<view class="formTitle">
|
||||
基本信息
|
||||
</view>
|
||||
<ul>
|
||||
<ul>
|
||||
<li class="hjLi">
|
||||
<p class="liTitle"><span class="required">*</span>资损发生环节</p>
|
||||
<van-radio-group class="radioList" v-model="radio" direction="horizontal">
|
||||
|
|
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