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,11 +63,9 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }, {
,{ "path": "pages/project_supervision/project_detail/project_detail",
"path" : "pages/project_supervision/project_detail/project_detail", "style": {
"style" :
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

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> <template>
<view> <view>
<u-tabs :list="tabList"></u-tabs> <u-tabs :list="tabList"></u-tabs>
</view> </view>
</template> </template>
<script> <script>
import ProjectDetailHome from './project_detail_home/project_detail_home.vue'
export default { export default {
name: 'ProjectHome',
components: {
ProjectDetailHome
},
data() { data() {
return { return {
tabList: [{ 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