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",