This commit is contained in:
parent
01a71ea4c3
commit
f7e341bf08
@ -32,49 +32,26 @@ export const querySchema: FormSchemaGetter = () => [
|
|||||||
|
|
||||||
export const columns: VxeGridProps['columns'] = [
|
export const columns: VxeGridProps['columns'] = [
|
||||||
{ type: 'checkbox', width: 60 },
|
{ type: 'checkbox', width: 60 },
|
||||||
// {
|
{
|
||||||
// title: '任务编号',
|
title: '巡检计划',
|
||||||
// field: 'id',
|
field: 'planId',
|
||||||
// width:'auto'
|
minWidth:200
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '巡检计划',
|
title: '巡检任务',
|
||||||
// field: 'planName',
|
field: 'taskId',
|
||||||
// minWidth:200
|
width:150
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: '巡检时间范围',
|
title: '巡检路线',
|
||||||
// field: 'planInsTime',
|
field: 'routeId',
|
||||||
// width:'auto'
|
width:150
|
||||||
//
|
},
|
||||||
// },
|
{
|
||||||
// // {
|
title: '巡检点',
|
||||||
// // title: '实际巡检时间',
|
field: 'pointId',
|
||||||
// // field: 'endDate',
|
width:150
|
||||||
// // 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: '签到类型',
|
title: '签到类型',
|
||||||
field: 'signType',
|
field: 'signType',
|
||||||
@ -118,7 +95,7 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
{
|
{
|
||||||
title: '备注',
|
title: '备注',
|
||||||
field: 'remark',
|
field: 'remark',
|
||||||
minWidth:120
|
width:180
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// field: 'action',
|
// field: 'action',
|
||||||
|
Loading…
Reference in New Issue
Block a user