sunChengjie 1 year ago
parent
commit
6fa43570bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/new/scannerResult.vue

+ 1 - 1
src/pages/new/scannerResult.vue

@@ -1,7 +1,7 @@
 <template>
     <div class="container">
         <van-cell-group class="shujuList" style="height: calc(100vh - 40px); overflow-y: auto;">
-            <van-cell title="快递单号" :value="list.dispatchNo" />
+            <van-cell title="快递单号" :value="list.expressNo" />
             <van-cell title="快递公司" :value="list.expressCompany" />
             <van-cell title="收件人姓名" :value="list.recipient" />
             <van-cell title="收件人手机号码" :value="list.phone" />