社保福利方案修改
This commit is contained in:
parent
172af786ed
commit
94a8a6f05a
|
|
@ -107,7 +107,8 @@ export const insertUpdateColumns = [
|
|||
title: "类型名称",
|
||||
dataIndex: "insuranceName",
|
||||
key: "insuranceName",
|
||||
width: 120
|
||||
width: 120,
|
||||
fixed: 'left'
|
||||
},
|
||||
{
|
||||
title: "是否缴费",
|
||||
|
|
|
|||
|
|
@ -533,10 +533,6 @@ export default class Programme extends React.Component {
|
|||
onClose={() => {
|
||||
handleSlideClose();
|
||||
}}
|
||||
showMask={true}
|
||||
closeMaskOnClick={() => {
|
||||
handleSlideClose();
|
||||
}}
|
||||
/>
|
||||
|
||||
{this.state.copyModalVisible &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue