From 75f59c3279b83cc58739c7ae9e7458908f91bfd0 Mon Sep 17 00:00:00 2001 From: zwq Date: Fri, 17 Nov 2023 15:48:17 +0800 Subject: [PATCH] =?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: '详情',