From 32541332fb2f5d2cb07329db1c8c3a06c183fc91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Wed, 17 May 2023 16:31:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=A2=9E=E5=8A=A0=E5=B7=B7?= =?UTF-8?q?=E9=81=93=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/PageHeader.vue | 2 +- src/views/historyCheck/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'}, }, {