更新
This commit is contained in:
parent
dfccdc2278
commit
9d971c3140
@ -27,7 +27,7 @@
|
|||||||
<view class="card" v-for="(item, index) in list" :key="item.id"
|
<view class="card" v-for="(item, index) in list" :key="item.id"
|
||||||
@click="navTo('/subpkg/archives/archives?id='+item.id)">
|
@click="navTo('/subpkg/archives/archives?id='+item.id)">
|
||||||
<view class="card_head">
|
<view class="card_head">
|
||||||
<text style="font-size: 34rpx;">最后更新: 2023-8-1</text>
|
<text style="font-size: 34rpx;">最后更新: {{item.update_time}}</text>
|
||||||
<text>{{'管理户数: '+item.informationg_count+" 户"}}<u-icon
|
<text>{{'管理户数: '+item.informationg_count+" 户"}}<u-icon
|
||||||
style="display: inline-block;margin-left: 10rpx;" color="white"
|
style="display: inline-block;margin-left: 10rpx;" color="white"
|
||||||
name="arrow-right"></u-icon></text>
|
name="arrow-right"></u-icon></text>
|
||||||
|
@ -20,11 +20,12 @@
|
|||||||
<view class="right">
|
<view class="right">
|
||||||
<view class="">
|
<view class="">
|
||||||
<text>甲方 :</text>
|
<text>甲方 :</text>
|
||||||
<text> {{item.party_a_info.company_name}}</text>
|
<text v-if="item.party_a_info"> {{item.party_a_info.company_name}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<text>乙方 :</text>
|
<text>乙方 :</text>
|
||||||
<text>{{item.party_b_info.company_name}}</text>
|
<text v-if="item.party_b_info">{{item.party_b_info.company_name}}</text>
|
||||||
|
<text v-else-if="item.party_b==$store.state.app.userInfo.id">{{$store.state.app.userInfo.nickname}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<text>合同类型 :</text>
|
<text>合同类型 :</text>
|
||||||
|
@ -159,7 +159,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uni-calendar-item--isDay {
|
.uni-calendar-item--isDay {
|
||||||
background-color: $uni-primary;
|
// background-color: $uni-primary;
|
||||||
|
background-color: #0122c7;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
@ -172,7 +173,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.uni-calendar-item--checked {
|
.uni-calendar-item--checked {
|
||||||
background-color: $uni-primary;
|
// background-color: $uni-primary;
|
||||||
|
background-color: #0122c7;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user