Map width change
This commit is contained in:
@@ -48,7 +48,7 @@ const itemCode = ref(null);
|
||||
const options = {
|
||||
region: 150,
|
||||
|
||||
width: 500,
|
||||
width: 400,
|
||||
height: 310,
|
||||
};
|
||||
|
||||
@@ -197,8 +197,8 @@ const hproducts = ref([
|
||||
]);
|
||||
const hresults = ref([
|
||||
{ text: "Code", value: "code", sortable: true },
|
||||
{ text: "Name of product", value: "item", sortable: true },
|
||||
{ text: "Description", value: "desc", sortable: true },
|
||||
// { text: "Name of product", value: "item", sortable: true },
|
||||
// { text: "Description", value: "desc", sortable: true },
|
||||
{ text: "Description Long", value: "descLong", sortable: true },
|
||||
{ text: "Units", value: "units", sortable: true },
|
||||
{ text: "Price", value: "price", sortable: true },
|
||||
|
||||
Reference in New Issue
Block a user