|
|
@ -23,7 +23,7 @@ |
|
|
|
{{$t('common.totalitemnum',{"number":settleAccountsObj.allNum})}} |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
<text |
|
|
|
<!-- <text |
|
|
|
class="btn-box " |
|
|
|
@click="showManage = !showManage" |
|
|
|
v-if="!showManage" |
|
|
@ -34,7 +34,11 @@ |
|
|
|
@click="showManage = !showManage" |
|
|
|
v-if="showManage" |
|
|
|
>{{$t('common.finish')}} |
|
|
|
</text> |
|
|
|
</text>--> |
|
|
|
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage" |
|
|
|
v-if="!showManage" src="@/static/images/temp/title_edit.png"/> |
|
|
|
<image style="width: 32rpx;height: 32rpx;margin-right: 30rpx" @click="showManage = !showManage" |
|
|
|
v-if="showManage" src="@/static/images/temp/title_finish.png"/> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</u-sticky> |
|
|
@ -1114,6 +1118,7 @@ export default { |
|
|
|
color: #252744; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
page{ |
|
|
|
background-color: #FAFAFA; |
|
|
|
} |
|
|
|