Commit a7ce6fea authored by 左玲玲's avatar 左玲玲 😬

1000

parent 93bde298
......@@ -557,6 +557,24 @@ function Contract(props) {
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] }
},
...formCommonColumns,
{
title: '实际结束时间',
dataIndex: 'realEndDate',
key: 'realEndDate',
colProps: {
sm: 3,
},
editable: false
},
{
title: '违约金',
dataIndex: 'violatePrice',
key: 'violatePrice',
colProps: {
sm: 3,
},
editable: false
}
],
creatorButtonProps: false,
deleteIconProps: false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment