@@ -117,7 +117,7 @@ const Enterprise: React.FC = () => {
render: (text) => text ? <Tag color="green">已开启状态检查</Tag> : <Tag color="red">未开启状态检查</Tag>
},
{
- title: '试用期已过天数',
+ title: '试用期已使用天数',
dataIndex: 'dayPassed',
key: 'dayPassed',
width: 60,