diff --git a/src/layouts/PageHeader.vue b/src/layouts/PageHeader.vue
index 6b8c7ab..b27f514 100644
--- a/src/layouts/PageHeader.vue
+++ b/src/layouts/PageHeader.vue
@@ -46,7 +46,7 @@ export default {
collapsed: false,
count: 0,
title: "",
- indexlogo:require('@/assets/indexlogo.png'),
+ //indexlogo:require('@/assets/indexlogo.png'),
};
},
mounted() {
diff --git a/src/views/historyCheck/index.vue b/src/views/historyCheck/index.vue
index c707256..3deacaa 100644
--- a/src/views/historyCheck/index.vue
+++ b/src/views/historyCheck/index.vue
@@ -96,7 +96,7 @@
{{ text }}
- {{ text.direction == 1 ?"左":"右"}}-{{ text.side == 1 ?"浅":"深"}}-{{ text.row}}-{{ text.column}}
+ {{text.streetName }}-{{ text.direction == 1 ?"左":"右"}}-{{ text.side == 1 ?"浅":"深"}}-{{ text.row}}-{{ text.column}}
{{ statusMap[text.status] }}
@@ -152,7 +152,7 @@ export default {
dataIndex: "lotnum",
},
{
- title: "货位({左右}-{深浅}-{行}-{列})",
+ title: "巷道-货位({左右}-{深浅}-{行}-{列})",
scopedSlots: {customRender: 'goodsLocation'},
},
{