This commit is contained in:
hayu 2025-11-16 16:20:31 +08:00
parent a8ed93b1c8
commit 99adbf483d
2 changed files with 4 additions and 14 deletions

View File

@ -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 },
{

View File

@ -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 },
{