Update battery list columns
This commit is contained in:
parent
83cd3a008b
commit
14d702c42b
1 changed files with 7 additions and 3 deletions
|
|
@ -83,14 +83,16 @@
|
||||||
title: 'ID',
|
title: 'ID',
|
||||||
width: 30
|
width: 30
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
field: 'mfg_name',
|
field: 'mfg_name',
|
||||||
title: 'Manufacturer',
|
title: 'Manufacturer',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
field: 'model_name',
|
field: 'model_name',
|
||||||
title: 'Model',
|
title: 'Brand',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -98,14 +100,16 @@
|
||||||
title: 'Size',
|
title: 'Size',
|
||||||
width: 100
|
width: 100
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
field: 'prod_code',
|
field: 'prod_code',
|
||||||
title: 'Product Code',
|
title: 'Product Code',
|
||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
field: 'warr_private',
|
field: 'warr_private',
|
||||||
title: 'Personal Wty.',
|
title: 'Private Wty.',
|
||||||
width: 170
|
width: 170
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -115,7 +119,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'sell_price',
|
field: 'sell_price',
|
||||||
title: 'SRP'
|
title: 'Price'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'Actions',
|
field: 'Actions',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue