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',
|
||||
width: 30
|
||||
},
|
||||
/*
|
||||
{
|
||||
field: 'mfg_name',
|
||||
title: 'Manufacturer',
|
||||
width: 150
|
||||
},
|
||||
*/
|
||||
{
|
||||
field: 'model_name',
|
||||
title: 'Model',
|
||||
title: 'Brand',
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
|
|
@ -98,14 +100,16 @@
|
|||
title: 'Size',
|
||||
width: 100
|
||||
},
|
||||
/*
|
||||
{
|
||||
field: 'prod_code',
|
||||
title: 'Product Code',
|
||||
width: 150
|
||||
},
|
||||
*/
|
||||
{
|
||||
field: 'warr_private',
|
||||
title: 'Personal Wty.',
|
||||
title: 'Private Wty.',
|
||||
width: 170
|
||||
},
|
||||
{
|
||||
|
|
@ -115,7 +119,7 @@
|
|||
},
|
||||
{
|
||||
field: 'sell_price',
|
||||
title: 'SRP'
|
||||
title: 'Price'
|
||||
},
|
||||
{
|
||||
field: 'Actions',
|
||||
|
|
|
|||
Loading…
Reference in a new issue