2、退费审核 3、房间添加套内面积
This commit is contained in:
@@ -42,16 +42,16 @@ export const columns: VxeGridProps['columns'] = [
|
||||
field: 'machineBrand',
|
||||
width:100
|
||||
},
|
||||
{
|
||||
title: '设备类型',
|
||||
field: 'machineTypeId',
|
||||
width:100
|
||||
},
|
||||
{
|
||||
title: '位置详情',
|
||||
field: 'locationId',
|
||||
width:100
|
||||
},
|
||||
// {
|
||||
// title: '设备类型',
|
||||
// field: 'machineTypeId',
|
||||
// width:100
|
||||
// },
|
||||
// {
|
||||
// title: '位置详情',
|
||||
// field: 'locationId',
|
||||
// width:100
|
||||
// },
|
||||
{
|
||||
title: '采购价格',
|
||||
field: 'purchasePrice',
|
||||
@@ -92,11 +92,11 @@ export const columns: VxeGridProps['columns'] = [
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '责任人',
|
||||
field: 'personId',
|
||||
width:100
|
||||
},
|
||||
// {
|
||||
// title: '责任人',
|
||||
// field: 'personId',
|
||||
// width:100
|
||||
// },
|
||||
{
|
||||
field: 'action',
|
||||
fixed: 'right',
|
||||
|
Reference in New Issue
Block a user