Browse Source

no message

linwenxin 2 months ago
parent
commit
465d63b6c4
1 changed files with 15 additions and 6 deletions
  1. 15 6
      src/packageWorkorder/pages/myNanDu.vue

+ 15 - 6
src/packageWorkorder/pages/myNanDu.vue

@@ -36,17 +36,16 @@
         >
           <view class="list-container" v-if="dataList.length > 0">
             <view class="mode" @click="toNandufysq(item)" v-for="(item, index) in dataList" :key="index">
-              <view class="flex_asb order">
-                <view class="title"></view>
+              <view class="flex_asb order" style="margin-bottom: 0">
+                <view class="title" style="display: flex; justify-content: flex-start">
+                  <view class="hui">工单单号</view>
+                  <view class="text">{{ item.orderBaseId }}</view>
+                </view>
                 <view class="status">{{ returnText(item) }}</view>
               </view>
               <view class="flex_asb" style="align-items: flex-start">
                 <view class="content flex1">
                   <view class="flex">
-                    <view class="hui">工单单号</view>
-                    <view class="text">{{ item.orderBaseId }}</view>
-                  </view>
-                  <view class="flex">
                     <view class="hui">客户名称</view>
                     <view class="text">{{ item.linkName }}</view>
                   </view>
@@ -294,6 +293,16 @@ export default {
   box-sizing: border-box;
   padding: 0 30rpx;
 }
+.text,
+.hui {
+  min-width: 140rpx;
+  font-size: 28rpx;
+  margin-top: 16rpx;
+}
+.hui {
+  color: #999999;
+  margin-right: 20rpx;
+}
 .mode {
   @include zj-card;
   padding: 30rpx 20rpx;