From 231e9227a5a878670ff925eb8613da4e7dcf460a Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 17 Nov 2023 14:04:53 +0800 Subject: [PATCH 1/2] 1 --- src/assets/icons/svg/home.svg | 12 ++++++++++++ src/layout/components/NavbarRight.vue | 19 ++++++++++++++----- src/views/choicePart/index.vue | 20 ++++++++++++++++---- 3 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 src/assets/icons/svg/home.svg diff --git a/src/assets/icons/svg/home.svg b/src/assets/icons/svg/home.svg new file mode 100644 index 00000000..d299a79c --- /dev/null +++ b/src/assets/icons/svg/home.svg @@ -0,0 +1,12 @@ + + + 编组 + + + + + + + + + \ No newline at end of file diff --git a/src/layout/components/NavbarRight.vue b/src/layout/components/NavbarRight.vue index 66460aff..228cde89 100644 --- a/src/layout/components/NavbarRight.vue +++ b/src/layout/components/NavbarRight.vue @@ -1,5 +1,8 @@ @@ -244,7 +256,7 @@ export default { align-items: center; } .choicepart-box { - // border: 1px solid red; + // transition: all 0.3s linear; .choicepart-line1 { width: 100%; margin-bottom: 80px; From 75f59c3279b83cc58739c7ae9e7458908f91bfd0 Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 17 Nov 2023 15:48:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0-=E4=BB=93=E5=BA=93-2?= =?UTF-8?q?=E7=BA=A7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/end-material/warehouseLocationHis/index.vue | 2 +- src/views/warehouse/out-material/warehouseLocationHis/index.vue | 2 +- .../warehouse/package-material/warehouseLocationHis/index.vue | 2 +- .../warehouse/part-material/warehouseLocationHis/index.vue | 2 +- src/views/warehouse/raw-material/warehouseLocationHis/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/warehouse/end-material/warehouseLocationHis/index.vue b/src/views/warehouse/end-material/warehouseLocationHis/index.vue index a958e289..a4f7805f 100644 --- a/src/views/warehouse/end-material/warehouseLocationHis/index.vue +++ b/src/views/warehouse/end-material/warehouseLocationHis/index.vue @@ -114,7 +114,7 @@ export default { tableData: [], tableProps, tableBtn: [ - this.$auth.hasPermi(`end-material:warehouse-realtime-location-his:query`) + this.$auth.hasPermi(`end-material:warehouse-location-his:query`) ? { type: 'info', btnName: '详情', diff --git a/src/views/warehouse/out-material/warehouseLocationHis/index.vue b/src/views/warehouse/out-material/warehouseLocationHis/index.vue index f9b2944f..12bcd7cf 100644 --- a/src/views/warehouse/out-material/warehouseLocationHis/index.vue +++ b/src/views/warehouse/out-material/warehouseLocationHis/index.vue @@ -114,7 +114,7 @@ export default { tableData: [], tableProps, tableBtn: [ - this.$auth.hasPermi(`out-material:warehouse-realtime-location-his:query`) + this.$auth.hasPermi(`out-material:warehouse-location-his:query`) ? { type: 'info', btnName: '详情', diff --git a/src/views/warehouse/package-material/warehouseLocationHis/index.vue b/src/views/warehouse/package-material/warehouseLocationHis/index.vue index 5c461c40..70b1efa8 100644 --- a/src/views/warehouse/package-material/warehouseLocationHis/index.vue +++ b/src/views/warehouse/package-material/warehouseLocationHis/index.vue @@ -114,7 +114,7 @@ export default { tableData: [], tableProps, tableBtn: [ - this.$auth.hasPermi(`pack-material:warehouse-realtime-location-his:query`) + this.$auth.hasPermi(`pack-material:warehouse-location-his:query`) ? { type: 'info', btnName: '详情', diff --git a/src/views/warehouse/part-material/warehouseLocationHis/index.vue b/src/views/warehouse/part-material/warehouseLocationHis/index.vue index d1518d03..5d1d7273 100644 --- a/src/views/warehouse/part-material/warehouseLocationHis/index.vue +++ b/src/views/warehouse/part-material/warehouseLocationHis/index.vue @@ -114,7 +114,7 @@ export default { tableData: [], tableProps, tableBtn: [ - this.$auth.hasPermi(`part-material:warehouse-realtime-location-his:query`) + this.$auth.hasPermi(`part-material:warehouse-location-his:query`) ? { type: 'info', btnName: '详情', diff --git a/src/views/warehouse/raw-material/warehouseLocationHis/index.vue b/src/views/warehouse/raw-material/warehouseLocationHis/index.vue index 642534cc..e41e654f 100644 --- a/src/views/warehouse/raw-material/warehouseLocationHis/index.vue +++ b/src/views/warehouse/raw-material/warehouseLocationHis/index.vue @@ -114,7 +114,7 @@ export default { tableData: [], tableProps, tableBtn: [ - this.$auth.hasPermi(`raw-material:warehouse-realtime-location-his:query`) + this.$auth.hasPermi(`raw-material:warehouse-location-his:query`) ? { type: 'info', btnName: '详情',