bill 5 år sedan
förälder
incheckning
9c909a0230
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/page/order/index.vue

+ 2 - 2
src/page/order/index.vue

@@ -110,8 +110,8 @@
                             <span class="order_info_body_info_item_title">快递类别</span>
                             <span class="order_info_body_info_item_content">
                               <el-input
-                                v-model="scope.row.items[0].receive.expressName" maxlength="15" placeholder="请输入15位顺丰快单号" 
-                                type="text" v-if="scope.row.items[0].shippingStatus != 'shipped'">
+                                v-model="scope.row.items[0].receive.expressName" maxlength="15" placeholder="请输入快递类别" 
+                                type="text" v-if="scope.row.items[0].shippingStatus != 'shipped'" disabled>
                               </el-input>
                               {{scope.row.items[0].shippingStatus == 'shipped'?scope.row.items[0].receive.expressName:""}}
                             </span>