feat: 初始化车辆收费、水电抄表页面

This commit is contained in:
fyy
2025-07-18 11:05:17 +08:00
parent 3389a864d1
commit a5a657a96c
14 changed files with 1765 additions and 48 deletions

View File

@@ -25,35 +25,34 @@ export const querySchema: FormSchemaGetter = () => [
// export const columns: () => VxeGridProps['columns'] = () => [
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '设备名称',
field: 'machineId',
},
{
title: '设备编号',
field: 'machineId',
},
// {
// title: '设备名称',
// field: 'machineId',
// },
// {
// title: '设备编号',
// field: 'machineId',
// },
{
title: '位置编号',
field: 'machineId',
},
{
title: '计划名称',
field: 'machineId',
},
{
title: '计划保养人',
field: 'machineId',
},
{
title: '计划保养时间',
field: 'machineId',
},
{
title: '实际保养时间',
field: 'machineId',
},
// {
// title: '计划名称',
// field: 'machineId',
// },
// {
// title: '计划保养人',
// field: 'machineId',
// },
// {
// title: '计划保养时间',
// field: 'machineId',
// },
// {
// title: '实际保养时间',
// field: 'machineId',
// },
{
title: '保养情况',
field: 'sendFlag',