From a25c7697644a40d3aa3a9746085a9a7618dd098a Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 10 十月 2023 08:15:09 +0800
Subject: [PATCH] 修改称重提示错误 修改判断
---
pages/customer-page/customer-index/customer-index.vue | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 79fc6f1..36f1c8e 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -11,6 +11,7 @@
icon="http://cdn.uviewui.com/uview/empty/data.png"
textSize="30"
iconSize="1000"
+ text="鏆傛棤鏁版嵁"
v-if="orderPlanData.length == 0"></u-empty>
</view>
<view class="collection-form">
@@ -20,6 +21,8 @@
@click="cardBodyClick(item)">
<view class="first-line">
<view class="dispatch-receive">
+ <view class="dispatch-dept">{{ item.deptName }}</view>
+ <view class="black-bar"></view>
<view class="dispatch">{{ item.filedName }}</view>
</view>
<view class="point-number">
@@ -67,6 +70,7 @@
icon="http://cdn.uviewui.com/uview/empty/data.png"
textSize="30"
iconSize="1000"
+ text="鏆傛棤鏁版嵁"
v-if="historyCoalData.length == 0"></u-empty>
<view class="history-information"
v-for="(item, index) in historyCoalData"
@@ -493,8 +497,27 @@
.dispatch-receive {
width: 70%;
display: flex;
- justify-content: space-between;
+ justify-content: flex-start;
align-items: center;
+
+ .dispatch-dept {
+
+ display: flex;
+ align-items: center;
+ }
+
+ .black-bar {
+ width: 2rpx;
+ height: 30rpx;
+ background: #515151;
+ margin-left: vww(12);
+ }
+
+ .dispatch {
+ margin-left: vww(12);
+ min-width: vww(50);
+ }
+
}
.point-number {
--
Gitblit v1.9.1