feat:巡检明细
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
dev_ljl 2025-08-06 14:53:51 +08:00
parent 01a71ea4c3
commit f7e341bf08

View File

@ -32,49 +32,26 @@ export const querySchema: FormSchemaGetter = () => [
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
// {
// title: '任务编号',
// field: 'id',
// width:'auto'
// },
// {
// title: '巡检计划',
// field: 'planName',
// minWidth:200
// },
// {
// title: '巡检时间范围',
// field: 'planInsTime',
// width:'auto'
//
// },
// // {
// // title: '实际巡检时间',
// // field: 'endDate',
// // width:180
// //
// // },
// {
// title: '签到状态',
// field: 'actInsTime',
// width:150,
// },
// {
// title: '巡检人',
// field: 'planUserName',
// width:'auto'
//
// },
// {
// title: '巡检方式',
// field: 'taskType',
// width:'auto',
// slots: {
// default: ({ row }) => {
// return renderDict(row.taskType, 'wy_xjqdfs');
// },
// },
// },
{
title: '巡检计划',
field: 'planId',
minWidth:200
},
{
title: '巡检任务',
field: 'taskId',
width:150
},
{
title: '巡检路线',
field: 'routeId',
width:150
},
{
title: '巡检点',
field: 'pointId',
width:150
},
{
title: '签到类型',
field: 'signType',
@ -118,7 +95,7 @@ export const columns: VxeGridProps['columns'] = [
{
title: '备注',
field: 'remark',
minWidth:120
width:180
},
// {
// field: 'action',