This commit is contained in:
parent
a8ed93b1c8
commit
99adbf483d
|
|
@ -92,7 +92,7 @@ export default {
|
|||
queryParams: {
|
||||
parentTypeName: null,
|
||||
typeName: null,
|
||||
manageType: null,
|
||||
manageMode: null,
|
||||
applyId: null,
|
||||
id: null
|
||||
},
|
||||
|
|
@ -104,12 +104,7 @@ export default {
|
|||
{ label: '类目', prop: 'groupName' },
|
||||
{ label: '名称', prop: 'typeName' },
|
||||
{ label: '规格型号', prop: 'typeModelName' },
|
||||
{
|
||||
label: '管理模式',
|
||||
prop: 'manageType',
|
||||
width: '80',
|
||||
render: (h, { row }) => h('span', {}, row.manageType === '0' ? '数量管理' : '编码管理')
|
||||
},
|
||||
{ label: '管理模式', prop: 'manageMode' },
|
||||
{ label: '设备编码', prop: 'code' },
|
||||
{ label: '维修数量', prop: 'repairNum', width: 80 },
|
||||
{
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ export default {
|
|||
queryParams: {
|
||||
parentTypeName: null,
|
||||
typeName: null,
|
||||
manageType: null,
|
||||
manageMode: null,
|
||||
applyId: null,
|
||||
id: null
|
||||
},
|
||||
|
|
@ -117,12 +117,7 @@ export default {
|
|||
{ label: '类目', prop: 'groupName' },
|
||||
{ label: '名称', prop: 'typeName' },
|
||||
{ label: '规格型号', prop: 'typeModelName' },
|
||||
{
|
||||
label: '管理模式',
|
||||
prop: 'manageType',
|
||||
width: '80',
|
||||
render: (h, { row }) => h('span', {}, row.manageType === '0' ? '数量管理' : '编码管理')
|
||||
},
|
||||
{ label: '管理模式', prop: 'manageMode' },
|
||||
{ label: '设备编码', prop: 'code' },
|
||||
{ label: '维修数量', prop: 'repairNum', width: 80 },
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue