@@ -90,7 +90,17 @@ class SalaryDetail extends Component {
/>
</FormLine>
)
- })
+ });
+ formItems.push(
+ <FormLine
+ key={salaryConfig.length} caption={'eCaption'}>
+ <InputItem
+ type='text'
+ value={''}
+ editable={false}
+ />
+ </FormLine>
+ );
}
if (salaryConfig.length == 0) {
return <div style={{ marginTop: 100 }}>