3 コミット 1cefe7380a ... 0f6b07e172

作者 SHA1 メッセージ 日付
  AmandaG 0f6b07e172 Merge branch 'dev' into dev_g 1 ヶ月 前
  AmandaG b845fab4ce feat:添加tooltip 1 ヶ月 前
  Jack Zhou 956eea9df7 Merge branch 'dev_g' of United_Software/k_online_ui into dev 1 ヶ月 前

+ 3 - 1
src/views/DestinationDelivery/src/components/CreateNewBooking/src/CreateNewbooking.vue

@@ -932,7 +932,9 @@ onMounted(() => {
         </div>
         <div style="margin-left: 12px;">
           <div class="delivery_type_title">Delivery Reference</div>
-          <el-input v-model="DeliveryReference" class="delivery_reference"></el-input>
+          <el-tooltip class="item" effect="dark" content="Reference to be quoted on arrival at the Warehouse/DC" placement="bottom">
+            <el-input v-model="DeliveryReference" class="delivery_reference"></el-input>
+          </el-tooltip>
         </div>
       </div>
       <div class="delivery_type_title">Special Requirements</div>