Skip to content

Commit

Permalink
update default view
Browse files Browse the repository at this point in the history
  • Loading branch information
phcreery committed Jun 18, 2023
1 parent c609f78 commit 661b245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/inventory/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ const columns: ColumnProps[] = [
{
prop: "ipn",
label: "IPN",
width: 60,
width: 100,
search: { el: "input" },
isShow: false
isShow: true
},
// {
// prop: "storage_location",
Expand Down Expand Up @@ -277,7 +277,7 @@ const columns: ColumnProps[] = [
width: 200,
sortable: true,
search: { el: "date-picker", span: 1, props: { type: "datetimerange" } },
isShow: false
isShow: true
},
{
prop: "operation",
Expand Down

0 comments on commit 661b245

Please sign in to comment.