页面修改
This commit is contained in:
parent
26db68558d
commit
f11c405b7a
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="card">
|
||||
<view class="tit">
|
||||
<view class="tit" @click.stop="goDetil(goodsInfo.id)">
|
||||
<view v-if="goodsInfo.status==0">取货点: {{goodsInfo.shop_name}}</view>
|
||||
<view v-else>收货人: {{ fuzzyName(goodsInfo.receiver_name) }}</view>
|
||||
<view style="float: right;">
|
||||
|
@ -27,7 +27,7 @@
|
||||
<view class="card" v-for="(item, index) in list" :key="item.id"
|
||||
@click="navTo('/subpkg/archives/archives?id='+item.id)">
|
||||
<view class="card_head">
|
||||
<text>最后更新: {{item.informationg_update_time.split(' ')[0]}}</text>
|
||||
<text style="font-size: 34rpx;">最后更新: {{item.informationg_update_time.split(' ')[0]}}</text>
|
||||
<text>{{'管理户数: '+item.informationg_count+" 户"}}<u-icon
|
||||
style="display: inline-block;margin-left: 10rpx;" color="white"
|
||||
name="arrow-right"></u-icon></text>
|
||||
|
@ -6,8 +6,8 @@
|
||||
<picker v-if="company.contract&&company.contract.check_status==0||!company.contract"
|
||||
:range="contractTypeList" range-key="name" @change="changeType">
|
||||
<button class="btn">
|
||||
<image src="../../static/img/contract/FQHT.png" width="35rpx" height="35rpx" mode="widthFix">
|
||||
</image> 发起合同
|
||||
<!-- <image src="../../static/img/contract/FQHT.png" width="35rpx" height="35rpx" mode="widthFix">
|
||||
</image> -->发起合同
|
||||
</button>
|
||||
<!-- <mybtn text="生成合同" position="false"></mybtn> -->
|
||||
</picker>
|
||||
|
Loading…
x
Reference in New Issue
Block a user