From 971e1fa03492e34e67edd6346f442d120fbe5343 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 14 七月 2023 16:21:31 +0800 Subject: [PATCH] 展示字段和样式修改 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue | 49 ++++++++++--------------------------------------- 1 files changed, 10 insertions(+), 39 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue index 7d4800c..b66045c 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue @@ -10,7 +10,7 @@ </view> <view class="body-container"> <view class="container-block"> - <view class="">鎻愮叅鍗曠姸鎬�</view> + <view class="">閫氱煡鍗曠姸鎬�</view> <view class="">{{ coalStatus[yyDailyList.statusWeigh]||'' }}</view> </view> </view> @@ -46,7 +46,7 @@ </view> <view class="body-container"> <view class="container-block"> - <view class="">鎻愮叅鍗曠紪鍙�</view> + <view class="">閫氱煡鍗曠紪鍙�</view> <view class="">{{ yyDailyList.code || '' }}</view> </view> </view> @@ -57,49 +57,19 @@ </view> </view> </view> - <view class="weigh-history" - v-if="showWeigh.length!==0"> - <view class="block-main"> - <view class="weigh-item" - v-for='item in showWeigh' - :key="item.id"> - <view class="weigh-time"> - <u-tag :text="item.createTime.slice(-8,-3)" - plain></u-tag> - </view> - <view class="item-block"> - <view class="item"> - <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/skin.png') no-repeat;background-size: cover;"> - 鐨�</view> - <view class="num">{{ item.skin }}</view> - </view> - <view class="item"> - <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/hair.png') no-repeat;background-size: cover;"> - 姣�</view> - <view class="num">{{ item.hair }}</view> - </view> - <view class="item"> - <view class="concrete" - style="background: url('https://mx.jzeg.cn:9095/appimg/image/banner/clean.png') no-repeat;background-size: cover;"> - 鍑�</view> - <view class="num">{{ item.clean }}</view> - </view> - </view> - </view> - </view> - </view> + <weigh-item :list="showWeigh"></weigh-item> </view> </view> </template> <script> import combinedTitle from '@/components/combined-title/combined-title.vue'; - + import weighItem from '@/components/weighItem.vue' + import { onlineurl } from '@/api/request.js' export default { components: { - combinedTitle + combinedTitle, + weighItem }, onLoad(params) { this.id = params.id; @@ -112,8 +82,9 @@ id: '', yyDailyList: {}, orderPlanDetail: {}, - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'], - index: '' + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'], + index: '', + onlineurl, }; }, computed: { -- Gitblit v1.9.1