@@ -614,6 +614,7 @@ const MyService = Form.create()(
title: "合同签订时间",
dataIndex: "signDate",
key: "signDate",
+ width: 90,
render: (text) => {
return <div style={{ textAlign: "center" }}>{text}</div>
},