From 2915446ab773560226bcbf3895e1117d1167144b Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 12 七月 2023 16:57:41 +0800
Subject: [PATCH] 验质修改图片错误
---
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue | 44 +++++++-------------------------------------
1 files changed, 7 insertions(+), 37 deletions(-)
diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
index 754bcd2..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="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
- 鐨�</view>
- <view class="num">{{ item.skin }}</view>
- </view>
- <view class="item">
- <view class="concrete"
- :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
- 姣�</view>
- <view class="num">{{ item.hair }}</view>
- </view>
- <view class="item">
- <view class="concrete"
- :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
- 鍑�</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,7 +82,7 @@
id: '',
yyDailyList: {},
orderPlanDetail: {},
- coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'],
+ coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'],
index: '',
onlineurl,
};
--
Gitblit v1.9.1