|
|
@@ -153,22 +153,23 @@
|
|
|
label: '型号',
|
|
|
showOverflowTooltip: true
|
|
|
},
|
|
|
- {
|
|
|
- prop: 'type',
|
|
|
- label: '物品类型',
|
|
|
- showOverflowTooltip: true,
|
|
|
- formatter: (_row) => this.getDictValue('类型用途', _row.type)
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // prop: 'type',
|
|
|
+ // label: '物品类型',
|
|
|
+ // showOverflowTooltip: true,
|
|
|
+ // formatter: (_row) => this.getDictValue('类型用途', _row.type)
|
|
|
+ // },
|
|
|
{
|
|
|
prop: 'categoryLevelPath',
|
|
|
label: '分类',
|
|
|
- showOverflowTooltip: true
|
|
|
+ showOverflowTooltip: true,
|
|
|
},
|
|
|
{
|
|
|
columnKey: 'action',
|
|
|
slot: 'action',
|
|
|
align: 'center',
|
|
|
- fixed: 'right'
|
|
|
+ fixed: 'right',
|
|
|
+ width:50
|
|
|
}
|
|
|
];
|
|
|
}
|