|  |  | 
 |  |  |       </view> --> | 
 |  |  |       <view class="item-sort"> | 
 |  |  |          <view> | 
 |  |  |             <y-title title="公司资料库" /> | 
 |  |  |             <y-title title="客户管理" /> | 
 |  |  |          </view> | 
 |  |  |          <view class="grid-container"> | 
 |  |  |             <view class="item" @click="select(1)"> | 
 |  |  |                <view class="img"> | 
 |  |  |                   <image src="../../static/image/jiafangdanwei.png" mode="aspectFit"></image> | 
 |  |  |                </view> | 
 |  |  |                <view>甲方单位</view> | 
 |  |  |                <view>信息公海</view> | 
 |  |  |             </view> | 
 |  |  | 				 | 
 |  |  |             <view class="item" @click="select(4)"> | 
 |  |  |                <view class="img"> | 
 |  |  |                   <image src="../../static/image/3daqu.png" mode="aspectFit"></image> | 
 |  |  |                </view> | 
 |  |  |                <view>客户信息</view> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  | 			 | 
 |  |  |       </view> | 
 |  |  |       <view class="item-sort"> | 
 |  |  |          <view> | 
 |  |  | 
 |  |  |                   <image src="../../static/image/dingdanguanli.png" mode="aspectFit"></image> | 
 |  |  |                </view> | 
 |  |  |                <view>规划申请单</view> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  |       </view> | 
 |  |  |       <view class="item-sort"> | 
 |  |  |          <view> | 
 |  |  |             <y-title title="出差管理"></y-title> | 
 |  |  |          </view> | 
 |  |  |          <view class="grid-container"> | 
 |  |  |             <view class="item" @click="select(5)"> | 
 |  |  |                <view class="img"> | 
 |  |  |                   <image src="../../static/image/chalvfeiyongbaoxiao.png" mode="aspectFit"></image> | 
 |  |  |                </view> | 
 |  |  |                <view>报销申请</view> | 
 |  |  |             </view> | 
 |  |  |             <view class="item" @click="select(6)"> | 
 |  |  |                <view class="img"> | 
 |  |  |                   <image src="../../static/image/chucha.png" mode="aspectFit"></image> | 
 |  |  |                </view> | 
 |  |  |                <view>出差申请</view> | 
 |  |  |             </view> | 
 |  |  |          </view> | 
 |  |  |       </view> | 
 |  |  | 
 |  |  |                   break; | 
 |  |  |                case 3: | 
 |  |  |                   uni.navigateTo({ | 
 |  |  |                      url:'/pages/business/cstmr/csmtr' | 
 |  |  |                      url:'/pages/business/plan/plan' | 
 |  |  |                   }) | 
 |  |  |                   break; | 
 |  |  |                case 4: | 
 |  |  |                   uni.navigateTo({ | 
 |  |  |                      url:'/pages/business/cstmrInfo/cstmrInfo' | 
 |  |  |                   }) | 
 |  |  |                   break; | 
 |  |  |                case 5: | 
 |  |  |                   uni.navigateTo({ | 
 |  |  |                      url:'/pages/business/goBusiness/reimburseOnline' | 
 |  |  |                   }) | 
 |  |  |                   break;	 | 
 |  |  |                case 6: | 
 |  |  |                   uni.navigateTo({ | 
 |  |  |                      url:'/pages/business/goBusiness/goBusiness' | 
 |  |  |                   }) | 
 |  |  |                   break; | 
 |  |  |                 |