Browse Source

trialcase switch ok

xy 7 năm trước cách đây
mục cha
commit
8e762a5965
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      src/app/common/manage/TencentResult.js

+ 6 - 1
src/app/common/manage/TencentResult.js

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