|
@@ -112,8 +112,8 @@ export const formSections: ConstructionDailyReportSection[] = [
|
|
|
{
|
|
{
|
|
|
title: '生产数据',
|
|
title: '生产数据',
|
|
|
fields: [
|
|
fields: [
|
|
|
- { prop: 'mainDeviceNum', label: '主设备数量', type: 'number' },
|
|
|
|
|
- { prop: 'wokDeviceNum', label: '作业泵车数量', type: 'number' },
|
|
|
|
|
|
|
+ { prop: 'mainDeviceNum', label: '主设备数量', type: 'number', editableInEdit: true },
|
|
|
|
|
+ { prop: 'wokDeviceNum', label: '作业泵车数量', type: 'number', editableInEdit: true },
|
|
|
{
|
|
{
|
|
|
prop: 'fiveStatus',
|
|
prop: 'fiveStatus',
|
|
|
label: '队伍状态',
|
|
label: '队伍状态',
|