diff --git a/src/views/Inventory/InventoryCheck/index.vue b/src/views/Inventory/InventoryCheck/index.vue
index 4cee236b..eea95a70 100644
--- a/src/views/Inventory/InventoryCheck/index.vue
+++ b/src/views/Inventory/InventoryCheck/index.vue
@@ -111,7 +111,7 @@
- {{ scope.row.入库时间 }}
+ {{ scope.row.入库时间 ? scope.row.入库时间.split(' ')[0] : '' }}
@@ -271,7 +271,7 @@
- {{ scope.row.到货时间 }}
+ {{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }}
@@ -424,7 +424,7 @@
- {{ scope.row.到货时间 }}
+ {{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }}
@@ -592,7 +592,7 @@
- {{ scope.row.到货时间 }}
+ {{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }}