会议管理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-04 17:56:14 +08:00
parent e21c76cc6f
commit e28ddabf57
20 changed files with 1433 additions and 520 deletions

View File

@@ -31,17 +31,17 @@ export const columns: VxeGridProps['columns'] = [
return (rowIndex + 1).toString();
},
},
width: 'auto'
minWidth: '120'
},
{
title: '养护名称',
field: 'maintainName',
width: 'auto'
minWidth: '120'
},
{
title: '服务地点房间id',
field: 'roomId',
width: 'auto'
minWidth: '120'
},
{
title: '服务类型',
@@ -51,7 +51,7 @@ export const columns: VxeGridProps['columns'] = [
return renderDict(row.serveType, 'pro_service_type');
},
},
width: 'auto'
minWidth: '120'
},
{
title: '养护周期类型',
@@ -61,27 +61,27 @@ export const columns: VxeGridProps['columns'] = [
return renderDict(row.periodType, 'wy_time_unit');
},
},
width: 'auto'
minWidth: '120'
},
{
title: '养护周期频次',
field: 'periodFrequency',
width: 'auto'
minWidth: '120'
},
{
title: '关联订单',
field: 'orderId',
width: 'auto'
minWidth: '120'
},
{
title: '计划执行时间',
field: 'startTime',
width: 'auto'
minWidth: '120'
},
{
title: '计划完成时间',
field: 'endTime',
width: 'auto'
minWidth: '120'
},
{
title: '巡检结果',
@@ -91,12 +91,12 @@ export const columns: VxeGridProps['columns'] = [
return renderDict(row.inspectResult, 'pro_inspection_results');
},
},
width: 'auto'
minWidth: '120'
},
{
title: '处理措施',
field: 'measure',
width: 'auto'
minWidth: '120'
},
{
title: '客户评分',
@@ -109,12 +109,12 @@ export const columns: VxeGridProps['columns'] = [
});
},
},
width: 'auto'
minWidth: '120'
},
{
title: '客户反馈',
field: 'customerAdvice',
width: 'auto'
minWidth: '120'
},
{
title: '处理状态',
@@ -124,7 +124,7 @@ export const columns: VxeGridProps['columns'] = [
return renderDict(row.state, 'pro_processing_status');
},
},
width: 'auto'
minWidth: '120'
},
{
field: 'action',