页面修改

This commit is contained in:
THK3121 2023-08-21 14:05:43 +08:00
parent 26db68558d
commit f11c405b7a
3 changed files with 4 additions and 4 deletions

View File

@ -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">取货点:&nbsp;&nbsp;{{goodsInfo.shop_name}}</view>
<view v-else>收货人:&nbsp;&nbsp;{{ fuzzyName(goodsInfo.receiver_name) }}</view>
<view style="float: right;">

View File

@ -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>

View File

@ -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>