diff --git a/src/views/modules/warehouse/labelQueryLocation.vue b/src/views/modules/warehouse/labelQueryLocation.vue index 1c90a16..b83a426 100644 --- a/src/views/modules/warehouse/labelQueryLocation.vue +++ b/src/views/modules/warehouse/labelQueryLocation.vue @@ -123,7 +123,7 @@ export default { {columnProp: "qty", headerAlign: "center", align: "right", columnLabel: "数量", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "palletId", headerAlign: "center", align: "center", columnLabel: "所在栈板", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "callingFlag", headerAlign: "center", align: "center", columnLabel: "是否调用", columnWidth: 80, columnSortable: false, showOverflowTooltip: true, fixed: ""}, - {columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用原因", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""}, + {columnProp: "remark", headerAlign: "center", align: "left", columnLabel: "最近一次调用备注", columnWidth: 150, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "position", headerAlign: "center", align: "center", columnLabel: "位置", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, {columnProp: "layer", headerAlign: "center", align: "center", columnLabel: "层数", columnWidth: 60, columnSortable: false, showOverflowTooltip: true, fixed: ""}, diff --git a/src/views/modules/warehouse/pallet.vue b/src/views/modules/warehouse/pallet.vue index f41ee52..4585c5d 100644 --- a/src/views/modules/warehouse/pallet.vue +++ b/src/views/modules/warehouse/pallet.vue @@ -244,7 +244,7 @@ - + @@ -392,7 +392,7 @@ export default { columnProp: "remark", headerAlign: "center", align: "left", - columnLabel: "最近一次调用原因", + columnLabel: "最近一次调用备注", columnWidth: 150, }, {