From ee428db231933d30976e65d6afa5cbe79195016d Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 29 Dec 2025 11:18:15 +0800 Subject: [PATCH] sourceType --- src/views/modules/warehouse/labelQuery.vue | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/views/modules/warehouse/labelQuery.vue b/src/views/modules/warehouse/labelQuery.vue index 13f2a99..8467671 100644 --- a/src/views/modules/warehouse/labelQuery.vue +++ b/src/views/modules/warehouse/labelQuery.vue @@ -24,6 +24,18 @@ + + + + + + + + + + + + 查询 重置 @@ -423,6 +435,26 @@ export default { showOverflowTooltip: true, fixed: "" }, + { + columnProp: "sourceType", + headerAlign: "center", + align: "left", + columnLabel: "来源", + columnWidth: 100, + columnSortable: false, + showOverflowTooltip: true, + fixed: "" + }, + { + columnProp: "remark", + headerAlign: "center", + align: "left", + columnLabel: "备注", + columnWidth: 100, + columnSortable: false, + showOverflowTooltip: true, + fixed: "" + }, { columnProp: "reserveFlag", headerAlign: "center",