新增固定资产页面
This commit is contained in:
parent
4fed6d2f9e
commit
68d1bc8218
@ -328,6 +328,15 @@
|
|||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}, {
|
||||||
|
"path": "fixedAssets/fixedAssets",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "固定资产",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#3175f9",
|
||||||
|
"navigationBarTextStyle": "white"
|
||||||
|
}
|
||||||
|
|
||||||
}]
|
}]
|
||||||
}],
|
}],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
|
@ -206,7 +206,8 @@ export const oaHomeData = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '固定资产',
|
text: '固定资产',
|
||||||
icon: prefix + 'oa/wcsq@2x.png'
|
icon: prefix + 'oa/wcsq@2x.png',
|
||||||
|
url: '/subpkg/fixedAssets/fixedAssets'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '合同管理',
|
text: '合同管理',
|
||||||
|
23
subpkg/fixedAssets/fixedAssets.vue
Normal file
23
subpkg/fixedAssets/fixedAssets.vue
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<template>
|
||||||
|
<view class=""></view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
onLoad() {},
|
||||||
|
onShow() {},
|
||||||
|
methods: {},
|
||||||
|
onPullDownRefresh() {
|
||||||
|
uni.stopPullDownRefresh()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
|
||||||
|
</style>
|
Loading…
x
Reference in New Issue
Block a user