Browse Source

Merge branch 'dev' of mangpiao/mp-ui-pc into test

lsx 2 years ago
parent
commit
fade892b8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/inventory/index.vue

+ 1 - 1
src/views/business/inventory/index.vue

@@ -84,7 +84,7 @@
       <el-table-column label="订单号" prop="orderId" min-width="110" />
       <el-table-column label="入库时间" min-width="110">
         <template slot-scope="{ row }">
-          <div>{{ parseTime(row.items[0].createdTime) }}</div>
+          <div>{{ row.items && row.items[0] && parseTime(row.items[0].createdTime) }}</div>
         </template>
       </el-table-column>
       <el-table-column label="门店(手机号)" prop="channelName" min-width="120" >