yangan
2024-09-30 ff8327beb143f7014901ac9b807dce932baa5ad9
pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue
@@ -145,11 +145,12 @@
               :key="index">
               <view class="first-line">
                  <view class="dispatch-receive">
                     <view class="point-number">
                        <text class="order-type">{{ item.coalName?limitString(item.coalName,20,'...'):'' || '' }}</text>
                     </view>
                     <view class="dispatch-dept">{{ item.code || ''  }}</view>
                     <view class="black-bar"></view>
                     <view class="dispatch-dept">{{ item.remark || ''  }}</view>
                     <view class="dispatch">{{ item.customerName ||'' }}</view>
                  </view>
                  <view class="point-number">
                     <text class="order-type">{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}</text>
                  </view>
               </view>
               <view class="second-line">
@@ -167,7 +168,7 @@
                        style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover">
                     </view>
                  </view>
                  <view class="send-date">{{ item.inTime?item.inTime.slice(10,19):null }} </view>
                  <view class="send-date">{{ item.inInspectedTime?item.inInspectedTime.slice(10,19):null }} </view>
               </view>
               <view class="fourth-line">
                  <view class="receive"
@@ -594,6 +595,7 @@
      box-shadow: 2rpx 3rpx 13rpx 0rpx rgba(43, 98, 239, 0.5), 0rpx 0rpx 9rpx 0rpx rgba(247, 250, 253, 0.29);
   }
   ::v-deep.appointment {
      margin-bottom:  vww(100);
      .appointment-description {
         margin: vww(8) 0;
         color: #fd1446;