|
@@ -129,13 +129,13 @@ export const formSections: ConstructionDailyReportSection[] = [
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'dailySandVolume',
|
|
prop: 'dailySandVolume',
|
|
|
- label: '当日加砂量',
|
|
|
|
|
|
|
+ label: '当日加砂量(吨)',
|
|
|
type: 'number',
|
|
type: 'number',
|
|
|
editableInEdit: true
|
|
editableInEdit: true
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
prop: 'dailyLiquidVolume',
|
|
prop: 'dailyLiquidVolume',
|
|
|
- label: '当日注液量',
|
|
|
|
|
|
|
+ label: '当日注液量(m³)',
|
|
|
type: 'number',
|
|
type: 'number',
|
|
|
editableInEdit: true
|
|
editableInEdit: true
|
|
|
},
|
|
},
|
|
@@ -143,7 +143,7 @@ export const formSections: ConstructionDailyReportSection[] = [
|
|
|
{ prop: 'cengshu', label: '当月作业层数', type: 'number' },
|
|
{ prop: 'cengshu', label: '当月作业层数', type: 'number' },
|
|
|
{
|
|
{
|
|
|
prop: 'dailyFuel',
|
|
prop: 'dailyFuel',
|
|
|
- label: '当日油耗',
|
|
|
|
|
|
|
+ label: '当日油耗(L)',
|
|
|
type: 'number',
|
|
type: 'number',
|
|
|
editableInEdit: true
|
|
editableInEdit: true
|
|
|
},
|
|
},
|
|
@@ -169,7 +169,7 @@ export const formSections: ConstructionDailyReportSection[] = [
|
|
|
},
|
|
},
|
|
|
{ prop: 'productionStatus', label: '施工动态', type: 'textarea', span: 2 },
|
|
{ prop: 'productionStatus', label: '施工动态', type: 'textarea', span: 2 },
|
|
|
{ prop: 'weather', label: '天气' },
|
|
{ prop: 'weather', label: '天气' },
|
|
|
- { prop: 'temperature', label: '气温' }
|
|
|
|
|
|
|
+ { prop: 'temperature', label: '气温(℃)' }
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|