This commit is contained in:
cxc
2022-09-13 18:33:35 +08:00
parent 3fd5da59a9
commit 3ffbc93e9b
7 changed files with 461 additions and 437 deletions

View File

@ -63,17 +63,15 @@
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/project_supervision/project_detail/project_detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/project_supervision/project_detail/project_detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
}
],
"globalStyle": {
// "rpxCalcMaxDeviceWidth": 960,
// "rpxCalcBaseDeviceWidth": 375,

View File

@ -0,0 +1,19 @@
<template>
<view>
<image src="../../../../static/project_detail_home_example.png" mode=""></image>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="scss">
</style>

View File

@ -1,26 +1,32 @@
<template>
<view>
<u-tabs :list="tabList"></u-tabs>
</view>
</template>
<script>
import ProjectDetailHome from './project_detail_home/project_detail_home.vue'
export default {
name: 'ProjectHome',
components: {
ProjectDetailHome
},
data() {
return {
tabList: [{
text: '主页'
name: '主页'
}, {
text: '进度管理'
name: '进度管理'
},
{
text: '质量管理'
name: '质量管理'
},
{
text: '安全管理'
name: '安全管理'
},
{
text: '材料管理'
name: '材料管理'
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB