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; 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: '详情',