zhaohuanhuan 1 год назад
Родитель
Сommit
568544ff24
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/outbound/picking/task/index.vue

+ 3 - 3
src/views/outbound/picking/task/index.vue

@@ -70,9 +70,9 @@
           <van-cell v-for="(item,index) in taskDetailList" class="order-cell" center
                     is-link value="获取" @click="onSubCreateTask(item)" >
             <template #title>
-              <div style="display: flex;justify-content: space-evenly;text-align: left">
-                <div>{{item.carrierName}}</div>
-                <div>{{item.residualOrderQty}}单</div>
+              <div style="display: flex;justify-content:space-evenly;">
+                <div style="flex: 1">{{item.carrierName}}</div>
+                <div style="flex: 1">{{item.residualOrderQty}}单</div>
               </div>
             </template>
           </van-cell>