|
|
@@ -59,7 +59,12 @@ class TencentResult extends Component {
|
|
|
</Col>
|
|
|
<Col span={3}>
|
|
|
<span className={'schema-table-content'}>
|
|
|
- <SwitchStatus group={group}/>
|
|
|
+ {
|
|
|
+ this.props.trialcase?
|
|
|
+ <Switch checked={true}/>
|
|
|
+ :
|
|
|
+ <SwitchStatus group={group}/>
|
|
|
+ }
|
|
|
{/*<span className={'schema-table-content name'}>删除</span>*/}
|
|
|
</span>
|
|
|
</Col>
|