<template>
|
<view>
|
<scroll-view scroll-y="true" >
|
<view style="width: 96%;background-color: #fff;margin: 1% 2% 0 2%;">
|
<y-title title="销售管理"></y-title>
|
<view style="width: 100%;height: 300rpx;">跟踪项目</view>
|
</view>
|
<view style="width: 96%;background-color: #fff;margin: 1% 2% 0 2%;">
|
<y-title title="项目管理"></y-title>
|
<view style="width: 100%;height: 300rpx;">跟踪项目</view>
|
</view>
|
<view style="width: 96%;background-color: #fff;margin: 1% 2% 0 2%;">
|
<y-title title="项目计划"></y-title>
|
<view style="width: 100%;height: 300rpx;">跟踪项目</view>
|
</view>
|
<y-wrapper />
|
<y-wrapper>
|
<view style="width: 100%;height: 100rpx;background-color: blueviolet;"></view>
|
</y-wrapper>
|
</scroll-view>
|
</view>
|
</template>
|
|
<script>
|
</script>
|
|
<style>
|
</style>
|