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