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