wjx 3 days ago
parent
commit
ef20b97e3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/weComTask/page/weChatApiLicense/enterprise/index.tsx

+ 1 - 1
src/pages/weComTask/page/weChatApiLicense/enterprise/index.tsx

@@ -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,