feat: move tipe item
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
109898b076
commit
0b8bb72392
|
@ -46,13 +46,6 @@ export default <ReportConfigEntity>{
|
|||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
{
|
||||
column: 'tr_item__item_type',
|
||||
query: 'tr_item.item_type',
|
||||
label: 'Tipe Item',
|
||||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
{
|
||||
column: 'main__status',
|
||||
query: 'main.status',
|
||||
|
@ -95,6 +88,13 @@ export default <ReportConfigEntity>{
|
|||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
{
|
||||
column: 'tr_item__item_type',
|
||||
query: 'tr_item.item_type',
|
||||
label: 'Tipe Item',
|
||||
type: DATA_TYPE.DIMENSION,
|
||||
format: DATA_FORMAT.TEXT,
|
||||
},
|
||||
{
|
||||
column: 'tr_item__item_name',
|
||||
query: 'tr_item.item_name',
|
||||
|
|
Loading…
Reference in New Issue